[PATCH] D118653: [memprof] Extend the index prof format to include memory profiles.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 14:34:16 PST 2022


snehasish updated this revision to Diff 404734.
snehasish added a comment.

Rebase and fix error handling in llvm-profdata.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118653/new/

https://reviews.llvm.org/D118653

Files:
  compiler-rt/include/profile/InstrProfData.inc
  llvm/include/llvm/IR/ProfileSummary.h
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/ProfileData/InstrProfData.inc
  llvm/include/llvm/ProfileData/InstrProfReader.h
  llvm/include/llvm/ProfileData/InstrProfWriter.h
  llvm/include/llvm/ProfileData/MemProf.h
  llvm/include/llvm/ProfileData/RawMemProfReader.h
  llvm/lib/ProfileData/CMakeLists.txt
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/ProfileData/InstrProfReader.cpp
  llvm/lib/ProfileData/InstrProfWriter.cpp
  llvm/lib/ProfileData/MemProf.cpp
  llvm/lib/ProfileData/RawMemProfReader.cpp
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/unittests/ProfileData/InstrProfTest.cpp
  llvm/unittests/ProfileData/MemProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118653.404734.patch
Type: text/x-patch
Size: 47969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/96b3da75/attachment.bin>


More information about the llvm-commits mailing list