]> git.itanic.dy.fi Git - linux-stable/commit
perf symbols: Add dso__find_symbol_nocache()
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 20 Jan 2023 12:34:50 +0000 (14:34 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 22 Jan 2023 21:10:12 +0000 (18:10 -0300)
commita2db72c5dac4c9bc1e577a82602639619264409f
treeea58bb60b6c1da08dfccdfffa5b4e3e8f73be9e8
parentb08b20c3098832a4ffc22222ab742179b1f8514b
perf symbols: Add dso__find_symbol_nocache()

Symbols should not be cached when there are more symbols still to add.

Add dso__find_symbol_nocache() to facilitate that.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20230120123456.12449-5-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.c
tools/perf/util/symbol.h