bolt/deps/llvm-18.1.8/compiler-rt/lib/memprof
2025-02-14 19:21:04 +01:00
..
tests Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CMakeLists.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof.syms.extra Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_allocator.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_allocator.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_descriptions.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_descriptions.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_flags.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_flags.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_flags.inc Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_init_version.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_interceptors.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_interceptors.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_interceptors_memintrinsics.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_interceptors_memintrinsics.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_interface_internal.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_internal.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_linux.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_malloc_linux.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_mapping.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_mibmap.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_mibmap.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_new_delete.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_posix.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_preinit.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_rawprofile.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_rawprofile.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_rtl.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_shadow_setup.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_stack.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_stack.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_stats.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_stats.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_thread.cpp Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
memprof_thread.h Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
weak_symbols.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00

MemProfiling RT
================================
This directory contains sources of the MemProfiling (MemProf) runtime library.

Directory structure:
README.txt       : This file.
CMakeLists.txt   : File for cmake-based build.
memprof_*.{cc,h}    : Sources of the memprof runtime library.

Also MemProf runtime needs the following libraries:
lib/interception/      : Machinery used to intercept function calls.
lib/sanitizer_common/  : Code shared between various sanitizers.

MemProf runtime can only be built by CMake. You can run MemProf tests
from the root of your CMake build tree:

make check-memprof