Re: [PATCH v3 4/4] perf arm-spe: Support hardware-based PID tracing

From: Arnaldo Carvalho de Melo
Date: Thu Nov 11 2021 - 13:27:52 EST


Em Thu, Nov 11, 2021 at 09:23:22AM -0800, Namhyung Kim escreveu:
> On Thu, Nov 11, 2021 at 5:36 AM German Gomez <german.gomez@xxxxxxx> wrote:
> >
> > If Arm SPE traces contain CONTEXT packets with TID info, use these
> > values for tracking tid of samples. Otherwise fall back to using context
> > switch events and display a message warning the user of possible timing
> > inaccuracies [1].
> >
> > [1] https://lore.kernel.org/lkml/f877cfa6-9b25-6445-3806-ca44a4042eaf@xxxxxxx/
> >
> > Signed-off-by: German Gomez <german.gomez@xxxxxxx>
>
> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks, applied.

- Arnaldo