12 "unhooked-file-nonexec-others",
13 "unhooked-file-nonexec-group",
14 "unhooked-file-nonexec",
18 "mmap-v8-heap-newspace",
19 "mmap-v8-heap-coderange",
20 "mmap-v8-heap-pagedspace",
22 "mmap-gpu-mappedmemorymanager",
23 "mmap-gpu-command-ringbuffer",
24 "mmap-gpu-transfer-ringbuffer",
25 "mmap-gpu-gles2-createbuffer",
28 "mmap-blink-document",
37 "tc-safebrowsingdatabase",
39 "tc-leveldb-readblock",
43 "tc-net-sslconnectjob",
44 "tc-history-thumbnails",
45 "tc-history-urlindex-privatedata",
48 "tc-extension-catch-all",
51 "tc-webkit-catch-all",
55 "tc-std-bits-ptsynch",
62 "UNTIL_HERE_FOR_TOTAL",
63 "total-exclude-profiler",
83 "stacktrace": "optional",
84 "allocator": "optional"
87 "name": "mmap-profiler",
88 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*",
92 "name": "mmap-type-profiler",
93 "stacktrace": ".*(TypeProfilerMalloc).*",
97 "name": "mmap-tcmalloc",
98 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
102 "name": "FROM_HERE_FOR_TOTAL",
103 "stacktrace": "optional",
104 "allocator": "optional"
107 "name": "mustbezero",
108 "stacktrace": "optional",
109 "allocator": "optional"
112 "name": "unhooked-absent",
113 "stacktrace": "optional",
114 "allocator": "optional"
117 "name": "unhooked-anonymous",
118 "mappedpathname": "^$",
119 "allocator": "unhooked"
122 "name": "unhooked-file-exec",
123 "mappedpathname": "^/.*",
124 "mappedpermission": "..x.",
125 "allocator": "unhooked"
128 "name": "unhooked-file-nonexec-others",
129 "mappedpathname": "^/.*",
130 "allocator": "unhooked",
131 "sharedwith": ["others"]
134 "name": "unhooked-file-nonexec-group",
135 "mappedpathname": "^/.*",
136 "allocator": "unhooked",
137 "sharedwith": ["group"]
140 "name": "unhooked-file-nonexec",
141 "mappedpathname": "^/.*",
142 "allocator": "unhooked"
145 "name": "unhooked-stack",
146 "mappedpathname": ".stack.",
147 "allocator": "unhooked"
150 "name": "unhooked-other",
151 "mappedpathname": ".*",
152 "allocator": "unhooked"
155 "name": "mmap-v8-heap-newspace",
156 "stacktrace": ".*v8::internal::NewSpace::SetUp.*",
160 "name": "mmap-v8-heap-coderange",
161 "stacktrace": ".*v8::internal::CodeRange::SetUp.*",
165 "name": "mmap-v8-heap-pagedspace",
166 "stacktrace": ".*v8::internal::PagedSpace::AllocateRaw.*",
170 "name": "mmap-v8-other",
171 "stacktrace": ".*v8::.*",
175 "name": "mmap-gpu-mappedmemorymanager",
176 "stacktrace": ".*gpu::MappedMemoryManager::Alloc.*",
180 "name": "mmap-gpu-command-ringbuffer",
181 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*",
185 "name": "mmap-gpu-transfer-ringbuffer",
186 "stacktrace": ".*gpu::TransferBuffer::AllocateRingBuffer.*",
190 "name": "mmap-gpu-gles2-createbuffer",
191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*",
195 "name": "mmap-skia-font",
196 "stacktrace": ".*SkTypeface::openStream.*",
200 "name": "mmap-blink-css",
201 "stacktrace": ".*(WebCore|blink)::Element::createPseudo.*",
205 "name": "mmap-blink-document",
206 "stacktrace": ".*(WebCore|blink)::.*(DocumentType::Comment|Text|(HTML|SVG).*Element)::create.*",
210 "name": "mmap-blink-layout",
211 "stacktrace": ".*(WebCore|blink)::Render.*",
215 "name": "mmap-catch-all",
220 "name": "tc-histogram",
221 "stacktrace": ".*([hH]istogram|UseCount).*",
222 "allocator": "malloc"
226 "stacktrace": ".*(g_realloc|g_malloc.?|slab_allocator_alloc_chunk)($| .*)",
227 "allocator": "malloc"
231 "stacktrace": ".* Sk[A-Za-z_]+::.*",
232 "allocator": "malloc"
236 "stacktrace": ".*sqlite3Mem(Malloc|Realloc).*",
237 "allocator": "malloc"
241 "stacktrace": ".* syncer::.*",
242 "allocator": "malloc"
245 "name": "tc-domstorage",
246 "stacktrace": ".*content::DOMStorageMessageFilter::OnMessageReceived.*",
247 "allocator": "malloc"
250 "name": "tc-safebrowsingdatabase",
251 "stacktrace": ".*SafeBrowsingDatabaseNew::UpdateFinished.*",
252 "allocator": "malloc"
255 "name": "tc-threadcontext",
256 "stacktrace": ".*tracked_objects::ThreadData::InitializeThreadContext.*",
257 "allocator": "malloc"
260 "name": "tc-leveldb-readblock",
261 "stacktrace": ".*leveldb::ReadBlock.*",
262 "allocator": "malloc"
265 "name": "tc-leveldb",
266 "stacktrace": ".*leveldb::.*",
267 "allocator": "malloc"
270 "name": "tc-spdy-doreadloop",
271 "stacktrace": ".*net::SpdySession::DoReadLoop.*",
272 "allocator": "malloc"
276 "stacksourcefile": ".*\\.\\./\\.\\./net/spdy/.*",
277 "allocator": "malloc"
280 "name": "tc-net-sslconnectjob",
281 "stacktrace": ".*net::SSLConnectJob::DoLoop.*",
282 "allocator": "malloc"
285 "name": "tc-history-thumbnails",
286 "stacktrace": ".*history::.*",
287 "stacksourcefile": ".*\\.\\./\\.\\./chrome/browser/thumbnails/.*",
288 "allocator": "malloc"
291 "name": "tc-history-urlindex-privatedata",
292 "stacktrace": ".*history::URLIndexPrivateData::.*",
293 "allocator": "malloc"
297 "stacktrace": ".*CRLSetFetcher::LoadFromDisk.*",
298 "allocator": "malloc"
301 "name": "tc-extension-host",
302 "stacktrace": ".*extensions::ExtensionHost::ExtensionHost.*",
303 "allocator": "malloc"
306 "name": "tc-extension-catch-all",
307 "stacktrace": ".*extensions::.*",
308 "allocator": "malloc"
311 "name": "tc-bookmark-codec",
312 "stacktrace": ".*BookmarkCodec::.*",
313 "allocator": "malloc"
316 "name": "tc-blink-css",
317 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*(CSS|Style|Sheet).*",
318 "allocator": "malloc"
321 "name": "tc-webkit-catch-all",
322 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
323 "allocator": "malloc"
326 "name": "tc-v8-catch-all",
327 "stacktrace": ".*v8::.*",
328 "allocator": "malloc"
331 "name": "tc-toplevel-string",
332 "stacktrace": ".*::allocate std::basic_string::_Rep::_S_create.*",
333 "allocator": "malloc"
336 "name": "tc-std-treemap",
337 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
338 "allocator": "malloc"
341 "name": "tc-std-hashmap",
342 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*",
343 "allocator": "malloc"
346 "name": "tc-std-vector",
347 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*",
348 "allocator": "malloc"
351 "name": "tc-std-bits-string",
352 "stacksourcefile": ".*/usr/include/.*/bits/string.*",
353 "allocator": "malloc"
356 "name": "tc-std-bits-ptsynch",
357 "stacksourcefile": "/usr/include/.*/bits/ptsynch.*",
358 "allocator": "malloc"
361 "name": "tc-std-other",
362 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator::allocate).*",
363 "allocator": "malloc"
366 "name": "tc-catch-all",
368 "allocator": "malloc"
371 "name": "UNTIL_HERE_FOR_TOTAL",
372 "stacktrace": "optional",
373 "allocator": "optional"
376 "name": "total-exclude-profiler",
377 "stacktrace": "optional",
378 "allocator": "optional"
382 "stacktrace": "optional",
383 "allocator": "optional"
387 "stacktrace": "optional",
388 "allocator": "optional"
392 "stacktrace": "optional",
393 "allocator": "optional"
397 "stacktrace": "optional",
398 "allocator": "optional"
401 "name": "file-nonexec",
402 "stacktrace": "optional",
403 "allocator": "optional"
407 "stacktrace": "optional",
408 "allocator": "optional"
412 "stacktrace": "optional",
413 "allocator": "optional"
416 "version": "POLICY_DEEP_3"