| 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", |
| 11 "unhooked-file-exec", | 11 "unhooked-file-exec", |
| 12 "unhooked-file-nonexec-others", | 12 "unhooked-file-nonexec-others", |
| 13 "unhooked-file-nonexec-group", | 13 "unhooked-file-nonexec-group", |
| 14 "unhooked-file-nonexec", | 14 "unhooked-file-nonexec", |
| 15 "unhooked-stack", | 15 "unhooked-stack", |
| 16 "unhooked-other", | 16 "unhooked-other", |
| 17 "no-bucket", | 17 "no-bucket", |
| 18 "mmap-v8-heap-newspace", | 18 "mmap-v8-heap-newspace", |
| 19 "mmap-v8-heap-coderange", | 19 "mmap-v8-heap-coderange", |
| 20 "mmap-v8-heap-pagedspace", | 20 "mmap-v8-heap-pagedspace", |
| 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-partition-alloc", |
| 27 "mmap-catch-all", | 28 "mmap-catch-all", |
| 28 "tc-webcore-cachedmatchedproperties", | 29 "tc-webcore-cachedmatchedproperties", |
| 29 "tc-webcore-fontcache", | 30 "tc-webcore-fontcache", |
| 30 "tc-skia", | 31 "tc-skia", |
| 31 "tc-renderstyle", | 32 "tc-renderstyle", |
| 32 "tc-webcore-sharedbuf", | 33 "tc-webcore-sharedbuf", |
| 33 "tc-webcore-XHRcreate", | 34 "tc-webcore-XHRcreate", |
| 34 "tc-webcore-XHRreceived", | 35 "tc-webcore-XHRreceived", |
| 35 "tc-webcore-docwriter-add", | 36 "tc-webcore-docwriter-add", |
| 36 "tc-webcore-node-and-doc", | 37 "tc-webcore-node-and-doc", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "name": "mmap-gpu-gles2-createbuffer", | 190 "name": "mmap-gpu-gles2-createbuffer", |
| 190 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*", | 191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*", |
| 191 "allocator": "mmap" | 192 "allocator": "mmap" |
| 192 }, | 193 }, |
| 193 { | 194 { |
| 194 "name": "mmap-skia-font", | 195 "name": "mmap-skia-font", |
| 195 "stacktrace": ".*SkTypeface::openStream.*", | 196 "stacktrace": ".*SkTypeface::openStream.*", |
| 196 "allocator": "mmap" | 197 "allocator": "mmap" |
| 197 }, | 198 }, |
| 198 { | 199 { |
| 200 "name": "mmap-partition-alloc", |
| 201 "stacktrace": ".*WTF::partitionAllocSlowPath.*", |
| 202 "allocator": "mmap" |
| 203 }, |
| 204 { |
| 199 "name": "mmap-catch-all", | 205 "name": "mmap-catch-all", |
| 200 "stacktrace": ".*", | 206 "stacktrace": ".*", |
| 201 "allocator": "mmap" | 207 "allocator": "mmap" |
| 202 }, | 208 }, |
| 203 { | 209 { |
| 204 "name": "tc-webcore-cachedmatchedproperties", | 210 "name": "tc-webcore-cachedmatchedproperties", |
| 205 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*", | 211 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*", |
| 206 "allocator": "malloc" | 212 "allocator": "malloc" |
| 207 }, | 213 }, |
| 208 { | 214 { |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "allocator": "optional" | 517 "allocator": "optional" |
| 512 }, | 518 }, |
| 513 { | 519 { |
| 514 "name": "other", | 520 "name": "other", |
| 515 "stacktrace": "optional", | 521 "stacktrace": "optional", |
| 516 "allocator": "optional" | 522 "allocator": "optional" |
| 517 } | 523 } |
| 518 ], | 524 ], |
| 519 "version": "POLICY_DEEP_3" | 525 "version": "POLICY_DEEP_3" |
| 520 } | 526 } |
| OLD | NEW |