Re: [PATCH v3 00/25] perf arm_spe: Extend operations

From: Namhyung Kim
Date: Mon Nov 17 2025 - 02:21:11 EST


Hello,

On Thu, Nov 13, 2025 at 09:01:47AM -0800, Ian Rogers wrote:
> On Wed, Nov 12, 2025 at 10:24 AM Leo Yan <leo.yan@xxxxxxx> wrote:
> >
> > This series enhances tooling to support new operations:
> >
> > - Support for MTE tag since Arm SPE v1.3;
> > - Support for Advanced SIMD extension and SVE operations;
> > - Support memcpy, memset and GCS operations;
> > - Support extended operations for atomic, Acquire/Release and
> > Exclusive instructions.
> > - Enhance the data source for associated info, like floating-point,
> > conditional, data processing, etc.
> >
> > This series is divided into three parts:
> >
> > Patches 01 ~ 06: Support raw dump for new operations;
> > Patches 07 ~ 17: Export the operation info into records, so that the
> > information can be later consumed by samples.
> > Patches 18 ~ 25: Set the operation info into sample's data source and
> > SIMD flag, and updated the document.
> >
> > This patch series is tested on FVP for native parsing and x86_64 for
> > cross parsing.
> >
> > Signed-off-by: Leo Yan <leo.yan@xxxxxxx>
>
> Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>

Can I get some comments from ARM folks? I think I can merge part 1 and
2 before changing the kernel interface.

Thanks,
Namhyung