Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.10.1
-
None
-
4948111ddf84aa58e5ef589f61fe0f6e055a0d1a
Description
The 5.10.1 image for boundary devices imx.6 contains a /usr/bin/perf that doesn't understand the "--call-graph dwarf" command line option. It will only record call graphs using frame pointers or lbr. This is terrible because it means you cannot use Qt Creator's CPU Usage Analyzer with those images.
The likely cause of this is that the perf in question is not linked against libunwind anymore. The one in the 5.9 images is. perf will only record traces it can also analyze, so it won't record dwarf traces without unwinding support present.
Attachments
Issue Links
- resulted in
-
QTBUG-64924 CPU Usage Analyzer call graph mode should be changed to frame pointer in embedded devices
- Closed