[PATCH] D44892: Add PerfJITEventListener for perf profiling support.

Andres Freund via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 17:28:25 PDT 2018


anarazel updated this revision to Diff 148520.
anarazel added a comment.
Herald added a reviewer: deadalnix.

Address reames' comments and rebase onto newer code.  As
https://reviews.llvm.org/D44890 has landed, add the corresponding
C-API function as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D44892

Files:
  CMakeLists.txt
  docs/CMake.rst
  include/llvm-c/ExecutionEngine.h
  include/llvm/Config/config.h.cmake
  include/llvm/Config/llvm-config.h.cmake
  include/llvm/ExecutionEngine/JITEventListener.h
  lib/ExecutionEngine/CMakeLists.txt
  lib/ExecutionEngine/LLVMBuild.txt
  lib/ExecutionEngine/Orc/LLVMBuild.txt
  lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt
  lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt
  lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
  tools/lli/CMakeLists.txt
  tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44892.148520.patch
Type: text/x-patch
Size: 23267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/714eb2f1/attachment.bin>


More information about the llvm-commits mailing list