PerfJITEventListener integration, requires compile flag LLVM_USE_PERF
authorDokFaust <rodia@autistici.org>
Mon, 11 Jun 2018 10:59:42 +0000 (12:59 +0200)
committerMo Zhou <cdluminate@gmail.com>
Sat, 9 Mar 2019 06:10:15 +0000 (06:10 +0000)
commit6dbaabb74b22da76f351491b205d2f34a1106b21
tree27db1ee1635c907788a1e0e93ae723bdde70e03f
parent38dc5986958bb9c152601d1b7f74ac0775596cb3
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]