summaryrefslogtreecommitdiffstats
path: root/tools/deep_memory_profiler/policy.l2.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deep_memory_profiler/policy.l2.json')
-rw-r--r--tools/deep_memory_profiler/policy.l2.json21
1 files changed, 11 insertions, 10 deletions
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json
index d5e7f7a..5f8e473 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -107,28 +107,29 @@
},
{
"name": "unhooked-anonymous",
- "stacktrace": "optional",
- "allocator": "optional"
+ "mappedpathname": "^$",
+ "allocator": "unhooked"
},
{
"name": "unhooked-file-exec",
- "stacktrace": "optional",
- "allocator": "optional"
+ "mappedpathname": "^/.*",
+ "mappedpermission": "..x.",
+ "allocator": "unhooked"
},
{
"name": "unhooked-file-nonexec",
- "stacktrace": "optional",
- "allocator": "optional"
+ "mappedpathname": "^/.*",
+ "allocator": "unhooked"
},
{
"name": "unhooked-stack",
- "stacktrace": "optional",
- "allocator": "optional"
+ "mappedpathname": ".stack.",
+ "allocator": "unhooked"
},
{
"name": "unhooked-other",
- "stacktrace": "optional",
- "allocator": "optional"
+ "mappedpathname": ".*",
+ "allocator": "unhooked"
},
{
"name": "mmap-v8-heap-newspace",