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", |
11 "unhooked-ashmem-dalvik-LinearAlloc", | 11 "unhooked-ashmem-dalvik-LinearAlloc", |
12 "unhooked-ashmem-dalvik-aux-structure", | 12 "unhooked-ashmem-dalvik-aux-structure", |
13 "unhooked-ashmem-dalvik-bitmap", | 13 "unhooked-ashmem-dalvik-bitmap", |
14 "unhooked-ashmem-dalvik-other", | 14 "unhooked-ashmem-dalvik-other", |
| 15 "unhooked-kgsl", |
15 "unhooked-pvrsrvkm", | 16 "unhooked-pvrsrvkm", |
16 "unhooked-system-dex", | 17 "unhooked-system-dex", |
17 "unhooked-chrome-dex", | 18 "unhooked-chrome-dex", |
18 "unhooked-other-ashmem", | 19 "unhooked-other-ashmem", |
19 "unhooked-anonymous", | 20 "unhooked-anonymous", |
20 "unhooked-file-exec-lib-chrome-shared", | 21 "unhooked-file-exec-lib-chrome-shared", |
21 "unhooked-file-exec-lib-chrome-private", | 22 "unhooked-file-exec-lib-chrome-private", |
22 "unhooked-file-exec", | 23 "unhooked-file-exec", |
23 "unhooked-file-nonexec-lib-chrome-shared", | 24 "unhooked-file-nonexec-lib-chrome-shared", |
24 "unhooked-file-nonexec-lib-chrome-private", | 25 "unhooked-file-nonexec-lib-chrome-private", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "name": "unhooked-ashmem-dalvik-bitmap", | 116 "name": "unhooked-ashmem-dalvik-bitmap", |
116 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", | 117 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", |
117 "allocator": "unhooked" | 118 "allocator": "unhooked" |
118 }, | 119 }, |
119 { | 120 { |
120 "name": "unhooked-ashmem-dalvik-other", | 121 "name": "unhooked-ashmem-dalvik-other", |
121 "mappedpathname": "/dev/ashmem/dalvik.*", | 122 "mappedpathname": "/dev/ashmem/dalvik.*", |
122 "allocator": "unhooked" | 123 "allocator": "unhooked" |
123 }, | 124 }, |
124 { | 125 { |
| 126 "name": "unhooked-kgsl", |
| 127 "mappedpathname": "/dev/kgsl-3d0", |
| 128 "allocator": "unhooked" |
| 129 }, |
| 130 { |
125 "name": "unhooked-pvrsrvkm", | 131 "name": "unhooked-pvrsrvkm", |
126 "mappedpathname": "/dev/pvrsrvkm.*", | 132 "mappedpathname": "/dev/pvrsrvkm.*", |
127 "allocator": "unhooked" | 133 "allocator": "unhooked" |
128 }, | 134 }, |
129 { | 135 { |
130 "name": "unhooked-system-dex", | 136 "name": "unhooked-system-dex", |
131 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", | 137 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", |
132 "allocator": "unhooked" | 138 "allocator": "unhooked" |
133 }, | 139 }, |
134 { | 140 { |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "allocator": "optional" | 315 "allocator": "optional" |
310 }, | 316 }, |
311 { | 317 { |
312 "name": "other", | 318 "name": "other", |
313 "stacktrace": "optional", | 319 "stacktrace": "optional", |
314 "allocator": "optional" | 320 "allocator": "optional" |
315 } | 321 } |
316 ], | 322 ], |
317 "version": "POLICY_DEEP_3" | 323 "version": "POLICY_DEEP_3" |
318 } | 324 } |
OLD | NEW |