]> git.ipfire.org Git - thirdparty/linux.git/commit
perf tools: Add support for perf_event_attr::config4
authorJames Clark <james.clark@linaro.org>
Tue, 11 Nov 2025 11:37:58 +0000 (11:37 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 24 Nov 2025 20:20:06 +0000 (12:20 -0800)
commit14a84c708efd75b3a2c107b1438354361c7dd75f
treea3f7d2bc54eddc5aaca112d8194245c363e3d670
parent80cdf208117a36de82a30d210b3b8df0f193e75b
perf tools: Add support for perf_event_attr::config4

perf_event_attr has gained a new field, config4, so add support for it
extending the existing configN support.

Reviewed-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Tested-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: James Clark <james.clark@linaro.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/parse-events.c
tools/perf/util/parse-events.c
tools/perf/util/parse-events.h
tools/perf/util/parse-events.l
tools/perf/util/pmu.c
tools/perf/util/pmu.h