Home
last modified time | relevance | path

Searched defs:thread_stats (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator2.cc37 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
47 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
256 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
387 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
449 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
485 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-lock.c113 static struct rb_root thread_stats; variable