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-blink-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 "absent", |
30 "anonymous", | 30 "anonymous", |
31 "file-exec", | 31 "file-exec", |
32 "file-nonexec", | 32 "file-nonexec", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "typeinfo": "no typeinfo", | 131 "typeinfo": "no typeinfo", |
132 "allocator": "malloc" | 132 "allocator": "malloc" |
133 }, | 133 }, |
134 { | 134 { |
135 "name": "tc-Skia", | 135 "name": "tc-Skia", |
136 "stacktrace": ".*", | 136 "stacktrace": ".*", |
137 "typeinfo": "(skia::|SkGlyph).*", | 137 "typeinfo": "(skia::|SkGlyph).*", |
138 "allocator": "malloc" | 138 "allocator": "malloc" |
139 }, | 139 }, |
140 { | 140 { |
141 "name": "tc-WebCore-Style", | 141 "name": "tc-blink-Style", |
142 "stacktrace": ".*", | 142 "stacktrace": ".*", |
143 "typeinfo": "WebCore::Style.*", | 143 "typeinfo": "blink::Style.*", |
144 "allocator": "malloc" | 144 "allocator": "malloc" |
145 }, | 145 }, |
146 { | 146 { |
147 "name": "tc-no-typeinfo-other", | 147 "name": "tc-no-typeinfo-other", |
148 "stacktrace": ".*", | 148 "stacktrace": ".*", |
149 "typeinfo": "no typeinfo", | 149 "typeinfo": "no typeinfo", |
150 "allocator": "malloc" | 150 "allocator": "malloc" |
151 }, | 151 }, |
152 { | 152 { |
153 "name": "tc-other", | 153 "name": "tc-other", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "allocator": "optional" | 196 "allocator": "optional" |
197 }, | 197 }, |
198 { | 198 { |
199 "name": "other", | 199 "name": "other", |
200 "stacktrace": "optional", | 200 "stacktrace": "optional", |
201 "allocator": "optional" | 201 "allocator": "optional" |
202 } | 202 } |
203 ], | 203 ], |
204 "version": "POLICY_DEEP_4" | 204 "version": "POLICY_DEEP_4" |
205 } | 205 } |
OLD | NEW |