]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf print-events: Remove print_symbol_events
authorIan Rogers <irogers@google.com>
Sun, 5 Oct 2025 18:24:18 +0000 (11:24 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 15 Oct 2025 14:59:11 +0000 (23:59 +0900)
commit50062baa536bcac03804cf04579c71b9351e829c
tree03a7972bc0ed14a4779aca76162353cfdbc0348f
parentb12b5b531a64a3f3f0dd7969f5bf83647e00c700
perf print-events: Remove print_symbol_events

Now legacy hardware events are in json there's no need for a specific
printing routine that previously served for both hardware and software
events. The associated event_symbols_hw is also removed. To support
the previous filtered version use an event glob of "legacy hardware"
which matches the topic of the json events.

Tested-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: James Clark <james.clark@linaro.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-list.c
tools/perf/util/parse-events.c
tools/perf/util/parse-events.h
tools/perf/util/print-events.c
tools/perf/util/print-events.h