[PATCH] D111750: [llvm-profgen] Allow unsymbolized profile as perf input

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 17:44:50 PDT 2021


wlei updated this revision to Diff 382157.
wlei added a comment.

Refactor the code: separate the perfscript reader logic out of perfreaderbase 
and create a new class PerfScriptReader and let LBRPerfReader and HybridPerfreader inherit from it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111750

Files:
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/test/tools/llvm-profgen/inline-noprobe.test
  llvm/test/tools/llvm-profgen/inline-noprobe2.test
  llvm/test/tools/llvm-profgen/noinline-cs-noprobe.test
  llvm/tools/llvm-profgen/PerfReader.cpp
  llvm/tools/llvm-profgen/PerfReader.h
  llvm/tools/llvm-profgen/llvm-profgen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111750.382157.patch
Type: text/x-patch
Size: 33826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211026/0dbeb90e/attachment.bin>


More information about the llvm-commits mailing list