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

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

Issue 18710003: Android / dmprof: explodes policies for shared areas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pvrsrvkm Created 7 years, 5 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 | Annotate | Revision Log
« 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-pvrsrvkm", 15 "unhooked-pvrsrvkm",
16 "unhooked-system-dex", 16 "unhooked-system-dex",
17 "unhooked-chrome-dex", 17 "unhooked-chrome-dex",
18 "unhooked-other-ashmem", 18 "unhooked-other-ashmem",
19 "unhooked-anonymous", 19 "unhooked-anonymous",
20 "unhooked-file-exec-lib-chrome", 20 "unhooked-file-exec-lib-chrome-shared",
21 "unhooked-file-exec-lib-chrome-private",
21 "unhooked-file-exec", 22 "unhooked-file-exec",
22 "unhooked-file-nonexec-lib-chrome", 23 "unhooked-file-nonexec-lib-chrome-shared",
24 "unhooked-file-nonexec-lib-chrome-private",
23 "unhooked-file-nonexec", 25 "unhooked-file-nonexec",
24 "unhooked-stack", 26 "unhooked-stack",
25 "unhooked-other", 27 "unhooked-other",
26 "no-bucket", 28 "no-bucket",
27 "mmap-v8-heap-newspace", 29 "mmap-v8-heap-newspace",
28 "mmap-v8-heap-coderange", 30 "mmap-v8-heap-coderange",
29 "mmap-v8-heap-pagedspace", 31 "mmap-v8-heap-pagedspace",
30 "mmap-v8-other", 32 "mmap-v8-other",
31 "mmap-gpu-mappedmemorymanager", 33 "mmap-gpu-mappedmemorymanager",
32 "mmap-gpu-command-ringbuffer", 34 "mmap-gpu-command-ringbuffer",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "name": "unhooked-other-ashmem", 167 "name": "unhooked-other-ashmem",
166 "mappedpathname": "/dev/ashmem/.*", 168 "mappedpathname": "/dev/ashmem/.*",
167 "allocator": "unhooked" 169 "allocator": "unhooked"
168 }, 170 },
169 { 171 {
170 "name": "unhooked-anonymous", 172 "name": "unhooked-anonymous",
171 "mappedpathname": "^$", 173 "mappedpathname": "^$",
172 "allocator": "unhooked" 174 "allocator": "unhooked"
173 }, 175 },
174 { 176 {
175 "name": "unhooked-file-exec-lib-chrome", 177 "name": "unhooked-file-exec-lib-chrome-shared",
176 "mappedpathname": "^/.*?(chromeview|content).*", 178 "mappedpathname": "^/.*?(chromeview|content).*",
177 "mappedpermission": "..x.", 179 "mappedpermission": "..x.",
178 "allocator": "unhooked" 180 "allocator": "unhooked",
181 "sharedwith": ["group", "others"]
182 },
183 {
184 "name": "unhooked-file-exec-lib-chrome-private",
185 "mappedpathname": "^/.*?(chromeview|content).*",
186 "mappedpermission": "..x.",
187 "allocator": "unhooked",
188 "sharedwith": ["private"]
179 }, 189 },
180 { 190 {
181 "name": "unhooked-file-exec", 191 "name": "unhooked-file-exec",
182 "mappedpathname": "^/.*", 192 "mappedpathname": "^/.*",
183 "mappedpermission": "..x.", 193 "mappedpermission": "..x.",
184 "allocator": "unhooked" 194 "allocator": "unhooked"
185 }, 195 },
186 { 196 {
187 "name": "unhooked-file-nonexec-lib-chrome", 197 "name": "unhooked-file-nonexec-lib-chrome-shared",
188 "mappedpathname": "^/.*?(chromeview|content).*", 198 "mappedpathname": "^/.*?(chromeview|content).*",
189 "allocator": "unhooked" 199 "allocator": "unhooked",
200 "sharedwith": ["group", "others"]
201 },
202 {
203 "name": "unhooked-file-nonexec-lib-chrome-private",
204 "mappedpathname": "^/.*?(chromeview|content).*",
205 "allocator": "unhooked",
206 "sharedwith": ["private"]
190 }, 207 },
191 { 208 {
192 "name": "unhooked-file-nonexec", 209 "name": "unhooked-file-nonexec",
193 "mappedpathname": "^/.*", 210 "mappedpathname": "^/.*",
194 "allocator": "unhooked" 211 "allocator": "unhooked"
195 }, 212 },
196 { 213 {
197 "name": "unhooked-stack", 214 "name": "unhooked-stack",
198 "mappedpathname": ".stack.", 215 "mappedpathname": ".stack.",
199 "allocator": "unhooked" 216 "allocator": "unhooked"
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "allocator": "optional" 581 "allocator": "optional"
565 }, 582 },
566 { 583 {
567 "name": "other", 584 "name": "other",
568 "stacktrace": "optional", 585 "stacktrace": "optional",
569 "allocator": "optional" 586 "allocator": "optional"
570 } 587 }
571 ], 588 ],
572 "version": "POLICY_DEEP_3" 589 "version": "POLICY_DEEP_3"
573 } 590 }
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