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

Now legacy cache events are in json there's no need for a specific
printing routine. To support the previous filtered version use an
event glob of "legacy cache" 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/print-events.c
tools/perf/util/print-events.h