LinuxPerf.jl
LinuxPerf.jl copied to clipboard
Support for `perf annotate` (or similar)
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?
Great idea! I don't think this is currently possible, but I would be excited to receive such a pull-request.
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.