OLD | NEW |
1 { | 1 { |
2 "components": [ | 2 "components": [ |
3 "second", | 3 "second", |
4 "mmap-profiler", | 4 "mmap-profiler", |
5 "mmap-type-profiler", | 5 "mmap-type-profiler", |
6 "mmap-tcmalloc", | 6 "mmap-tcmalloc", |
7 "FROM_HERE_FOR_TOTAL", | 7 "FROM_HERE_FOR_TOTAL", |
8 "mustbezero", | 8 "mustbezero", |
9 "unhooked-absent", | 9 "unhooked-absent", |
10 "unhooked-anonymous", | 10 "unhooked-anonymous", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "mmap-v8-other", | 21 "mmap-v8-other", |
22 "mmap-gpu-mappedmemorymanager", | 22 "mmap-gpu-mappedmemorymanager", |
23 "mmap-gpu-command-ringbuffer", | 23 "mmap-gpu-command-ringbuffer", |
24 "mmap-gpu-transfer-ringbuffer", | 24 "mmap-gpu-transfer-ringbuffer", |
25 "mmap-gpu-gles2-createbuffer", | 25 "mmap-gpu-gles2-createbuffer", |
26 "mmap-skia-font", | 26 "mmap-skia-font", |
27 "mmap-catch-all", | 27 "mmap-catch-all", |
28 "tc-webcore-cachedmatchedproperties", | 28 "tc-webcore-cachedmatchedproperties", |
29 "tc-webcore-fontcache", | 29 "tc-webcore-fontcache", |
30 "tc-skia", | 30 "tc-skia", |
31 "tc-renderobject", | |
32 "tc-renderstyle", | 31 "tc-renderstyle", |
33 "tc-webcore-sharedbuf", | 32 "tc-webcore-sharedbuf", |
34 "tc-webcore-XHRcreate", | 33 "tc-webcore-XHRcreate", |
35 "tc-webcore-XHRreceived", | 34 "tc-webcore-XHRreceived", |
36 "tc-webcore-docwriter-add", | 35 "tc-webcore-docwriter-add", |
37 "tc-webcore-node-and-doc", | 36 "tc-webcore-node-and-doc", |
38 "tc-webcore-node-factory", | 37 "tc-webcore-node-factory", |
39 "tc-webcore-element-wrapper", | 38 "tc-webcore-element-wrapper", |
40 "tc-webcore-stylepropertyset", | 39 "tc-webcore-stylepropertyset", |
41 "tc-webcore-style-createsheet", | 40 "tc-webcore-style-createsheet", |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "name": "tc-webcore-fontcache", | 209 "name": "tc-webcore-fontcache", |
211 "stacktrace": ".*WebCore::FontCache::getFontData.*", | 210 "stacktrace": ".*WebCore::FontCache::getFontData.*", |
212 "allocator": "malloc" | 211 "allocator": "malloc" |
213 }, | 212 }, |
214 { | 213 { |
215 "name": "tc-skia", | 214 "name": "tc-skia", |
216 "stacktrace": ".* Sk[A-Za-z_]+::.*", | 215 "stacktrace": ".* Sk[A-Za-z_]+::.*", |
217 "allocator": "malloc" | 216 "allocator": "malloc" |
218 }, | 217 }, |
219 { | 218 { |
220 "name": "tc-renderobject", | |
221 "stacktrace": ".*WebCore::RenderArena::allocate.*", | |
222 "allocator": "malloc" | |
223 }, | |
224 { | |
225 "name": "tc-renderstyle", | 219 "name": "tc-renderstyle", |
226 "stacktrace": ".*WebCore::RenderStyle::create.*", | 220 "stacktrace": ".*WebCore::RenderStyle::create.*", |
227 "allocator": "malloc" | 221 "allocator": "malloc" |
228 }, | 222 }, |
229 { | 223 { |
230 "name": "tc-renderstyle", | 224 "name": "tc-renderstyle", |
231 "stacktrace": ".*WebCore::RenderStyle::clone.*", | 225 "stacktrace": ".*WebCore::RenderStyle::clone.*", |
232 "allocator": "malloc" | 226 "allocator": "malloc" |
233 }, | 227 }, |
234 { | 228 { |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 "allocator": "optional" | 516 "allocator": "optional" |
523 }, | 517 }, |
524 { | 518 { |
525 "name": "other", | 519 "name": "other", |
526 "stacktrace": "optional", | 520 "stacktrace": "optional", |
527 "allocator": "optional" | 521 "allocator": "optional" |
528 } | 522 } |
529 ], | 523 ], |
530 "version": "POLICY_DEEP_3" | 524 "version": "POLICY_DEEP_3" |
531 } | 525 } |
OLD | NEW |