aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2024-06-21 17:05:25 +0000
committerNamhyung Kim <[email protected]>2024-06-25 18:06:20 +0000
commitcb39d05e67dc24985ff9f5150e71040fa4d60ab8 (patch)
treebd3cce892ceeaab24ae51caa8c852ada285b94cb /tools/perf/scripts/python/export-to-sqlite.py
parentperf pmus: Fixes always false when compare duplicates aliases (diff)
downloadkernel-cb39d05e67dc24985ff9f5150e71040fa4d60ab8.tar.gz
kernel-cb39d05e67dc24985ff9f5150e71040fa4d60ab8.zip
perf report: Fix condition in sort__sym_cmp()
It's expected that both hist entries are in the same hists when comparing two. But the current code in the function checks one without dso sort key and other with the key. This would make the condition true in any case. I guess the intention of the original commit was to add '!' for the right side too. But as it should be the same, let's just remove it. Fixes: 69849fc5d2119 ("perf hists: Move sort__has_dso into struct perf_hpp_list") Reviewed-by: Kan Liang <[email protected]> Signed-off-by: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions