aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2021-09-18 11:52:15 +0200
committerGreg Kroah-Hartman <[email protected]>2021-09-21 18:32:53 +0200
commit50116aec11debf6dec6295856f3b9368a6a04edf (patch)
tree0ac436612e844fa4d28ea8fc556eee7e07d6f052 /tools/perf/scripts/python/event_analyzing_sample.py
parent14c942578e19f5760319da3371193c1bc6242f7f (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/79ba5139643355230e3bba136b20991cfc92020f.1631957565.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions