Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2930533003: Minor fixes to Mojo MemoryDumpProvider. (Closed)
Patch Set: Comments from sid. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/system/BUILD.gn » ('j') | mojo/edk/system/core.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_infra_background_whitelist.cc
diff --git a/base/trace_event/memory_infra_background_whitelist.cc b/base/trace_event/memory_infra_background_whitelist.cc
index 69a4e5094f3bc02862a56eee899d60ee5fada8a6..f9d9f214c8e2c1c6620d9c829fde95cc893d367b 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -37,6 +37,7 @@ const char* const kDumpProviderWhitelist[] = {
"WinHeap",
"SyncDirectory",
"TabRestoreServiceHelper",
+ "MojoHandleTable",
ssid 2017/06/08 18:12:36 nit: please place it in order, move to line 31
erikchen 2017/06/09 00:18:12 Done.
nullptr // End of list marker.
};
@@ -68,6 +69,14 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"malloc",
"malloc/allocated_objects",
"malloc/metadata_fragmentation_caches",
+ "mojo",
+ "mojo/data_pipe_consumer",
+ "mojo/data_pipe_producer",
+ "mojo/message_pipe",
+ "mojo/platform_handle",
+ "mojo/shared_buffer",
+ "mojo/unknown",
+ "mojo/watcher",
"net/http_network_session_0x?",
"net/http_network_session_0x?/quic_stream_factory",
"net/http_network_session_0x?/socket_pool",
« no previous file with comments | « no previous file | mojo/edk/system/BUILD.gn » ('j') | mojo/edk/system/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698