[PATCH] PerfJITEventListener integration, requires compile flag LLVM_USE_PERF
authorDokFaust <rodia@autistici.org>
Mon, 11 Jun 2018 10:59:42 +0000 (12:59 +0200)
committerScott Kitterman <scott@kitterman.com>
Fri, 15 May 2020 16:25:16 +0000 (17:25 +0100)
commit69580bdb61ae8519270920d3ffbc7be028f71458
tree9bdcb5d5065b2b667d6af5e38626ec5afae9d21b
parent61d1f6156af6c6e5e18f942f10ea3dca639c3075
[PATCH] PerfJITEventListener integration, requires compile flag LLVM_USE_PERF

Gbp-Pq: Topic julia
Gbp-Pq: Name llvm-D44892-Perf-integration.patch
CMakeLists.txt
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/PerfJITEvents/CMakeLists.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp [new file with mode: 0644]