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

Unified Diff: tools/deep_memory_profiler/policy.l0.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.l0.json
diff --git a/tools/deep_memory_profiler/policy.l0.json b/tools/deep_memory_profiler/policy.l0.json
index ddac18690e741e223b0cc76ce1ec2af7c6d58914..c5351d2b9ad89cb1e2fcd5c5684a8d7467fa6cef 100644
--- a/tools/deep_memory_profiler/policy.l0.json
+++ b/tools/deep_memory_profiler/policy.l0.json
@@ -20,6 +20,7 @@
"UNTIL_HERE_FOR_TOTAL",
"total-exclude-profiler",
"total",
+ "absent",
"anonymous",
"file-exec",
"file-nonexec",
@@ -126,6 +127,11 @@
"allocator": "optional"
},
{
+ "name": "absent",
+ "stacktrace": "optional",
+ "allocator": "optional"
+ },
+ {
"name": "anonymous",
"stacktrace": "optional",
"allocator": "optional"

Powered by Google App Engine
This is Rietveld 408576698