perf report: Fix input reload/switch with symbol sort key
Currently the code checks that there is no "ipc" in the sort order and add an ipc string. This will always error out on the second pass after input reload/switch, since the sort order already contains "ipc". Do the ipc check/fixup only on the first pass. Signed-off-by:Dmitry Vyukov <dvyukov@google.com> Link: https://lore.kernel.org/r/20250108063628.215577-1-dvyukov@google.com Fixes: ec6ae74f ("perf report: Display average IPC and IPC coverage per symbol") Signed-off-by:
Namhyung Kim <namhyung@kernel.org>
Loading
Please sign in to comment