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

Side by Side Diff: tools/deep_memory_profiler/policy.l1.json

Issue 12575008: Dump stats of memory pages which are hooked, but absent from /proc/<pid>/maps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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-anonymous", 10 "unhooked-anonymous",
11 "unhooked-file-exec", 11 "unhooked-file-exec",
12 "unhooked-file-nonexec", 12 "unhooked-file-nonexec",
13 "unhooked-stack", 13 "unhooked-stack",
14 "unhooked-other", 14 "unhooked-other",
15 "no-bucket", 15 "no-bucket",
16 "mmap-v8-heap-newspace", 16 "mmap-v8-heap-newspace",
17 "mmap-v8-heap-coderange", 17 "mmap-v8-heap-coderange",
18 "mmap-v8-heap-pagedspace", 18 "mmap-v8-heap-pagedspace",
19 "mmap-v8-other", 19 "mmap-v8-other",
20 "mmap-catch-all", 20 "mmap-catch-all",
21 "tc-v8", 21 "tc-v8",
22 "tc-skia", 22 "tc-skia",
23 "tc-webkit-catch-all", 23 "tc-webkit-catch-all",
24 "tc-unknown-string", 24 "tc-unknown-string",
25 "tc-catch-all", 25 "tc-catch-all",
26 "tc-unused", 26 "tc-unused",
27 "UNTIL_HERE_FOR_TOTAL", 27 "UNTIL_HERE_FOR_TOTAL",
28 "total-exclude-profiler", 28 "total-exclude-profiler",
29 "total", 29 "total",
30 "absent",
30 "anonymous", 31 "anonymous",
31 "file-exec", 32 "file-exec",
32 "file-nonexec", 33 "file-nonexec",
33 "stack", 34 "stack",
34 "other", 35 "other",
35 "mmap-total-log", 36 "mmap-total-log",
36 "mmap-no-log", 37 "mmap-no-log",
37 "mmap-total-record", 38 "mmap-total-record",
38 "other-total-log", 39 "other-total-log",
39 "tc-total-log", 40 "tc-total-log",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "name": "total-exclude-profiler", 162 "name": "total-exclude-profiler",
162 "stacktrace": "optional", 163 "stacktrace": "optional",
163 "allocator": "optional" 164 "allocator": "optional"
164 }, 165 },
165 { 166 {
166 "name": "total", 167 "name": "total",
167 "stacktrace": "optional", 168 "stacktrace": "optional",
168 "allocator": "optional" 169 "allocator": "optional"
169 }, 170 },
170 { 171 {
172 "name": "absent",
173 "stacktrace": "optional",
174 "allocator": "optional"
175 },
176 {
171 "name": "anonymous", 177 "name": "anonymous",
172 "stacktrace": "optional", 178 "stacktrace": "optional",
173 "allocator": "optional" 179 "allocator": "optional"
174 }, 180 },
175 { 181 {
176 "name": "file-exec", 182 "name": "file-exec",
177 "stacktrace": "optional", 183 "stacktrace": "optional",
178 "allocator": "optional" 184 "allocator": "optional"
179 }, 185 },
180 { 186 {
181 "name": "file-nonexec", 187 "name": "file-nonexec",
182 "stacktrace": "optional", 188 "stacktrace": "optional",
183 "allocator": "optional" 189 "allocator": "optional"
184 }, 190 },
185 { 191 {
186 "name": "stack", 192 "name": "stack",
187 "stacktrace": "optional", 193 "stacktrace": "optional",
188 "allocator": "optional" 194 "allocator": "optional"
189 }, 195 },
190 { 196 {
191 "name": "other", 197 "name": "other",
192 "stacktrace": "optional", 198 "stacktrace": "optional",
193 "allocator": "optional" 199 "allocator": "optional"
194 } 200 }
195 ], 201 ],
196 "version": "POLICY_DEEP_3" 202 "version": "POLICY_DEEP_3"
197 } 203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698