| OLD | NEW |
| 1 { | 1 { |
| 2 "components": [ | 2 "components": [ |
| 3 "second", | 3 "second", |
| 4 "mmap-profiler", | 4 "mmap-profiler", |
| 5 "mmap-allocated-type", | 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 "nonprofiled-absent", | 9 "nonprofiled-absent", |
| 10 "nonprofiled-anonymous", | 10 "nonprofiled-anonymous", |
| 11 "nonprofiled-file-exec", | 11 "nonprofiled-file-exec", |
| 12 "nonprofiled-file-nonexec", | 12 "nonprofiled-file-nonexec", |
| 13 "nonprofiled-stack", | 13 "nonprofiled-stack", |
| 14 "nonprofiled-other", | 14 "nonprofiled-other", |
| 15 "no-bucket", | 15 "no-bucket", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "name": "second", | 69 "name": "second", |
| 70 "stacktrace": "optional", | 70 "stacktrace": "optional", |
| 71 "allocator": "optional" | 71 "allocator": "optional" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "name": "mmap-profiler", | 74 "name": "mmap-profiler", |
| 75 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*", | 75 "stacktrace": ".*(ProfilerMalloc|MemoryRegionMap::).*", |
| 76 "allocator": "mmap" | 76 "allocator": "mmap" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "name": "mmap-allocated-type", | 79 "name": "mmap-type-profiler", |
| 80 "stacktrace": ".*(AllocatedTypeMalloc).*", | 80 "stacktrace": ".*(TypeProfilerMalloc).*", |
| 81 "allocator": "mmap" | 81 "allocator": "mmap" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "name": "mmap-tcmalloc", | 84 "name": "mmap-tcmalloc", |
| 85 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato
r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", | 85 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocato
r::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*", |
| 86 "allocator": "mmap" | 86 "allocator": "mmap" |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "name": "FROM_HERE_FOR_TOTAL", | 89 "name": "FROM_HERE_FOR_TOTAL", |
| 90 "stacktrace": "optional", | 90 "stacktrace": "optional", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "allocator": "optional" | 436 "allocator": "optional" |
| 437 }, | 437 }, |
| 438 { | 438 { |
| 439 "name": "other", | 439 "name": "other", |
| 440 "stacktrace": "optional", | 440 "stacktrace": "optional", |
| 441 "allocator": "optional" | 441 "allocator": "optional" |
| 442 } | 442 } |
| 443 ], | 443 ], |
| 444 "version": "POLICY_DEEP_3" | 444 "version": "POLICY_DEEP_3" |
| 445 } | 445 } |
| OLD | NEW |