文件最后提交记录最后更新时间
Revert "[compiler-rt][memprof] Do not add libdl to MEMPROF_UNITTEST_LINK_LIBRARIES (#98221)"1 年前
[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (NFC) (#95334)1 年前
[MemProf] Memory profiling runtime support5 年前
[MemProf] Memory profiling runtime support5 年前
[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)1 年前
[memprof] Switch allocator to dynamic base address (#98510)1 年前
[Sanitizer][NFC] Replaces a few InternalScopedString::AppendF with InternalScopedString::Append (#80574)2 年前
[MemProf] Memory profiling runtime support5 年前
[MemProf] Memory profiling runtime support5 年前
[MemProf] Memory profiling runtime support5 年前
[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)1 年前
[MemProf] Memory profiling runtime support5 年前
[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)1 年前
[compiler-rt] Refactor memintrinsic interceptors2 年前
[compiler-rt] Avoid memintrinsic calls inserted by the compiler2 年前
[compiler-rt] Refactor memintrinsic interceptors2 年前
[MemProf] Add interface for reseting the profile file descriptor (#73714)2 年前
[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (#80948)2 年前
Reapply "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)1 年前
[MemProf][NFC] Clean up runtime code (#80581)2 年前
[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)1 年前
[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)1 年前
[memprof] Move the meminfo block struct to MemProfData.inc.4 年前
[MemProf] Memory profiling runtime support5 年前
[MemProf] Memory profiling runtime support5 年前
[sanitizer] Internalize .preinit_array variables1 年前
[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)1 年前
[NFC][sanitizer] Move ArrayRef into own header2 年前
[NFC][memprof] Use %p to print addresses (#98577)1 年前
[MemProf] Memory profiling runtime support5 年前
[MemProf] Memory profiling runtime support5 年前
sanitizer_common: deduplicate CheckFailed4 年前
[NFC][sanitizer] Return StackDepotStats by value4 年前
[MemProf] Memory profiling runtime support5 年前
[sanitizer] Replace ALIGNED with alignas1 年前
sanitizer_common: add simpler ThreadRegistry ctor4 年前
[MemProf] Allow the binary to specify the profile output filename5 年前
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