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

Side by Side Diff: base/trace_event/memory_infra_background_whitelist.cc

Issue 2772283003: Make url_request_context dumps include context names (Closed)
Patch Set: Revert back to an explicit list Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_io_data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/trace_event/memory_infra_background_whitelist.h" 5 #include "base/trace_event/memory_infra_background_whitelist.h"
6 6
7 #include <ctype.h> 7 #include <ctype.h>
8 #include <string.h> 8 #include <string.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "malloc", 62 "malloc",
63 "malloc/allocated_objects", 63 "malloc/allocated_objects",
64 "malloc/metadata_fragmentation_caches", 64 "malloc/metadata_fragmentation_caches",
65 "net/http_network_session_0x?", 65 "net/http_network_session_0x?",
66 "net/http_network_session_0x?/quic_stream_factory", 66 "net/http_network_session_0x?/quic_stream_factory",
67 "net/http_network_session_0x?/socket_pool", 67 "net/http_network_session_0x?/socket_pool",
68 "net/http_network_session_0x?/spdy_session_pool", 68 "net/http_network_session_0x?/spdy_session_pool",
69 "net/http_network_session_0x?/stream_factory", 69 "net/http_network_session_0x?/stream_factory",
70 "net/sdch_manager_0x?", 70 "net/sdch_manager_0x?",
71 "net/ssl_session_cache", 71 "net/ssl_session_cache",
72 "net/url_request_context_0x?", 72 "net/url_request_context",
73 "net/url_request_context_0x?/http_cache", 73 "net/url_request_context/app_request",
74 "net/url_request_context_0x?/http_network_session", 74 "net/url_request_context/app_request/0x?",
75 "net/url_request_context_0x?/sdch_manager", 75 "net/url_request_context/app_request/0x?/http_cache",
76 "net/url_request_context/app_request/0x?/http_network_session",
77 "net/url_request_context/app_request/0x?/sdch_manager",
78 "net/url_request_context/extensions",
79 "net/url_request_context/extensions/0x?",
80 "net/url_request_context/extensions/0x?/http_cache",
81 "net/url_request_context/extensions/0x?/http_network_session",
82 "net/url_request_context/extensions/0x?/sdch_manager",
83 "net/url_request_context/isolated_media",
84 "net/url_request_context/isolated_media/0x?",
85 "net/url_request_context/isolated_media/0x?/http_cache",
86 "net/url_request_context/isolated_media/0x?/http_network_session",
87 "net/url_request_context/isolated_media/0x?/sdch_manager",
88 "net/url_request_context/main",
89 "net/url_request_context/main/0x?",
90 "net/url_request_context/main/0x?/http_cache",
91 "net/url_request_context/main/0x?/http_network_session",
92 "net/url_request_context/main/0x?/sdch_manager",
93 "net/url_request_context/main_media",
94 "net/url_request_context/main_media/0x?",
95 "net/url_request_context/main_media/0x?/http_cache",
96 "net/url_request_context/main_media/0x?/http_network_session",
97 "net/url_request_context/main_media/0x?/sdch_manager",
98 "net/url_request_context/proxy",
99 "net/url_request_context/proxy/0x?",
100 "net/url_request_context/proxy/0x?/http_cache",
101 "net/url_request_context/proxy/0x?/http_network_session",
102 "net/url_request_context/proxy/0x?/sdch_manager",
103 "net/url_request_context/safe_browsing",
104 "net/url_request_context/safe_browsing/0x?",
105 "net/url_request_context/safe_browsing/0x?/http_cache",
106 "net/url_request_context/safe_browsing/0x?/http_network_session",
107 "net/url_request_context/safe_browsing/0x?/sdch_manager",
108 "net/url_request_context/system",
109 "net/url_request_context/system/0x?",
110 "net/url_request_context/system/0x?/http_cache",
111 "net/url_request_context/system/0x?/http_network_session",
112 "net/url_request_context/system/0x?/sdch_manager",
113 "net/url_request_context/unknown",
114 "net/url_request_context/unknown/0x?",
115 "net/url_request_context/unknown/0x?/http_cache",
116 "net/url_request_context/unknown/0x?/http_network_session",
117 "net/url_request_context/unknown/0x?/sdch_manager",
76 "web_cache/Image_resources", 118 "web_cache/Image_resources",
77 "web_cache/CSS stylesheet_resources", 119 "web_cache/CSS stylesheet_resources",
78 "web_cache/Script_resources", 120 "web_cache/Script_resources",
79 "web_cache/XSL stylesheet_resources", 121 "web_cache/XSL stylesheet_resources",
80 "web_cache/Font_resources", 122 "web_cache/Font_resources",
81 "web_cache/Other_resources", 123 "web_cache/Other_resources",
82 "partition_alloc/allocated_objects", 124 "partition_alloc/allocated_objects",
83 "partition_alloc/partitions", 125 "partition_alloc/partitions",
84 "partition_alloc/partitions/array_buffer", 126 "partition_alloc/partitions/array_buffer",
85 "partition_alloc/partitions/buffer", 127 "partition_alloc/partitions/buffer",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 void SetDumpProviderWhitelistForTesting(const char* const* list) { 231 void SetDumpProviderWhitelistForTesting(const char* const* list) {
190 g_dump_provider_whitelist = list; 232 g_dump_provider_whitelist = list;
191 } 233 }
192 234
193 void SetAllocatorDumpNameWhitelistForTesting(const char* const* list) { 235 void SetAllocatorDumpNameWhitelistForTesting(const char* const* list) {
194 g_allocator_dump_name_whitelist = list; 236 g_allocator_dump_name_whitelist = list;
195 } 237 }
196 238
197 } // namespace trace_event 239 } // namespace trace_event
198 } // namespace base 240 } // namespace base
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698