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

Unified Diff: tools/deep_memory_profiler/policy.l1.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 side-by-side diff with in-line comments
Download patch
Index: tools/deep_memory_profiler/policy.l1.json
diff --git a/tools/deep_memory_profiler/policy.l1.json b/tools/deep_memory_profiler/policy.l1.json
index a8f96cab88258f9b404b981cc08af82e5a92783f..8b36bb83ae6f76df696b232bdd9d92b8be82460a 100644
--- a/tools/deep_memory_profiler/policy.l1.json
+++ b/tools/deep_memory_profiler/policy.l1.json
@@ -27,6 +27,7 @@
"UNTIL_HERE_FOR_TOTAL",
"total-exclude-profiler",
"total",
+ "absent",
"anonymous",
"file-exec",
"file-nonexec",
@@ -168,6 +169,11 @@
"allocator": "optional"
},
{
+ "name": "absent",
+ "stacktrace": "optional",
+ "allocator": "optional"
+ },
+ {
"name": "anonymous",
"stacktrace": "optional",
"allocator": "optional"

Powered by Google App Engine
This is Rietveld 408576698