Home
last modified time | relevance | path

Searched hist:cba04f3136b658583adb191556f99d087589c1cc (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dauxtrace.cdiff cba04f3136b658583adb191556f99d087589c1cc Wed Oct 26 09:27:36 CEST 2022 Adrian Hunter <adrian.hunter@intel.com> perf auxtrace: Fix address filter symbol name match for modules

For modules, names from kallsyms__parse() contain the module name which
meant that module symbols did not match exactly by name.

Fix by matching the name string up to the separating tab character.

Fixes: 1b36c03e356936d6 ("perf record: Add support for using symbols in address filters")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20221026072736.2982-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>