Home
last modified time | relevance | path

Searched refs:StackDepotGetStats (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
139 : map_(StackDepotGetStats()->n_uniq_ids + 100) { in StackDepotReverseMap()
Dsanitizer_stackdepot.h37 StackDepotStats *StackDepotGetStats();
Dsanitizer_common_libcdep.cc88 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
/external/compiler-rt/lib/asan/
Dasan_stats.cc128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/external/compiler-rt/lib/msan/
Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc117 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()