Home
last modified time | relevance | path

Searched refs:StackDepotStats (Results 1 – 11 of 11) 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()
52 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepotbase.h34 StackDepotStats *GetStats() { return &stats; } in GetStats()
55 StackDepotStats stats;
H A Dsanitizer_stackdepot.h37 StackDepotStats *StackDepotGetStats();
H A Dsanitizer_stackdepot.cc107 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats()
H A Dsanitizer_common.h942 struct StackDepotStats { struct
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.h19 StackDepotStats *ChainedOriginDepotGetStats();
H A Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
132 StackDepotStats *chained_origin_depot_stats = ChainedOriginDepotGetStats(); in ReportStats()
H A Dmsan_chained_origin_depot.cc105 StackDepotStats *ChainedOriginDepotGetStats() { in ChainedOriginDepotGetStats()
/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/tsan/rtl/
H A Dtsan_platform_mac.cc158 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc122 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()