Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc155 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
179 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
189 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
436 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
495 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
536 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-lock.c113 static struct rb_root thread_stats; variable