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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2537903002: [tracing] Whitelist sync MDP. (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | 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 21bff6904568bd0bd13af4078ea3e2363fcd887f..c8ba4ed8c84efd6f8dede230583801c1049d2892 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -34,6 +34,7 @@ const char* const kDumpProviderWhitelist[] = {
"Sql",
"V8Isolate",
"WinHeap",
+ "SyncDirectory",
nullptr // End of list marker.
};
@@ -91,6 +92,8 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"v8/isolate_0x?/zapped_for_debug",
"winheap",
"winheap/allocated_objects",
+ "sync/0x?/kernel",
+ "sync/0x?/store",
nullptr // End of list marker.
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698