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

Side by Side Diff: tools/deep_memory_profiler/policy.sourcefile.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
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/policy.t0.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-anonymous", 10 "unhooked-anonymous",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "stacktrace": "optional", 70 "stacktrace": "optional",
71 "allocator": "optional" 71 "allocator": "optional"
72 }, 72 },
73 { 73 {
74 "name": "unhooked-absent", 74 "name": "unhooked-absent",
75 "stacktrace": "optional", 75 "stacktrace": "optional",
76 "allocator": "optional" 76 "allocator": "optional"
77 }, 77 },
78 { 78 {
79 "name": "unhooked-anonymous", 79 "name": "unhooked-anonymous",
80 "stacktrace": "optional", 80 "mappedpathname": "^$",
81 "allocator": "optional" 81 "allocator": "unhooked"
82 }, 82 },
83 { 83 {
84 "name": "unhooked-file-exec", 84 "name": "unhooked-file-exec",
85 "stacktrace": "optional", 85 "mappedpathname": "^/.*",
86 "allocator": "optional" 86 "mappedpermission": "..x.",
87 "allocator": "unhooked"
87 }, 88 },
88 { 89 {
89 "name": "unhooked-file-nonexec", 90 "name": "unhooked-file-nonexec",
90 "stacktrace": "optional", 91 "mappedpathname": "^/.*",
91 "allocator": "optional" 92 "allocator": "unhooked"
92 }, 93 },
93 { 94 {
94 "name": "unhooked-stack", 95 "name": "unhooked-stack",
95 "stacktrace": "optional", 96 "mappedpathname": ".stack.",
96 "allocator": "optional" 97 "allocator": "unhooked"
97 }, 98 },
98 { 99 {
99 "name": "unhooked-other", 100 "name": "unhooked-other",
100 "stacktrace": "optional", 101 "mappedpathname": ".*",
101 "allocator": "optional" 102 "allocator": "unhooked"
102 }, 103 },
103 { 104 {
104 "name": "mmap-v8", 105 "name": "mmap-v8",
105 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*", 106 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*",
106 "allocator": "mmap" 107 "allocator": "mmap"
107 }, 108 },
108 { 109 {
109 "name": "mmap-catch-all", 110 "name": "mmap-catch-all",
110 "stacksourcefile": ".*", 111 "stacksourcefile": ".*",
111 "allocator": "mmap" 112 "allocator": "mmap"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "stacktrace": "optional", 176 "stacktrace": "optional",
176 "allocator": "optional" 177 "allocator": "optional"
177 }, 178 },
178 { 179 {
179 "name": "other", 180 "name": "other",
180 "stacktrace": "optional", 181 "stacktrace": "optional",
181 "allocator": "optional" 182 "allocator": "optional"
182 } 183 }
183 ], 184 ],
184 "version": "POLICY_DEEP_3" 185 "version": "POLICY_DEEP_3"
185 } 186 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/policy.t0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698