[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, 23 Mar 2020 10:59:23 +0000 (10:59 +0000)
commit139d017c57d6776fe30ce8bba65eadcf99ee2a7c
tree4543e908159a508891342288695871de88ec6b8f
parentc23417fd8468f7f9182964e9869a8d26d5ee46a6
[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]