OLD | NEW |
1 { | 1 { |
2 "components": [ | 2 "components": [ |
3 "second", | 3 "second", |
4 "mmap-profiler", | 4 "mmap-profiler", |
5 "mmap-type-profiler", | 5 "mmap-type-profiler", |
6 "mmap-tcmalloc", | 6 "mmap-tcmalloc", |
7 "FROM_HERE_FOR_TOTAL", | 7 "FROM_HERE_FOR_TOTAL", |
8 "mustbezero", | 8 "mustbezero", |
9 "unhooked-absent", | 9 "unhooked-absent", |
10 "unhooked-anonymous", | 10 "unhooked-anonymous", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "stacktrace": "optional", | 72 "stacktrace": "optional", |
73 "allocator": "optional" | 73 "allocator": "optional" |
74 }, | 74 }, |
75 { | 75 { |
76 "name": "unhooked-absent", | 76 "name": "unhooked-absent", |
77 "stacktrace": "optional", | 77 "stacktrace": "optional", |
78 "allocator": "optional" | 78 "allocator": "optional" |
79 }, | 79 }, |
80 { | 80 { |
81 "name": "unhooked-anonymous", | 81 "name": "unhooked-anonymous", |
82 "stacktrace": "optional", | 82 "mappedpathname": "^$", |
83 "allocator": "optional" | 83 "allocator": "unhooked" |
84 }, | 84 }, |
85 { | 85 { |
86 "name": "unhooked-file-exec", | 86 "name": "unhooked-file-exec", |
87 "stacktrace": "optional", | 87 "mappedpathname": "^/.*", |
88 "allocator": "optional" | 88 "mappedpermission": "..x.", |
| 89 "allocator": "unhooked" |
89 }, | 90 }, |
90 { | 91 { |
91 "name": "unhooked-file-nonexec", | 92 "name": "unhooked-file-nonexec", |
92 "stacktrace": "optional", | 93 "mappedpathname": "^/.*", |
93 "allocator": "optional" | 94 "allocator": "unhooked" |
94 }, | 95 }, |
95 { | 96 { |
96 "name": "unhooked-stack", | 97 "name": "unhooked-stack", |
97 "stacktrace": "optional", | 98 "mappedpathname": ".stack.", |
98 "allocator": "optional" | 99 "allocator": "unhooked" |
99 }, | 100 }, |
100 { | 101 { |
101 "name": "unhooked-other", | 102 "name": "unhooked-other", |
102 "stacktrace": "optional", | 103 "mappedpathname": ".*", |
103 "allocator": "optional" | 104 "allocator": "unhooked" |
104 }, | 105 }, |
105 { | 106 { |
106 "name": "mmap-v8", | 107 "name": "mmap-v8", |
107 "stacktrace": ".*v8::.*", | 108 "stacktrace": ".*v8::.*", |
108 "allocator": "mmap" | 109 "allocator": "mmap" |
109 }, | 110 }, |
110 { | 111 { |
111 "name": "mmap-catch-all", | 112 "name": "mmap-catch-all", |
112 "stacktrace": ".*", | 113 "stacktrace": ".*", |
113 "allocator": "mmap" | 114 "allocator": "mmap" |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "stacktrace": "optional", | 195 "stacktrace": "optional", |
195 "allocator": "optional" | 196 "allocator": "optional" |
196 }, | 197 }, |
197 { | 198 { |
198 "name": "other", | 199 "name": "other", |
199 "stacktrace": "optional", | 200 "stacktrace": "optional", |
200 "allocator": "optional" | 201 "allocator": "optional" |
201 } | 202 } |
202 ], | 203 ], |
203 "version": "POLICY_DEEP_4" | 204 "version": "POLICY_DEEP_4" |
204 } | 205 } |
OLD | NEW |