| 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", |
| 11 "unhooked-ashmem-dalvik-LinearAlloc", |
| 12 "unhooked-ashmem-dalvik-aux-structure", |
| 13 "unhooked-ashmem-dalvik-bitmap", |
| 14 "unhooked-ashmem-dalvik-other", |
| 15 "unhooked-pvrsrvkm", |
| 16 "unhooked-system-dex", |
| 17 "unhooked-chrome-dex", |
| 18 "unhooked-other-ashmem", |
| 10 "unhooked-anonymous", | 19 "unhooked-anonymous", |
| 20 "unhooked-file-exec-lib-chrome", |
| 11 "unhooked-file-exec", | 21 "unhooked-file-exec", |
| 22 "unhooked-file-nonexec-lib-chrome", |
| 12 "unhooked-file-nonexec", | 23 "unhooked-file-nonexec", |
| 13 "unhooked-stack", | 24 "unhooked-stack", |
| 14 "unhooked-other", | 25 "unhooked-other", |
| 15 "no-bucket", | 26 "no-bucket", |
| 16 "mmap-v8-heap-newspace", | 27 "mmap-v8-heap-newspace", |
| 17 "mmap-v8-heap-coderange", | 28 "mmap-v8-heap-coderange", |
| 18 "mmap-v8-heap-pagedspace", | 29 "mmap-v8-heap-pagedspace", |
| 19 "mmap-v8-other", | 30 "mmap-v8-other", |
| 20 "mmap-gpu-mappedmemorymanager", | 31 "mmap-gpu-mappedmemorymanager", |
| 21 "mmap-gpu-command-ringbuffer", | 32 "mmap-gpu-command-ringbuffer", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "name": "mustbezero", | 115 "name": "mustbezero", |
| 105 "stacktrace": "optional", | 116 "stacktrace": "optional", |
| 106 "allocator": "optional" | 117 "allocator": "optional" |
| 107 }, | 118 }, |
| 108 { | 119 { |
| 109 "name": "unhooked-absent", | 120 "name": "unhooked-absent", |
| 110 "stacktrace": "optional", | 121 "stacktrace": "optional", |
| 111 "allocator": "optional" | 122 "allocator": "optional" |
| 112 }, | 123 }, |
| 113 { | 124 { |
| 125 "name": "unhooked-ashmem-dalvik-heap", |
| 126 "mappedpathname": "/dev/ashmem/dalvik-heap.*", |
| 127 "allocator": "unhooked" |
| 128 }, |
| 129 { |
| 130 "name": "unhooked-ashmem-dalvik-LinearAlloc", |
| 131 "mappedpathname": "/dev/ashmem/dalvik-LinearAlloc.*", |
| 132 "allocator": "unhooked" |
| 133 }, |
| 134 { |
| 135 "name": "unhooked-ashmem-dalvik-aux-structure", |
| 136 "mappedpathname": "/dev/ashmem/dalvik-aux-structure.*", |
| 137 "allocator": "unhooked" |
| 138 }, |
| 139 { |
| 140 "name": "unhooked-ashmem-dalvik-bitmap", |
| 141 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", |
| 142 "allocator": "unhooked" |
| 143 }, |
| 144 { |
| 145 "name": "unhooked-ashmem-dalvik-other", |
| 146 "mappedpathname": "/dev/ashmem/dalvik.*", |
| 147 "allocator": "unhooked" |
| 148 }, |
| 149 { |
| 150 "name": "unhooked-pvrsrvkm", |
| 151 "mappedpathname": "/dev/pvrsrvkm.*", |
| 152 "allocator": "unhooked" |
| 153 }, |
| 154 { |
| 155 "name": "unhooked-system-dex", |
| 156 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", |
| 157 "allocator": "unhooked" |
| 158 }, |
| 159 { |
| 160 "name": "unhooked-chrome-dex", |
| 161 "mappedpathname": "^/.*?(chrome|content).*?apk@classes.dex", |
| 162 "allocator": "unhooked" |
| 163 }, |
| 164 { |
| 165 "name": "unhooked-other-ashmem", |
| 166 "mappedpathname": "/dev/ashmem/.*", |
| 167 "allocator": "unhooked" |
| 168 }, |
| 169 { |
| 114 "name": "unhooked-anonymous", | 170 "name": "unhooked-anonymous", |
| 115 "stacktrace": "optional", | 171 "mappedpathname": "^$", |
| 116 "allocator": "optional" | 172 "allocator": "unhooked" |
| 173 }, |
| 174 { |
| 175 "name": "unhooked-file-exec-lib-chrome", |
| 176 "mappedpathname": "^/.*?(chromeview|content).*", |
| 177 "mappedpermission": "..x.", |
| 178 "allocator": "unhooked" |
| 117 }, | 179 }, |
| 118 { | 180 { |
| 119 "name": "unhooked-file-exec", | 181 "name": "unhooked-file-exec", |
| 120 "stacktrace": "optional", | 182 "mappedpathname": "^/.*", |
| 121 "allocator": "optional" | 183 "mappedpermission": "..x.", |
| 184 "allocator": "unhooked" |
| 185 }, |
| 186 { |
| 187 "name": "unhooked-file-nonexec-lib-chrome", |
| 188 "mappedpathname": "^/.*?(chromeview|content).*", |
| 189 "allocator": "unhooked" |
| 122 }, | 190 }, |
| 123 { | 191 { |
| 124 "name": "unhooked-file-nonexec", | 192 "name": "unhooked-file-nonexec", |
| 125 "stacktrace": "optional", | 193 "mappedpathname": "^/.*", |
| 126 "allocator": "optional" | 194 "allocator": "unhooked" |
| 127 }, | 195 }, |
| 128 { | 196 { |
| 129 "name": "unhooked-stack", | 197 "name": "unhooked-stack", |
| 130 "stacktrace": "optional", | 198 "mappedpathname": ".stack.", |
| 131 "allocator": "optional" | 199 "allocator": "unhooked" |
| 132 }, | 200 }, |
| 133 { | 201 { |
| 134 "name": "unhooked-other", | 202 "name": "unhooked-other", |
| 135 "stacktrace": "optional", | 203 "mappedpathname": ".*", |
| 136 "allocator": "optional" | 204 "allocator": "unhooked" |
| 137 }, | 205 }, |
| 138 { | 206 { |
| 139 "name": "mmap-v8-heap-newspace", | 207 "name": "mmap-v8-heap-newspace", |
| 140 "stacktrace": ".*v8::internal::NewSpace::SetUp.*", | 208 "stacktrace": ".*v8::internal::NewSpace::SetUp.*", |
| 141 "allocator": "mmap" | 209 "allocator": "mmap" |
| 142 }, | 210 }, |
| 143 { | 211 { |
| 144 "name": "mmap-v8-heap-coderange", | 212 "name": "mmap-v8-heap-coderange", |
| 145 "stacktrace": ".*v8::internal::CodeRange::SetUp.*", | 213 "stacktrace": ".*v8::internal::CodeRange::SetUp.*", |
| 146 "allocator": "mmap" | 214 "allocator": "mmap" |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "allocator": "optional" | 564 "allocator": "optional" |
| 497 }, | 565 }, |
| 498 { | 566 { |
| 499 "name": "other", | 567 "name": "other", |
| 500 "stacktrace": "optional", | 568 "stacktrace": "optional", |
| 501 "allocator": "optional" | 569 "allocator": "optional" |
| 502 } | 570 } |
| 503 ], | 571 ], |
| 504 "version": "POLICY_DEEP_3" | 572 "version": "POLICY_DEEP_3" |
| 505 } | 573 } |
| OLD | NEW |