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

Side by Side Diff: tools/deep_memory_profiler/policy.l2.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",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "tc-toplevel-string", 47 "tc-toplevel-string",
48 "tc-std-treemap", 48 "tc-std-treemap",
49 "tc-std-hashmap", 49 "tc-std-hashmap",
50 "tc-std-vector", 50 "tc-std-vector",
51 "tc-std-other", 51 "tc-std-other",
52 "tc-catch-all", 52 "tc-catch-all",
53 "tc-unused", 53 "tc-unused",
54 "UNTIL_HERE_FOR_TOTAL", 54 "UNTIL_HERE_FOR_TOTAL",
55 "total-exclude-profiler", 55 "total-exclude-profiler",
56 "total", 56 "total",
57 "absent",
57 "anonymous", 58 "anonymous",
58 "file-exec", 59 "file-exec",
59 "file-nonexec", 60 "file-nonexec",
60 "stack", 61 "stack",
61 "other", 62 "other",
62 "mmap-total-log", 63 "mmap-total-log",
63 "mmap-no-log", 64 "mmap-no-log",
64 "mmap-total-record", 65 "mmap-total-record",
65 "other-total-log", 66 "other-total-log",
66 "tc-total-log", 67 "tc-total-log",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "name": "total-exclude-profiler", 434 "name": "total-exclude-profiler",
434 "stacktrace": "optional", 435 "stacktrace": "optional",
435 "allocator": "optional" 436 "allocator": "optional"
436 }, 437 },
437 { 438 {
438 "name": "total", 439 "name": "total",
439 "stacktrace": "optional", 440 "stacktrace": "optional",
440 "allocator": "optional" 441 "allocator": "optional"
441 }, 442 },
442 { 443 {
444 "name": "absent",
445 "stacktrace": "optional",
446 "allocator": "optional"
447 },
448 {
443 "name": "anonymous", 449 "name": "anonymous",
444 "stacktrace": "optional", 450 "stacktrace": "optional",
445 "allocator": "optional" 451 "allocator": "optional"
446 }, 452 },
447 { 453 {
448 "name": "file-exec", 454 "name": "file-exec",
449 "stacktrace": "optional", 455 "stacktrace": "optional",
450 "allocator": "optional" 456 "allocator": "optional"
451 }, 457 },
452 { 458 {
453 "name": "file-nonexec", 459 "name": "file-nonexec",
454 "stacktrace": "optional", 460 "stacktrace": "optional",
455 "allocator": "optional" 461 "allocator": "optional"
456 }, 462 },
457 { 463 {
458 "name": "stack", 464 "name": "stack",
459 "stacktrace": "optional", 465 "stacktrace": "optional",
460 "allocator": "optional" 466 "allocator": "optional"
461 }, 467 },
462 { 468 {
463 "name": "other", 469 "name": "other",
464 "stacktrace": "optional", 470 "stacktrace": "optional",
465 "allocator": "optional" 471 "allocator": "optional"
466 } 472 }
467 ], 473 ],
468 "version": "POLICY_DEEP_3" 474 "version": "POLICY_DEEP_3"
469 } 475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698