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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/deep_memory_profiler/policy.l2.json
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json
index 3a1867f88920d80dc76b0c6bb82f6bc012ae29f8..d5e7f7a1ae314aaf5dc1a14ea74c41538679ed36 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -54,6 +54,7 @@
"UNTIL_HERE_FOR_TOTAL",
"total-exclude-profiler",
"total",
+ "absent",
"anonymous",
"file-exec",
"file-nonexec",
@@ -440,6 +441,11 @@
"allocator": "optional"
},
{
+ "name": "absent",
+ "stacktrace": "optional",
+ "allocator": "optional"
+ },
+ {
"name": "anonymous",
"stacktrace": "optional",
"allocator": "optional"

Powered by Google App Engine
This is Rietveld 408576698