[PATCH] D146169: Non-debuginfo perf support

Prem Chintalapudi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 14:37:32 PDT 2023


pchintalapudi updated this revision to Diff 505630.
pchintalapudi added a comment.
Herald added a subscriber: ormris.

Add JITLink perf support without debuginfo record

This extracts the non-debuginfo changes from D146060 <https://reviews.llvm.org/D146060> into its own revision, as debuginfo is more complicated currently.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146169

Files:
  llvm/include/llvm/ExecutionEngine/Orc/PerfSupportPlugin.h
  llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h
  llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/PerfSupportPlugin.cpp
  llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
  llvm/test/ExecutionEngine/JITLink/X86/ELF_x86-64_perf.s
  llvm/tools/llvm-jitlink/llvm-jitlink.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146169.505630.patch
Type: text/x-patch
Size: 56501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230315/be946748/attachment.bin>


More information about the llvm-commits mailing list