summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof/memprof_rtl.cpp
AgeCommit message (Expand)Author
2025-07-07[sanitizer_common] Drop remaining support for Android 5 or older (#146187)Brad Smith
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag
2024-09-18[NFC][sanitizer] Move `InitTlsSize` into `InitializePlatformEarly` (#108921)Vitaly Buka
2024-07-11[NFC][memprof] Use %p to print addresses (#98577)Vitaly Buka
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2024-02-16[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song
2023-03-08[memprof] Simplify initialized flags.Snehasish Kumar
2022-11-28Revert "[MemProf] Defer profile file setup until dump time"Teresa Johnson
2022-11-18[MemProf] Defer profile file setup until dump timeTeresa Johnson
2022-10-08[memprof] dump memprof profile when receive deadly signalsEnna1
2022-07-08[Sanitizer][Darwin] Cleanup MaybeReexec() function and usageJulian Lettner
2022-07-07Revert "[Sanitizer][Darwin] Cleanup MaybeReexec() function and usage"Julian Lettner
2022-07-07[Sanitizer][Darwin] Cleanup MaybeReexec() function and usageJulian Lettner
2022-02-11[memprof] Fix UB.Florian Mayer
2022-02-11[Sanitizers] Fix build broken by missing import.Florian Mayer
2021-12-03[sanitizer] Support IsRssLimitExceeded in all sanitizersVitaly Buka
2021-12-02[NFC][sanitizer] Remove SetSoftRssLimitExceededCallbackVitaly Buka
2021-09-30[MemProf] Record accesses for all words touched in mem intrinsicTeresa Johnson
2021-05-12sanitizer_common: deduplicate CheckFailedDmitry Vyukov
2021-04-05Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr on Linux"Nico Weber
2021-04-04[sanitizer] Simplify GetTls with dl_iterate_phdr on LinuxFangrui Song
2021-04-02Revert "[sanitizer] Simplify GetTls with dl_iterate_phdr"Nico Weber
2021-03-25[sanitizer] Simplify GetTls with dl_iterate_phdrFangrui Song
2020-12-08[compiler-rt santizer] Use clock_gettime instead of timespec_getJeroen Dobbelaere
2020-10-30[CMake] Replace ctime with time.h in memprofPetr Hosek
2020-10-22[MemProf] Allow the binary to specify the profile output filenameTeresa Johnson
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson