Skip to content

gallivm/jit: enable llvm perf event listener

Dave Airlie requested to merge airlied/mesa:gallivm-jit-perf into main

This allows the JIT assembly to be generated and show up in perf, when LLVM is built with LLVM_USE_PERF

@sroland @jrfonseca you two might have some interest/opinions, it works in my testing I can at least get perf to give me assembly instructions.

Merge request reports