summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof/memprof_rawprofile.cpp
AgeCommit message (Expand)Author
2025-07-30[MemProf] Write out raw profile bytes in little endian. (#150375)Snehasish Kumar
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2023-06-12[NFC][sanitizer] Move ArrayRef into own headerVitaly Buka
2023-03-14[memprof] Record BuildIDs in the raw profile.Snehasish Kumar
2023-03-13Revert "[memprof] Record BuildIDs in the raw profile."Snehasish Kumar
2023-03-13[memprof] Record BuildIDs in the raw profile.Snehasish Kumar
2023-03-02[memprof] Avoid meaningless pod copyWu, Yingcong
2022-01-31[memprof] Move the meminfo block struct to MemProfData.inc.Snehasish Kumar
2021-11-30[memprof] Align each rawprofile section to 8b.Snehasish Kumar
2021-11-30[memprof] Extend llvm-profdata to display MemProf profile summaries.Snehasish Kumar
2021-11-11[memprof] Add a raw binary format to serialize memprof profiles.Snehasish Kumar