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

Unified Diff: tools/deep_memory_profiler/policy.t0.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.t0.json
diff --git a/tools/deep_memory_profiler/policy.t0.json b/tools/deep_memory_profiler/policy.t0.json
index 9651dd6a09b0bdfabafcb908f279a51750b17ebb..aab87151b078dada3acb1b03db40e1d251814a4e 100644
--- a/tools/deep_memory_profiler/policy.t0.json
+++ b/tools/deep_memory_profiler/policy.t0.json
@@ -26,6 +26,7 @@
"UNTIL_HERE_FOR_TOTAL",
"total-exclude-profiler",
"total",
+ "absent",
"anonymous",
"file-exec",
"file-nonexec",
@@ -169,6 +170,11 @@
"allocator": "optional"
},
{
+ "name": "absent",
+ "stacktrace": "optional",
+ "allocator": "optional"
+ },
+ {
"name": "anonymous",
"stacktrace": "optional",
"allocator": "optional"
« tools/deep_memory_profiler/dmprof.py ('K') | « tools/deep_memory_profiler/policy.l2.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698