summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof/tests/rawprofile.cpp
AgeCommit message (Expand)Author
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-06-08[memprof] Fix rawprofile test on 32-bit architecturesMarco Elver
2023-03-14[memprof] Record BuildIDs in the raw profile.Snehasish Kumar
2022-02-14Reland "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar
2022-02-14Revert "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar
2022-02-14[memprof] Refactor out the MemInfoBlock into a macro based def.Snehasish Kumar
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] Fix unit test build after refactoring shared header.Snehasish Kumar
2021-11-11[memprof] Add a raw binary format to serialize memprof profiles.Snehasish Kumar