Closed edmcman closed 2 years ago
At the top center of the the page there is a menu that allows you to select which thread to show. In the first screenshot it shows two threads. That single perf sample and likely your own process. In the second screenshot it only lists your process. As for why that perf block exists in the first place I'm not sure. I have never seen it locally. I would guess it is a bug either in your kernel or perf.
Thanks, didn't notice that I could select the thread.
I agree this sort of seems like a perf bug, but I haven't really used it before.
I just used speedscope to open a perf recording. The results are not very helpful:
The file starts with a few blocks like these that are apparently of the
perf
command itself:Then the file switches to snapshots of my program (driver):
If I manually remove the
perf
blocks, the file imports as expected: