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

Side by Side Diff: tools/deep_memory_profiler/policy.l0.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", 16 "mmap-v8",
17 "mmap-catch-all", 17 "mmap-catch-all",
18 "tc-used-all", 18 "tc-used-all",
19 "tc-unused", 19 "tc-unused",
20 "UNTIL_HERE_FOR_TOTAL", 20 "UNTIL_HERE_FOR_TOTAL",
21 "total-exclude-profiler", 21 "total-exclude-profiler",
22 "total", 22 "total",
23 "absent",
23 "anonymous", 24 "anonymous",
24 "file-exec", 25 "file-exec",
25 "file-nonexec", 26 "file-nonexec",
26 "stack", 27 "stack",
27 "other", 28 "other",
28 "mmap-total-log", 29 "mmap-total-log",
29 "mmap-no-log", 30 "mmap-no-log",
30 "mmap-total-record", 31 "mmap-total-record",
31 "other-total-log", 32 "other-total-log",
32 "tc-total-log", 33 "tc-total-log",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "name": "total-exclude-profiler", 120 "name": "total-exclude-profiler",
120 "stacktrace": "optional", 121 "stacktrace": "optional",
121 "allocator": "optional" 122 "allocator": "optional"
122 }, 123 },
123 { 124 {
124 "name": "total", 125 "name": "total",
125 "stacktrace": "optional", 126 "stacktrace": "optional",
126 "allocator": "optional" 127 "allocator": "optional"
127 }, 128 },
128 { 129 {
130 "name": "absent",
131 "stacktrace": "optional",
132 "allocator": "optional"
133 },
134 {
129 "name": "anonymous", 135 "name": "anonymous",
130 "stacktrace": "optional", 136 "stacktrace": "optional",
131 "allocator": "optional" 137 "allocator": "optional"
132 }, 138 },
133 { 139 {
134 "name": "file-exec", 140 "name": "file-exec",
135 "stacktrace": "optional", 141 "stacktrace": "optional",
136 "allocator": "optional" 142 "allocator": "optional"
137 }, 143 },
138 { 144 {
139 "name": "file-nonexec", 145 "name": "file-nonexec",
140 "stacktrace": "optional", 146 "stacktrace": "optional",
141 "allocator": "optional" 147 "allocator": "optional"
142 }, 148 },
143 { 149 {
144 "name": "stack", 150 "name": "stack",
145 "stacktrace": "optional", 151 "stacktrace": "optional",
146 "allocator": "optional" 152 "allocator": "optional"
147 }, 153 },
148 { 154 {
149 "name": "other", 155 "name": "other",
150 "stacktrace": "optional", 156 "stacktrace": "optional",
151 "allocator": "optional" 157 "allocator": "optional"
152 } 158 }
153 ], 159 ],
154 "version": "POLICY_DEEP_3" 160 "version": "POLICY_DEEP_3"
155 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698