[all-commits] [llvm/llvm-project] de54e4: Reland "[memprof] Extend the index prof format to ...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Mon Feb 14 10:54:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de54e4ab78ef09b60f870e8df6f8a87e56d6bd94
https://github.com/llvm/llvm-project/commit/de54e4ab78ef09b60f870e8df6f8a87e56d6bd94
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M compiler-rt/include/profile/InstrProfData.inc
M compiler-rt/include/profile/MemProfData.inc
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfData.inc
M llvm/include/llvm/ProfileData/InstrProfReader.h
M llvm/include/llvm/ProfileData/InstrProfWriter.h
M llvm/include/llvm/ProfileData/MemProf.h
M llvm/include/llvm/ProfileData/MemProfData.inc
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/CMakeLists.txt
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/lib/ProfileData/InstrProfWriter.cpp
A llvm/lib/ProfileData/MemProf.cpp
M llvm/lib/ProfileData/RawMemProfReader.cpp
A llvm/test/tools/llvm-profdata/Inputs/basic.profraw
A llvm/test/tools/llvm-profdata/memprof-merge.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/unittests/ProfileData/InstrProfTest.cpp
M llvm/unittests/ProfileData/MemProfTest.cpp
Log Message:
-----------
Reland "[memprof] Extend the index prof format to include memory profiles."
This reverts commit 0f73fb18ca333e38cdb9ffa701a8db026c56041d.
Use llvm/Profile/MIBEntryDef.inc instead of relative path.
Generated the raw profile data with `-mllvm
-enable-name-compression=false` so that builbots where the reader is
built without zlib do not fail.
Also updated the test build instructions.
More information about the All-commits
mailing list