Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc30 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
52 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.cc107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
139 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
H A Dsanitizer_stackdepot.h37 StackDepotStats *StackDepotGetStats();
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stats.cc128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc158 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc122 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc175 auto *sds = StackDepotGetStats(); in HwasanFormatMemoryUsage()