LinuxPerf.jl icon indicating copy to clipboard operation
LinuxPerf.jl copied to clipboard

Support for `perf annotate` (or similar)

Open Uroc327 opened this issue 3 years ago • 2 comments

I'd love to be able to use annotations to find where in my source code the cache misses happen.

Is that currently possible? If not, would you consider it as a possible feature?

Uroc327 avatar Mar 10 '22 18:03 Uroc327

Great idea! I don't think this is currently possible, but I would be excited to receive such a pull-request.

vchuravy avatar Mar 10 '22 19:03 vchuravy

I guess a first solution could be to export a perf.data. But I would need to take a deeper look at how and what stuff is encoded there.

Uroc327 avatar Mar 15 '22 15:03 Uroc327