Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cc28 SANITIZER_WEAK_ATTRIBUTE StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
50 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.cc105 StackDepotStats *StackDepotGetStats() { in StackDepotGetStats() function
137 map_.reserve(StackDepotGetStats()->n_uniq_ids + 100); in StackDepotReverseMap()
H A Dsanitizer_stackdepot.h35 StackDepotStats *StackDepotGetStats();
/netbsd-src/sys/external/bsd/compiler_rt/dist/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();
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp29 SANITIZER_WEAK_ATTRIBUTE StackDepotStats StackDepotGetStats() { return {}; } in StackDepotGetStats() function
49 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread()
H A Dsanitizer_stackdepot.h36 StackDepotStats StackDepotGetStats();
H A Dsanitizer_stackdepot.cpp98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc128 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc156 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cc120 StackDepotStats *stacks = StackDepotGetStats(); in WriteMemoryProfile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp162 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp126 StackDepotStats stacks = StackDepotGetStats(); in WriteMemoryProfile()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp145 auto sds = StackDepotGetStats(); in HwasanFormatMemoryUsage()