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

Side by Side Diff: tools/deep_memory_profiler/policy.android.browser.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 | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | 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-gpu-transferbuffer", 29 "mmap-gpu-transferbuffer",
28 "mmap-gpu-ringbuffer", 30 "mmap-gpu-ringbuffer",
29 "mmap-catch-all", 31 "mmap-catch-all",
30 "tc-disk_cache-backing", 32 "tc-disk_cache-backing",
31 "tc-disk_cache-other", 33 "tc-disk_cache-other",
32 "tc-sqlite3MemAlloc", 34 "tc-sqlite3MemAlloc",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "name": "unhooked-other-ashmem", 140 "name": "unhooked-other-ashmem",
139 "mappedpathname": "/dev/ashmem/.*", 141 "mappedpathname": "/dev/ashmem/.*",
140 "allocator": "unhooked" 142 "allocator": "unhooked"
141 }, 143 },
142 { 144 {
143 "name": "unhooked-anonymous", 145 "name": "unhooked-anonymous",
144 "mappedpathname": "^$", 146 "mappedpathname": "^$",
145 "allocator": "unhooked" 147 "allocator": "unhooked"
146 }, 148 },
147 { 149 {
148 "name": "unhooked-file-exec-lib-chrome", 150 "name": "unhooked-file-exec-lib-chrome-shared",
149 "mappedpathname": "^/.*?(chromeview|content).*", 151 "mappedpathname": "^/.*?(chromeview|content).*",
150 "mappedpermission": "..x.", 152 "mappedpermission": "..x.",
151 "allocator": "unhooked" 153 "allocator": "unhooked",
154 "sharedwith": ["group", "others"]
155 },
156 {
157 "name": "unhooked-file-exec-lib-chrome-private",
158 "mappedpathname": "^/.*?(chromeview|content).*",
159 "mappedpermission": "..x.",
160 "allocator": "unhooked",
161 "sharedwith": ["private"]
152 }, 162 },
153 { 163 {
154 "name": "unhooked-file-exec", 164 "name": "unhooked-file-exec",
155 "mappedpathname": "^/.*", 165 "mappedpathname": "^/.*",
156 "mappedpermission": "..x.", 166 "mappedpermission": "..x.",
157 "allocator": "unhooked" 167 "allocator": "unhooked"
158 }, 168 },
159 { 169 {
160 "name": "unhooked-file-nonexec-lib-chrome", 170 "name": "unhooked-file-nonexec-lib-chrome-shared",
161 "mappedpathname": "^/.*?(chromeview|content).*", 171 "mappedpathname": "^/.*?(chromeview|content).*",
162 "allocator": "unhooked" 172 "allocator": "unhooked",
173 "sharedwith": ["group", "others"]
174 },
175 {
176 "name": "unhooked-file-nonexec-lib-chrome-private",
177 "mappedpathname": "^/.*?(chromeview|content).*",
178 "allocator": "unhooked",
179 "sharedwith": ["private"]
163 }, 180 },
164 { 181 {
165 "name": "unhooked-file-nonexec", 182 "name": "unhooked-file-nonexec",
166 "mappedpathname": "^/.*", 183 "mappedpathname": "^/.*",
167 "allocator": "unhooked" 184 "allocator": "unhooked"
168 }, 185 },
169 { 186 {
170 "name": "unhooked-stack", 187 "name": "unhooked-stack",
171 "mappedpathname": ".stack.", 188 "mappedpathname": ".stack.",
172 "allocator": "unhooked" 189 "allocator": "unhooked"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "allocator": "optional" 309 "allocator": "optional"
293 }, 310 },
294 { 311 {
295 "name": "other", 312 "name": "other",
296 "stacktrace": "optional", 313 "stacktrace": "optional",
297 "allocator": "optional" 314 "allocator": "optional"
298 } 315 }
299 ], 316 ],
300 "version": "POLICY_DEEP_3" 317 "version": "POLICY_DEEP_3"
301 } 318 }
OLDNEW
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698