/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_windows.cpp | 26 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile() function
|
H A D | tsan_platform_mac.cpp | 142 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
|
H A D | tsan_platform_linux.cpp | 121 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
|
H A D | tsan_rtl.cpp | 171 WriteMemoryProfile(buf.data(), buf.size(), uptime); in MemoryProfiler()
|
H A D | tsan_platform.h | 974 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_windows.cc | 25 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform_mac.cc | 136 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform_linux.cc | 116 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform.h | 1010 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|
H A D | tsan_rtl.cc | 142 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_windows.cc | 27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform_mac.cc | 138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform_linux.cc | 118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() function
|
H A D | tsan_platform.h | 1012 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|
H A D | tsan_rtl.cc | 144 WriteMemoryProfile(buf.data(), buf.size(), n_threads, n_running_threads); in MemoryProfiler()
|