summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-09-18 12:52:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-21 19:32:53 +0300
commit50116aec11debf6dec6295856f3b9368a6a04edf (patch)
tree0ac436612e844fa4d28ea8fc556eee7e07d6f052 /tools/perf/scripts/python/stackcollapse.py
parent14c942578e19f5760319da3371193c1bc6242f7f (diff)
downloadlinux-50116aec11debf6dec6295856f3b9368a6a04edf.tar.xz
scripts: get_abi.pl: don't skip what that ends with wildcards
The search algorithm used inside check_undefined_symbols has an optimization: it seeks only whats that have the same leave name. This helps not only to speedup the search, but it also allows providing a hint about a partial match. There's a drawback, however: when "what:" finishes with a wildcard, the logic will skip the what, reporting it as "not found". Fix it by grouping the remaining cases altogether, and disabing any hints for such cases. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/79ba5139643355230e3bba136b20991cfc92020f.1631957565.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions