| 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-pvrsrvkm", | 15 "unhooked-pvrsrvkm-private", |
| 16 "unhooked-pvrsrvkm-chrome", |
| 17 "unhooked-pvrsrvkm-others", |
| 16 "unhooked-system-dex", | 18 "unhooked-system-dex", |
| 17 "unhooked-chrome-dex", | 19 "unhooked-chrome-dex", |
| 18 "unhooked-other-ashmem", | 20 "unhooked-other-ashmem", |
| 19 "unhooked-anonymous", | 21 "unhooked-anonymous", |
| 20 "unhooked-file-exec-lib-chrome", | 22 "unhooked-file-exec-lib-chrome-shared", |
| 23 "unhooked-file-exec-lib-chrome-private", |
| 21 "unhooked-file-exec", | 24 "unhooked-file-exec", |
| 22 "unhooked-file-nonexec-lib-chrome", | 25 "unhooked-file-nonexec-lib-chrome-shared", |
| 26 "unhooked-file-nonexec-lib-chrome-private", |
| 23 "unhooked-file-nonexec", | 27 "unhooked-file-nonexec", |
| 24 "unhooked-stack", | 28 "unhooked-stack", |
| 25 "unhooked-other", | 29 "unhooked-other", |
| 26 "no-bucket", | 30 "no-bucket", |
| 27 "mmap-v8-heap-newspace", | 31 "mmap-v8-heap-newspace", |
| 28 "mmap-v8-heap-coderange", | 32 "mmap-v8-heap-coderange", |
| 29 "mmap-v8-heap-pagedspace", | 33 "mmap-v8-heap-pagedspace", |
| 30 "mmap-v8-other", | 34 "mmap-v8-other", |
| 31 "mmap-gpu-mappedmemorymanager", | 35 "mmap-gpu-mappedmemorymanager", |
| 32 "mmap-gpu-command-ringbuffer", | 36 "mmap-gpu-command-ringbuffer", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "name": "unhooked-ashmem-dalvik-bitmap", | 144 "name": "unhooked-ashmem-dalvik-bitmap", |
| 141 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", | 145 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", |
| 142 "allocator": "unhooked" | 146 "allocator": "unhooked" |
| 143 }, | 147 }, |
| 144 { | 148 { |
| 145 "name": "unhooked-ashmem-dalvik-other", | 149 "name": "unhooked-ashmem-dalvik-other", |
| 146 "mappedpathname": "/dev/ashmem/dalvik.*", | 150 "mappedpathname": "/dev/ashmem/dalvik.*", |
| 147 "allocator": "unhooked" | 151 "allocator": "unhooked" |
| 148 }, | 152 }, |
| 149 { | 153 { |
| 150 "name": "unhooked-pvrsrvkm", | 154 "name": "unhooked-pvrsrvkm-private", |
| 151 "mappedpathname": "/dev/pvrsrvkm.*", | 155 "mappedpathname": "/dev/pvrsrvkm.*", |
| 152 "allocator": "unhooked" | 156 "allocator": "unhooked", |
| 157 "sharedwith": ["private"] |
| 158 }, |
| 159 { |
| 160 "name": "unhooked-pvrsrvkm-others", |
| 161 "mappedpathname": "/dev/pvrsrvkm.*", |
| 162 "allocator": "unhooked", |
| 163 "sharedwith": ["others"] |
| 164 }, |
| 165 { |
| 166 "name": "unhooked-pvrsrvkm-chrome", |
| 167 "mappedpathname": "/dev/pvrsrvkm.*", |
| 168 "allocator": "unhooked", |
| 169 "sharedwith": ["group"] |
| 153 }, | 170 }, |
| 154 { | 171 { |
| 155 "name": "unhooked-system-dex", | 172 "name": "unhooked-system-dex", |
| 156 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", | 173 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", |
| 157 "allocator": "unhooked" | 174 "allocator": "unhooked" |
| 158 }, | 175 }, |
| 159 { | 176 { |
| 160 "name": "unhooked-chrome-dex", | 177 "name": "unhooked-chrome-dex", |
| 161 "mappedpathname": "^/.*?(chrome|content).*?apk@classes.dex", | 178 "mappedpathname": "^/.*?(chrome|content).*?apk@classes.dex", |
| 162 "allocator": "unhooked" | 179 "allocator": "unhooked" |
| 163 }, | 180 }, |
| 164 { | 181 { |
| 165 "name": "unhooked-other-ashmem", | 182 "name": "unhooked-other-ashmem", |
| 166 "mappedpathname": "/dev/ashmem/.*", | 183 "mappedpathname": "/dev/ashmem/.*", |
| 167 "allocator": "unhooked" | 184 "allocator": "unhooked" |
| 168 }, | 185 }, |
| 169 { | 186 { |
| 170 "name": "unhooked-anonymous", | 187 "name": "unhooked-anonymous", |
| 171 "mappedpathname": "^$", | 188 "mappedpathname": "^$", |
| 172 "allocator": "unhooked" | 189 "allocator": "unhooked" |
| 173 }, | 190 }, |
| 174 { | 191 { |
| 175 "name": "unhooked-file-exec-lib-chrome", | 192 "name": "unhooked-file-exec-lib-chrome-shared", |
| 176 "mappedpathname": "^/.*?(chromeview|content).*", | 193 "mappedpathname": "^/.*?(chromeview|content).*", |
| 177 "mappedpermission": "..x.", | 194 "mappedpermission": "..x.", |
| 178 "allocator": "unhooked" | 195 "allocator": "unhooked", |
| 196 "sharedwith": ["group", "others"] |
| 197 }, |
| 198 { |
| 199 "name": "unhooked-file-exec-lib-chrome-private", |
| 200 "mappedpathname": "^/.*?(chromeview|content).*", |
| 201 "mappedpermission": "..x.", |
| 202 "allocator": "unhooked", |
| 203 "sharedwith": ["private"] |
| 179 }, | 204 }, |
| 180 { | 205 { |
| 181 "name": "unhooked-file-exec", | 206 "name": "unhooked-file-exec", |
| 182 "mappedpathname": "^/.*", | 207 "mappedpathname": "^/.*", |
| 183 "mappedpermission": "..x.", | 208 "mappedpermission": "..x.", |
| 184 "allocator": "unhooked" | 209 "allocator": "unhooked" |
| 185 }, | 210 }, |
| 186 { | 211 { |
| 187 "name": "unhooked-file-nonexec-lib-chrome", | 212 "name": "unhooked-file-nonexec-lib-chrome-shared", |
| 188 "mappedpathname": "^/.*?(chromeview|content).*", | 213 "mappedpathname": "^/.*?(chromeview|content).*", |
| 189 "allocator": "unhooked" | 214 "allocator": "unhooked", |
| 215 "sharedwith": ["group", "others"] |
| 216 }, |
| 217 { |
| 218 "name": "unhooked-file-nonexec-lib-chrome-private", |
| 219 "mappedpathname": "^/.*?(chromeview|content).*", |
| 220 "allocator": "unhooked", |
| 221 "sharedwith": ["private"] |
| 190 }, | 222 }, |
| 191 { | 223 { |
| 192 "name": "unhooked-file-nonexec", | 224 "name": "unhooked-file-nonexec", |
| 193 "mappedpathname": "^/.*", | 225 "mappedpathname": "^/.*", |
| 194 "allocator": "unhooked" | 226 "allocator": "unhooked" |
| 195 }, | 227 }, |
| 196 { | 228 { |
| 197 "name": "unhooked-stack", | 229 "name": "unhooked-stack", |
| 198 "mappedpathname": ".stack.", | 230 "mappedpathname": ".stack.", |
| 199 "allocator": "unhooked" | 231 "allocator": "unhooked" |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 "allocator": "optional" | 596 "allocator": "optional" |
| 565 }, | 597 }, |
| 566 { | 598 { |
| 567 "name": "other", | 599 "name": "other", |
| 568 "stacktrace": "optional", | 600 "stacktrace": "optional", |
| 569 "allocator": "optional" | 601 "allocator": "optional" |
| 570 } | 602 } |
| 571 ], | 603 ], |
| 572 "version": "POLICY_DEEP_3" | 604 "version": "POLICY_DEEP_3" |
| 573 } | 605 } |
| OLD | NEW |