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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2930533003: Minor fixes to Mojo MemoryDumpProvider. (Closed)
Patch Set: comments from ssid. 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') | no next file with comments »
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..a6685f92da919293f29b77258589951dde89ed57 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -28,6 +28,7 @@ const char* const kDumpProviderWhitelist[] = {
"LeveldbValueStore",
"Malloc",
"MemoryCache",
+ "MojoHandleTable",
"PartitionAlloc",
"ProcessMemoryMetrics",
"Skia",
@@ -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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698