Re: [PATCH 3/3] perf test: Add kernel lock contention test

From: Namhyung Kim
Date: Sat Sep 24 2022 - 12:50:23 EST


On Sat, Sep 24, 2022 at 1:10 AM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>
> On 24/09/22 03:42, Namhyung Kim wrote:
> > Add a new shell test to check if both normal perf lock record +
> > contention and BPF (with -b) option are working. Use perf bench
> > sched messaging as a workload since it'd create some contention for
> > sending and receiving messages.
> >
> > Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>
> There are a few things below that don't need to be fixed but
> are perhaps things to be aware of.
>
> Nevertheless:
>
> Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>

Thanks Adrian, I'll install and run shellcheck next time.

Arnaldo, please let me know if you want me to resend it
with the suggested changes.

Thanks,
Namhyung