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",
27 "mmap-partition-alloc",
29 "tc-webcore-cachedmatchedproperties",
30 "tc-webcore-fontcache",
33 "tc-webcore-sharedbuf",
34 "tc-webcore-XHRcreate",
35 "tc-webcore-XHRreceived",
36 "tc-webcore-docwriter-add",
37 "tc-webcore-node-and-doc",
38 "tc-webcore-node-factory",
39 "tc-webcore-element-wrapper",
40 "tc-webcore-stylepropertyset",
41 "tc-webcore-style-createsheet",
42 "tc-webcore-resource",
43 "tc-webcore-script-execute",
44 "tc-webcore-events-related",
45 "tc-webcore-document-write",
46 "tc-webcore-element-create-renderer",
47 "tc-webcore-render-catch-all",
48 "tc-webcore-setInnerHTML-except-node",
49 "tc-wtf-StringImpl-user-catch-all",
50 "tc-wtf-HashTable-user-catch-all",
51 "tc-webcore-everything-create",
52 "tc-webkit-from-v8-catch-all",
53 "tc-webkit-catch-all",
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-partition-alloc",
201 "stacktrace": ".*WTF::partitionAllocSlowPath.*",
205 "name": "mmap-catch-all",
210 "name": "tc-webcore-cachedmatchedproperties",
211 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*",
212 "allocator": "malloc"
215 "name": "tc-webcore-fontcache",
216 "stacktrace": ".*(WebCore|blink)::FontCache::getFontData.*",
217 "allocator": "malloc"
221 "stacktrace": ".* Sk[A-Za-z_]+::.*",
222 "allocator": "malloc"
225 "name": "tc-renderstyle",
226 "stacktrace": ".*(WebCore|blink)::RenderStyle::create.*",
227 "allocator": "malloc"
230 "name": "tc-renderstyle",
231 "stacktrace": ".*(WebCore|blink)::RenderStyle::clone.*",
232 "allocator": "malloc"
235 "name": "tc-webcore-sharedbuf",
236 "stacktrace": ".*(WebCore|blink)::SharedBuffer::create.*",
237 "allocator": "malloc"
240 "name": "tc-webcore-sharedbuf",
241 "stacktrace": ".*(WebCore|blink)::SharedBuffer::buffer.*",
242 "allocator": "malloc"
245 "name": "tc-webcore-sharedbuf",
246 "stacktrace": ".*(WebCore|blink)::SharedBuffer::append.*",
247 "allocator": "malloc"
250 "name": "tc-webcore-XHRcreate",
251 "stacktrace": ".*(WebCore|blink)::XMLHttpRequest::create .*",
252 "allocator": "malloc"
255 "name": "tc-webcore-XHRreceived",
256 "stacktrace": ".*(WebCore|blink)::XMLHttpRequest::didReceiveData.*",
257 "allocator": "malloc"
260 "name": "tc-webcore-docwriter-add",
261 "stacktrace": ".*(WebCore|blink)::DocumentWriter::addData.*",
262 "allocator": "malloc"
265 "name": "tc-webcore-node-and-doc",
266 "stacktrace": ".*(WebCore|blink)::HTML[a-zA-Z0-9_]*Element::create .*",
267 "allocator": "malloc"
270 "name": "tc-webcore-node-and-doc",
271 "stacktrace": ".*(WebCore|blink)::Text::create .*",
272 "allocator": "malloc"
275 "name": "tc-webcore-node-and-doc",
276 "stacktrace": ".*(WebCore|blink)::Comment::create .*",
277 "allocator": "malloc"
280 "name": "tc-webcore-node-and-doc",
281 "stacktrace": ".*(WebCore|blink)::HTMLDocument::create .*",
282 "allocator": "malloc"
285 "name": "tc-webcore-node-and-doc",
286 "stacktrace": ".*(WebCore|blink)::CSSStyleRule::create .*",
287 "allocator": "malloc"
290 "name": "tc-webcore-node-and-doc",
291 "stacktrace": ".*(WebCore|blink)::Attribute::create .*",
292 "allocator": "malloc"
295 "name": "tc-webcore-node-and-doc",
296 "stacktrace": ".*(WebCore|blink)::DOMWindow::create .*",
297 "allocator": "malloc"
300 "name": "tc-webcore-node-factory",
301 "stacktrace": ".*(WebCore|blink)::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Element.*",
302 "allocator": "malloc"
305 "name": "tc-webcore-element-wrapper",
306 "stacktrace": ".*(WebCore|blink)::createHTML[a-zA-Z0-9_]*ElementWrapper.*",
307 "allocator": "malloc"
310 "name": "tc-webcore-stylepropertyset",
311 "stacktrace": ".*(WebCore|blink)::ImmutableStylePropertySet::create .*",
312 "allocator": "malloc"
315 "name": "tc-webcore-stylepropertyset",
316 "stacktrace": ".*(WebCore|blink)::MutableStylePropertySet::create .*",
317 "allocator": "malloc"
320 "name": "tc-webcore-style-createsheet",
321 "stacktrace": ".*(WebCore|blink)::StyleElement::createSheet.*",
322 "allocator": "malloc"
325 "name": "tc-webcore-resource",
326 "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*",
327 "allocator": "malloc"
330 "name": "tc-webcore-script-execute",
331 "stacktrace": ".*(WebCore|blink)::ScriptLoader::execute.*",
332 "allocator": "malloc"
335 "name": "tc-webcore-events-related",
336 "stacktrace": ".*(WebCore|blink)::createAttributeEventListener.*",
337 "allocator": "malloc"
340 "name": "tc-webcore-events-related",
341 "stacktrace": ".*(WebCore|blink)::V8LazyEventListener::create.*",
342 "allocator": "malloc"
345 "name": "tc-webcore-events-related",
346 "stacktrace": ".*(WebCore|blink)::V8EventListener::create.*",
347 "allocator": "malloc"
350 "name": "tc-webcore-events-related",
351 "stacktrace": ".*(WebCore|blink)::Event::create .*",
352 "allocator": "malloc"
355 "name": "tc-webcore-events-related",
356 "stacktrace": ".*(WebCore|blink)::EventListener::create .*",
357 "allocator": "malloc"
360 "name": "tc-webcore-document-write",
361 "stacktrace": ".*(WebCore|blink)::Document::write.*",
362 "allocator": "malloc"
365 "name": "tc-webcore-element-create-renderer",
366 "stacktrace": ".*(WebCore|blink)::[a-zA-Z0-9_]*Element::createRenderer .*",
367 "allocator": "malloc"
370 "name": "tc-webcore-render-catch-all",
371 "stacktrace": ".*(WebCore|blink)::RenderLayer.*",
372 "allocator": "malloc"
375 "name": "tc-webcore-render-catch-all",
376 "stacktrace": ".*(WebCore|blink)::RenderBlock.*",
377 "allocator": "malloc"
380 "name": "tc-webcore-render-catch-all",
381 "stacktrace": ".*(WebCore|blink)::RenderWidget.*",
382 "allocator": "malloc"
385 "name": "tc-webcore-render-catch-all",
386 "stacktrace": ".*(WebCore|blink)::RenderView.*",
387 "allocator": "malloc"
390 "name": "tc-webcore-render-catch-all",
391 "stacktrace": ".*(WebCore|blink)::RenderViewImpl.*",
392 "allocator": "malloc"
395 "name": "tc-webcore-render-catch-all",
396 "stacktrace": ".*(WebCore|blink)::RenderStyle.*",
397 "allocator": "malloc"
400 "name": "tc-webcore-render-catch-all",
401 "stacktrace": ".*(WebCore|blink)::RenderText.*",
402 "allocator": "malloc"
405 "name": "tc-webcore-render-catch-all",
406 "stacktrace": ".* RendererMain .*",
407 "allocator": "malloc"
410 "name": "tc-webcore-setInnerHTML-except-node",
411 "stacktrace": ".*(WebCore|blink)::Element::setInnerHTML.*",
412 "allocator": "malloc"
415 "name": "tc-wtf-StringImpl-user-catch-all",
416 "stacktrace": ".*WTF::StringImpl::create .*",
417 "allocator": "malloc"
420 "name": "tc-wtf-StringImpl-user-catch-all",
421 "stacktrace": ".*WTF::StringImpl::createUninitialized.*",
422 "allocator": "malloc"
425 "name": "tc-wtf-HashTable-user-catch-all",
426 "stacktrace": ".*WTF::HashTable::allocateTable.*",
427 "allocator": "malloc"
430 "name": "tc-webcore-everything-create",
431 "stacktrace": ".*(WebCore|blink)::[a-zA-Z0-9_]*::create .*",
432 "allocator": "malloc"
435 "name": "tc-webkit-from-v8-catch-all",
436 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*v8::.*",
437 "allocator": "malloc"
440 "name": "tc-webkit-catch-all",
441 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
442 "allocator": "malloc"
445 "name": "tc-v8-catch-all",
446 "stacktrace": ".*v8::.*",
447 "allocator": "malloc"
450 "name": "tc-toplevel-string",
451 "stacktrace": ".*::allocate std::basic_string::_Rep::_S_create.*",
452 "allocator": "malloc"
455 "name": "tc-std-treemap",
456 "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
457 "allocator": "malloc"
460 "name": "tc-std-hashmap",
461 "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*",
462 "allocator": "malloc"
465 "name": "tc-std-vector",
466 "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*",
467 "allocator": "malloc"
470 "name": "tc-std-other",
471 "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator::allocate).*",
472 "allocator": "malloc"
475 "name": "tc-catch-all",
477 "allocator": "malloc"
480 "name": "UNTIL_HERE_FOR_TOTAL",
481 "stacktrace": "optional",
482 "allocator": "optional"
485 "name": "total-exclude-profiler",
486 "stacktrace": "optional",
487 "allocator": "optional"
491 "stacktrace": "optional",
492 "allocator": "optional"
496 "stacktrace": "optional",
497 "allocator": "optional"
501 "stacktrace": "optional",
502 "allocator": "optional"
506 "stacktrace": "optional",
507 "allocator": "optional"
510 "name": "file-nonexec",
511 "stacktrace": "optional",
512 "allocator": "optional"
516 "stacktrace": "optional",
517 "allocator": "optional"
521 "stacktrace": "optional",
522 "allocator": "optional"
525 "version": "POLICY_DEEP_3"