| 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", | 12 "unhooked-file-nonexec", |
| 13 "unhooked-stack", | 13 "unhooked-stack", |
| 14 "unhooked-other", | 14 "unhooked-other", |
| 15 "no-bucket", | 15 "no-bucket", |
| 16 "mmap-v8", | 16 "mmap-v8", |
| 17 "mmap-catch-all", | 17 "mmap-catch-all", |
| 18 "tc-std-string", | 18 "tc-std-string", |
| 19 "tc-WTF-String", | 19 "tc-WTF-String", |
| 20 "tc-no-typeinfo-StringImpl", | 20 "tc-no-typeinfo-StringImpl", |
| 21 "tc-Skia", | 21 "tc-Skia", |
| 22 "tc-WebCore-Style", | 22 "tc-WebCore-Style", |
| 23 "tc-no-typeinfo-other", | 23 "tc-no-typeinfo-other", |
| 24 "tc-other", | 24 "tc-other", |
| 25 "tc-unused", | 25 "tc-unused", |
| 26 "UNTIL_HERE_FOR_TOTAL", | 26 "UNTIL_HERE_FOR_TOTAL", |
| 27 "total-exclude-profiler", | 27 "total-exclude-profiler", |
| 28 "total", | 28 "total", |
| 29 "absent", |
| 29 "anonymous", | 30 "anonymous", |
| 30 "file-exec", | 31 "file-exec", |
| 31 "file-nonexec", | 32 "file-nonexec", |
| 32 "stack", | 33 "stack", |
| 33 "other", | 34 "other", |
| 34 "mmap-total-log", | 35 "mmap-total-log", |
| 35 "mmap-no-log", | 36 "mmap-no-log", |
| 36 "mmap-total-record", | 37 "mmap-total-record", |
| 37 "other-total-log", | 38 "other-total-log", |
| 38 "tc-total-log", | 39 "tc-total-log", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "name": "total-exclude-profiler", | 163 "name": "total-exclude-profiler", |
| 163 "stacktrace": "optional", | 164 "stacktrace": "optional", |
| 164 "allocator": "optional" | 165 "allocator": "optional" |
| 165 }, | 166 }, |
| 166 { | 167 { |
| 167 "name": "total", | 168 "name": "total", |
| 168 "stacktrace": "optional", | 169 "stacktrace": "optional", |
| 169 "allocator": "optional" | 170 "allocator": "optional" |
| 170 }, | 171 }, |
| 171 { | 172 { |
| 173 "name": "absent", |
| 174 "stacktrace": "optional", |
| 175 "allocator": "optional" |
| 176 }, |
| 177 { |
| 172 "name": "anonymous", | 178 "name": "anonymous", |
| 173 "stacktrace": "optional", | 179 "stacktrace": "optional", |
| 174 "allocator": "optional" | 180 "allocator": "optional" |
| 175 }, | 181 }, |
| 176 { | 182 { |
| 177 "name": "file-exec", | 183 "name": "file-exec", |
| 178 "stacktrace": "optional", | 184 "stacktrace": "optional", |
| 179 "allocator": "optional" | 185 "allocator": "optional" |
| 180 }, | 186 }, |
| 181 { | 187 { |
| 182 "name": "file-nonexec", | 188 "name": "file-nonexec", |
| 183 "stacktrace": "optional", | 189 "stacktrace": "optional", |
| 184 "allocator": "optional" | 190 "allocator": "optional" |
| 185 }, | 191 }, |
| 186 { | 192 { |
| 187 "name": "stack", | 193 "name": "stack", |
| 188 "stacktrace": "optional", | 194 "stacktrace": "optional", |
| 189 "allocator": "optional" | 195 "allocator": "optional" |
| 190 }, | 196 }, |
| 191 { | 197 { |
| 192 "name": "other", | 198 "name": "other", |
| 193 "stacktrace": "optional", | 199 "stacktrace": "optional", |
| 194 "allocator": "optional" | 200 "allocator": "optional" |
| 195 } | 201 } |
| 196 ], | 202 ], |
| 197 "version": "POLICY_DEEP_4" | 203 "version": "POLICY_DEEP_4" |
| 198 } | 204 } |
| OLD | NEW |