]> Gentwo Git Trees - linux/.git/commit
perf: Add perf_event_attr::config4
authorJames Clark <james.clark@linaro.org>
Tue, 11 Nov 2025 11:37:55 +0000 (11:37 +0000)
committerWill Deacon <will@kernel.org>
Mon, 24 Nov 2025 15:59:18 +0000 (15:59 +0000)
commitcbbfba4847b8a5299d36e002bf864b21bb83295d
treed14bd35b7f898d75c1a513f0741117d073b7ef32
parent11abb4e87b0e6afd4e4c0876d1008ddd9256a33c
perf: Add perf_event_attr::config4

Arm FEAT_SPE_FDS adds the ability to filter on the data source of a
packet using another 64-bits of event filtering control. As the existing
perf_event_attr::configN fields are all used up for SPE PMU, an
additional field is needed. Add a new 'config4' field.

Reviewed-by: Leo Yan <leo.yan@arm.com>
Tested-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: James Clark <james.clark@linaro.org>
Signed-off-by: Will Deacon <will@kernel.org>
include/uapi/linux/perf_event.h