aosp12/external/llvm-project/compiler-rt/lib/memprof
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof.syms.extra init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_allocator.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_allocator.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_descriptions.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_descriptions.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_flags.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_flags.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_flags.inc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_init_version.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_interceptors.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_interceptors.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_interceptors_memintrinsics.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_interceptors_memintrinsics.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_interface_internal.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_internal.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_linux.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_malloc_linux.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_mapping.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_new_delete.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_posix.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_preinit.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_rtl.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_shadow_setup.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_stack.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_stack.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_stats.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_stats.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_thread.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
memprof_thread.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
weak_symbols.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.txt

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