[PATCH] PerfJITEventListener integration, requires compile flag LLVM_USE_PERF
authorDokFaust <rodia@autistici.org>
Mon, 11 Jun 2018 10:59:42 +0000 (12:59 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 20 Jan 2020 09:26:04 +0000 (09:26 +0000)
commit5a98fd8554ed6b0f9d10902aacdcaa999a51fb82
treebac672d40e8eea60485b631d7188b3386f29708b
parent47a388314d20f3976a5710ea63072f351ec4eb6f
[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]