]> git.ipfire.org Git - thirdparty/linux.git/commit
perf arm_spe: Introduce data processing macro for SVE operations
authorLeo Yan <leo.yan@arm.com>
Wed, 12 Nov 2025 18:24:35 +0000 (18:24 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 19 Nov 2025 04:31:29 +0000 (20:31 -0800)
commitcdc1aff17f1b72d112f508450f2d103b6b955b74
tree1af26670329bd7c74c71204cefe4828711b7173d
parentb64bf913b3da2ba7a00ae780cbf9612ab25d9891
perf arm_spe: Introduce data processing macro for SVE operations

Introduce the ARM_SPE_OP_DP (data processing) macro as associated
information for SVE operations. For SVE register access, only
ARM_SPE_OP_SVE is set; for SVE data processing, both ARM_SPE_OP_SVE and
ARM_SPE_OP_DP are set together.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/arm-spe-decoder/arm-spe-decoder.c
tools/perf/util/arm-spe-decoder/arm-spe-decoder.h
tools/perf/util/arm-spe.c