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

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

Issue 423793003: DMP: Add mmap-partition-alloc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | no next file » | 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",
11 "unhooked-file-exec", 11 "unhooked-file-exec",
12 "unhooked-file-nonexec-others", 12 "unhooked-file-nonexec-others",
13 "unhooked-file-nonexec-group", 13 "unhooked-file-nonexec-group",
14 "unhooked-file-nonexec", 14 "unhooked-file-nonexec",
15 "unhooked-stack", 15 "unhooked-stack",
16 "unhooked-other", 16 "unhooked-other",
17 "no-bucket", 17 "no-bucket",
18 "mmap-v8-heap-newspace", 18 "mmap-v8-heap-newspace",
19 "mmap-v8-heap-coderange", 19 "mmap-v8-heap-coderange",
20 "mmap-v8-heap-pagedspace", 20 "mmap-v8-heap-pagedspace",
21 "mmap-v8-other", 21 "mmap-v8-other",
22 "mmap-gpu-mappedmemorymanager", 22 "mmap-gpu-mappedmemorymanager",
23 "mmap-gpu-command-ringbuffer", 23 "mmap-gpu-command-ringbuffer",
24 "mmap-gpu-transfer-ringbuffer", 24 "mmap-gpu-transfer-ringbuffer",
25 "mmap-gpu-gles2-createbuffer", 25 "mmap-gpu-gles2-createbuffer",
26 "mmap-skia-font", 26 "mmap-skia-font",
27 "mmap-partition-alloc",
27 "mmap-catch-all", 28 "mmap-catch-all",
28 "tc-webcore-cachedmatchedproperties", 29 "tc-webcore-cachedmatchedproperties",
29 "tc-webcore-fontcache", 30 "tc-webcore-fontcache",
30 "tc-skia", 31 "tc-skia",
31 "tc-renderstyle", 32 "tc-renderstyle",
32 "tc-webcore-sharedbuf", 33 "tc-webcore-sharedbuf",
33 "tc-webcore-XHRcreate", 34 "tc-webcore-XHRcreate",
34 "tc-webcore-XHRreceived", 35 "tc-webcore-XHRreceived",
35 "tc-webcore-docwriter-add", 36 "tc-webcore-docwriter-add",
36 "tc-webcore-node-and-doc", 37 "tc-webcore-node-and-doc",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "name": "mmap-gpu-gles2-createbuffer", 190 "name": "mmap-gpu-gles2-createbuffer",
190 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*", 191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*",
191 "allocator": "mmap" 192 "allocator": "mmap"
192 }, 193 },
193 { 194 {
194 "name": "mmap-skia-font", 195 "name": "mmap-skia-font",
195 "stacktrace": ".*SkTypeface::openStream.*", 196 "stacktrace": ".*SkTypeface::openStream.*",
196 "allocator": "mmap" 197 "allocator": "mmap"
197 }, 198 },
198 { 199 {
200 "name": "mmap-partition-alloc",
201 "stacktrace": ".*WTF::partitionAllocSlowPath.*",
202 "allocator": "mmap"
203 },
204 {
199 "name": "mmap-catch-all", 205 "name": "mmap-catch-all",
200 "stacktrace": ".*", 206 "stacktrace": ".*",
201 "allocator": "mmap" 207 "allocator": "mmap"
202 }, 208 },
203 { 209 {
204 "name": "tc-webcore-cachedmatchedproperties", 210 "name": "tc-webcore-cachedmatchedproperties",
205 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*", 211 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*",
206 "allocator": "malloc" 212 "allocator": "malloc"
207 }, 213 },
208 { 214 {
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "allocator": "optional" 517 "allocator": "optional"
512 }, 518 },
513 { 519 {
514 "name": "other", 520 "name": "other",
515 "stacktrace": "optional", 521 "stacktrace": "optional",
516 "allocator": "optional" 522 "allocator": "optional"
517 } 523 }
518 ], 524 ],
519 "version": "POLICY_DEEP_3" 525 "version": "POLICY_DEEP_3"
520 } 526 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698