OLD | NEW |
1 ############################ | 1 ############################ |
2 # Reports on the guts of Windows | 2 # Reports on the guts of Windows |
3 { | 3 { |
4 UuidCreate | 4 UuidCreate |
5 ThreadSanitizer:Race | 5 ThreadSanitizer:Race |
6 ... | 6 ... |
7 fun:UuidCreate | 7 fun:UuidCreate |
8 } | 8 } |
9 | 9 |
10 { | 10 { |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 } | 198 } |
199 | 199 |
200 { | 200 { |
201 bug_157076_b | 201 bug_157076_b |
202 ThreadSanitizer:Race | 202 ThreadSanitizer:Race |
203 fun:memset | 203 fun:memset |
204 fun:_free_dbg_nolock | 204 fun:_free_dbg_nolock |
205 fun:_free_dbg | 205 fun:_free_dbg |
206 fun:_aligned_free_dbg | 206 fun:_aligned_free_dbg |
207 fun:_aligned_free | 207 fun:_aligned_free |
208 fun:media::ReleaseData | |
209 fun:base::internal::RunnableAdapter::Run | |
210 } | 208 } |
211 | 209 |
212 { | 210 { |
| 211 bug_157076_c |
| 212 ThreadSanitizer:Race |
| 213 fun:memset |
| 214 fun:_heap_alloc_dbg_impl |
| 215 fun:_nh_malloc_dbg_impl |
| 216 fun:_nh_malloc_dbg |
| 217 fun:_malloc_dbg |
| 218 fun:_aligned_offset_malloc_dbg |
| 219 fun:_aligned_malloc |
| 220 fun:base::AlignedAlloc |
| 221 } |
| 222 |
| 223 { |
213 bug_170334 | 224 bug_170334 |
214 ThreadSanitizer:Race | 225 ThreadSanitizer:Race |
215 ... | 226 ... |
216 fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest | 227 fun:net::NetworkChangeNotifierWinTest::~NetworkChangeNotifierWinTest |
217 } | 228 } |
OLD | NEW |