]> Gentwo Git Trees - linux/.git/commit
perf arm_spe: Synthesize memory samples for SIMD operations
authorLeo Yan <leo.yan@arm.com>
Wed, 12 Nov 2025 18:24:43 +0000 (18:24 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 19 Nov 2025 04:31:30 +0000 (20:31 -0800)
commit87cc0b44fc3eba8c6909b3d36aeb8592e32b12d0
tree4d00566e4dcfa40b6435886c0af2b64c2a4226ff
parentb70aa41078a6ad044b655f124b6b431f916dfac5
perf arm_spe: Synthesize memory samples for SIMD operations

Synthesize memory samples for SIMD operations (including Advanced SIMD,
SVE, and SME). To provide complete information, also generate data
source entries for SIMD operations.

Since memory operations are not limited to load and store, set
PERF_MEM_OP_STORE if the operation does not fall into these cases.

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.c