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

Unified Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2699163002: Whitelist net/ MemoryDumpProvider (Closed)
Patch Set: fix test Created 3 years, 10 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 | net/base/sdch_manager.cc » ('j') | net/url_request/url_request_context.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 9230fe572d86082571dd589f8b573543d06e8654..e5bf00e0071232c3c2a626d92dacb95cb8d0b145 100644
--- a/base/trace_event/memory_infra_background_whitelist.cc
+++ b/base/trace_event/memory_infra_background_whitelist.cc
@@ -32,6 +32,7 @@ const char* const kDumpProviderWhitelist[] = {
"ProcessMemoryMetrics",
"Skia",
"Sql",
+ "URLRequestContext",
"V8Isolate",
"WinHeap",
"SyncDirectory",
@@ -61,6 +62,17 @@ const char* const kAllocatorDumpNameWhitelist[] = {
"malloc",
"malloc/allocated_objects",
"malloc/metadata_fragmentation_caches",
+ "net/http_network_session_0x?",
+ "net/http_network_session_0x?/socket_pool",
+ "net/http_network_session_0x?/spdy_session_pool",
+ "net/http_network_session_0x?/stream_factory",
+ "net/http_network_session_0x?/quic_stream_factory",
+ "net/sdch_manager_0x?",
+ "net/url_request_context_0x?",
+ "net/url_request_context_0x?/http_cache",
+ "net/url_request_context_0x?/sdch_manager",
+ "net/url_request_context_0x?/http_network_session",
+ "net/ssl_session_cache",
ssid 2017/02/23 20:41:01 nit: fix sorting
xunjieli 2017/02/23 20:48:17 Done.
"web_cache/Image_resources",
"web_cache/CSS stylesheet_resources",
"web_cache/Script_resources",
« no previous file with comments | « no previous file | net/base/sdch_manager.cc » ('j') | net/url_request/url_request_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698