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

Andres Freund via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 22 19:28:03 PDT 2018


anarazel updated this revision to Diff 156717.
anarazel marked an inline comment as done.
anarazel added a comment.

Fix build without perf enabled, fix rebasing issues.


Repository:
  rL LLVM

https://reviews.llvm.org/D44892

Files:
  CMakeLists.txt
  docs/CMake.rst
  include/llvm-c/ExecutionEngine.h
  include/llvm/Config/llvm-config.h.cmake
  include/llvm/ExecutionEngine/JITEventListener.h
  lib/ExecutionEngine/CMakeLists.txt
  lib/ExecutionEngine/LLVMBuild.txt
  lib/ExecutionEngine/MCJIT/MCJIT.cpp
  lib/ExecutionEngine/MCJIT/MCJIT.h
  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.156717.patch
Type: text/x-patch
Size: 24071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/050f266f/attachment.bin>


More information about the llvm-commits mailing list