Home
last modified time | relevance | path

Searched refs:WriteMemoryProfile (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile() function
H A Dtsan_platform_mac.cpp153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
H A Dtsan_platform_linux.cpp118 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
H A Dtsan_platform.h868 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);
H A Dtsan_rtl.cpp431 WriteMemoryProfile(buf.data(), buf.size(), uptime); in MemoryProfiler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} in WriteMemoryProfile() function
H A Dtsan_platform_mac.cpp156 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
H A Dtsan_platform_linux.cpp121 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { in WriteMemoryProfile() function
H A Dtsan_rtl.cpp174 WriteMemoryProfile(buf.data(), buf.size(), uptime); in MemoryProfiler()
H A Dtsan_platform.h974 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);