[PATCH] D146411: Basic VTune support for JITLink

Prem Chintalapudi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 02:59:16 PDT 2023


pchintalapudi created this revision.
pchintalapudi added a reviewer: lhames.
Herald added a subscriber: hiraditya.
Herald added a project: All.
pchintalapudi requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch introduces VTuneSupportPlugin as a JITLink equivalent to IntelJITEventListener to report JIT compiled methods. Integration of debug info and actual registration will be added in following revisions.

Depends on D146391 <https://reviews.llvm.org/D146391>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146411

Files:
  llvm/include/llvm/ExecutionEngine/Orc/VTuneSupportPlugin.h
  llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/VTuneSupportPlugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146411.506513.patch
Type: text/x-patch
Size: 11723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/79731496/attachment.bin>


More information about the llvm-commits mailing list