[llvm-dev] [llvm-exegesis] Uops mode isnćt working

Milos Stojanovic via llvm-dev llvm-dev at lists.llvm.org
Tue Dec 17 06:38:51 PST 2019


Hello,
I've been testing llvm-exegesis on X86. Latency and inverse_throughput modes work fine but when I run uops I get an error:

event not found - cannot create event uops_dispatched_port:port_0
LLVM ERROR: invalid perf event 'uops_dispatched_port:port_0'

I'm running this on a i7-4790K. Am I missing something on my computer or is this not yet fully implemented?

This also affects the llvm-exegesis lit tests and they all get skipped becuse the configuration script determines that uops doens't work. This could be changed so that the tests still run the modes that work (latency and inverse_throughput in my case).

Regards
Miloš
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191217/72f10661/attachment.html>


More information about the llvm-dev mailing list