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

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

Issue 15511005: Breakdown "unhooked" memory regions by VMA pathnames and permissions. (Closed) Base URL: git@github.com:dmikurube/chromium.git@work
Patch Set: addressed bulach's comment Created 7 years, 6 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
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",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "stacktrace": "optional", 72 "stacktrace": "optional",
73 "allocator": "optional" 73 "allocator": "optional"
74 }, 74 },
75 { 75 {
76 "name": "unhooked-absent", 76 "name": "unhooked-absent",
77 "stacktrace": "optional", 77 "stacktrace": "optional",
78 "allocator": "optional" 78 "allocator": "optional"
79 }, 79 },
80 { 80 {
81 "name": "unhooked-anonymous", 81 "name": "unhooked-anonymous",
82 "stacktrace": "optional", 82 "mappedpathname": "^$",
83 "allocator": "optional" 83 "allocator": "unhooked"
84 }, 84 },
85 { 85 {
86 "name": "unhooked-file-exec", 86 "name": "unhooked-file-exec",
87 "stacktrace": "optional", 87 "mappedpathname": "^/.*",
88 "allocator": "optional" 88 "mappedpermission": "..x.",
89 "allocator": "unhooked"
89 }, 90 },
90 { 91 {
91 "name": "unhooked-file-nonexec", 92 "name": "unhooked-file-nonexec",
92 "stacktrace": "optional", 93 "mappedpathname": "^/.*",
93 "allocator": "optional" 94 "allocator": "unhooked"
94 }, 95 },
95 { 96 {
96 "name": "unhooked-stack", 97 "name": "unhooked-stack",
97 "stacktrace": "optional", 98 "mappedpathname": ".stack.",
98 "allocator": "optional" 99 "allocator": "unhooked"
99 }, 100 },
100 { 101 {
101 "name": "unhooked-other", 102 "name": "unhooked-other",
102 "stacktrace": "optional", 103 "mappedpathname": ".*",
103 "allocator": "optional" 104 "allocator": "unhooked"
104 }, 105 },
105 { 106 {
106 "name": "mmap-v8", 107 "name": "mmap-v8",
107 "stacktrace": ".*v8::.*", 108 "stacktrace": ".*v8::.*",
108 "allocator": "mmap" 109 "allocator": "mmap"
109 }, 110 },
110 { 111 {
111 "name": "mmap-catch-all", 112 "name": "mmap-catch-all",
112 "stacktrace": ".*", 113 "stacktrace": ".*",
113 "allocator": "mmap" 114 "allocator": "mmap"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "stacktrace": "optional", 195 "stacktrace": "optional",
195 "allocator": "optional" 196 "allocator": "optional"
196 }, 197 },
197 { 198 {
198 "name": "other", 199 "name": "other",
199 "stacktrace": "optional", 200 "stacktrace": "optional",
200 "allocator": "optional" 201 "allocator": "optional"
201 } 202 }
202 ], 203 ],
203 "version": "POLICY_DEEP_4" 204 "version": "POLICY_DEEP_4"
204 } 205 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.sourcefile.json ('k') | tools/deep_memory_profiler/tests/dmprof_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698