Recording perf files with symbols for analysis on a different system (cross architecture)

Viewed 8

I'm recording perf traces on an embedded target which I want to evaluate on a desktop host using hotspot. However, as far as I can tell this means the the desktop has to set up a complete sysroot for the embedded target to read the symbols correctly.

Is there a way to create stand-alone perf.data files or hotspot files that I can just send to people for evaluation without having to set up a sysroot? Heaptrack can do this, I wonder what the problem for perf would be.

0 Answers
Related