| 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-ashmem-dalvik-heap", | 10 "unhooked-ashmem-dalvik-heap", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 "tc-disk_cache-backing", | 34 "tc-disk_cache-backing", |
| 35 "tc-disk_cache-other", | 35 "tc-disk_cache-other", |
| 36 "tc-sqlite3MemAlloc", | 36 "tc-sqlite3MemAlloc", |
| 37 "tc-angle", | 37 "tc-angle", |
| 38 "tc-crypto", | 38 "tc-crypto", |
| 39 "tc-net-iobuffer", | 39 "tc-net-iobuffer", |
| 40 "tc-stl-string", | 40 "tc-stl-string", |
| 41 "tc-stl-rbtree", | 41 "tc-stl-rbtree", |
| 42 "tc-stl-vector", | 42 "tc-stl-vector", |
| 43 "tc-stl-hashtable", | 43 "tc-stl-hashtable", |
| 44 "tc-stl-node", | 44 "tc-stl-other", |
| 45 "tc-catch-all", | 45 "tc-catch-all", |
| 46 "tc-unused", | 46 "tc-unused", |
| 47 "UNTIL_HERE_FOR_TOTAL", | 47 "UNTIL_HERE_FOR_TOTAL", |
| 48 "total-exclude-profiler", | 48 "total-exclude-profiler", |
| 49 "total", | 49 "total", |
| 50 "absent", | 50 "absent", |
| 51 "anonymous", | 51 "anonymous", |
| 52 "file-exec", | 52 "file-exec", |
| 53 "file-nonexec", | 53 "file-nonexec", |
| 54 "stack", | 54 "stack", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "name": "tc-stl-vector", | 264 "name": "tc-stl-vector", |
| 265 "stacktrace": ".*std::priv::_Impl_vector::.*", | 265 "stacktrace": ".*std::priv::_Impl_vector::.*", |
| 266 "allocator": "malloc" | 266 "allocator": "malloc" |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "name": "tc-stl-hashtable", | 269 "name": "tc-stl-hashtable", |
| 270 "stacktrace": ".*std::hashtable::.*", | 270 "stacktrace": ".*std::hashtable::.*", |
| 271 "allocator": "malloc" | 271 "allocator": "malloc" |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 "name": "tc-stl-node", | 274 "name": "tc-stl-other", |
| 275 "stacktrace": ".*std::priv::_Impl_vector::.*", | 275 "stacktrace": ".*std::__stl_new.*", |
| 276 "allocator": "malloc" | 276 "allocator": "malloc" |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "name": "tc-catch-all", | 279 "name": "tc-catch-all", |
| 280 "stacktrace": ".*", | 280 "stacktrace": ".*", |
| 281 "allocator": "malloc" | 281 "allocator": "malloc" |
| 282 }, | 282 }, |
| 283 { | 283 { |
| 284 "name": "UNTIL_HERE_FOR_TOTAL", | 284 "name": "UNTIL_HERE_FOR_TOTAL", |
| 285 "stacktrace": "optional", | 285 "stacktrace": "optional", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "allocator": "optional" | 321 "allocator": "optional" |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 "name": "other", | 324 "name": "other", |
| 325 "stacktrace": "optional", | 325 "stacktrace": "optional", |
| 326 "allocator": "optional" | 326 "allocator": "optional" |
| 327 } | 327 } |
| 328 ], | 328 ], |
| 329 "version": "POLICY_DEEP_3" | 329 "version": "POLICY_DEEP_3" |
| 330 } | 330 } |
| OLD | NEW |