Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: tools/deep_memory_profiler/policy.android.renderer.json

Issue 23976012: Add Adreno GPU to deep memory profiler Android policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/deep_memory_profiler/policy.android.browser.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "name": "unhooked-ashmem-dalvik-bitmap", 144 "name": "unhooked-ashmem-dalvik-bitmap",
144 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*", 145 "mappedpathname": "/dev/ashmem/dalvik-bitmap.*",
145 "allocator": "unhooked" 146 "allocator": "unhooked"
146 }, 147 },
147 { 148 {
148 "name": "unhooked-ashmem-dalvik-other", 149 "name": "unhooked-ashmem-dalvik-other",
149 "mappedpathname": "/dev/ashmem/dalvik.*", 150 "mappedpathname": "/dev/ashmem/dalvik.*",
150 "allocator": "unhooked" 151 "allocator": "unhooked"
151 }, 152 },
152 { 153 {
154 "name": "unhooked-kgsl",
155 "mappedpathname": "/dev/kgsl-3d0",
156 "allocator": "unhooked"
157 },
158 {
153 "name": "unhooked-pvrsrvkm", 159 "name": "unhooked-pvrsrvkm",
154 "mappedpathname": "/dev/pvrsrvkm.*", 160 "mappedpathname": "/dev/pvrsrvkm.*",
155 "allocator": "unhooked" 161 "allocator": "unhooked"
156 }, 162 },
157 { 163 {
158 "name": "unhooked-system-dex", 164 "name": "unhooked-system-dex",
159 "mappedpathname": "/data/dalvik-cache/system.*.dex.*", 165 "mappedpathname": "/data/dalvik-cache/system.*.dex.*",
160 "allocator": "unhooked" 166 "allocator": "unhooked"
161 }, 167 },
162 { 168 {
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "allocator": "optional" 593 "allocator": "optional"
588 }, 594 },
589 { 595 {
590 "name": "other", 596 "name": "other",
591 "stacktrace": "optional", 597 "stacktrace": "optional",
592 "allocator": "optional" 598 "allocator": "optional"
593 } 599 }
594 ], 600 ],
595 "version": "POLICY_DEEP_3" 601 "version": "POLICY_DEEP_3"
596 } 602 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.android.browser.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698