Re: [RFC PATCH v9 5/7] perf stat: Add command line option for enabling tpebs recording

From: Namhyung Kim
Date: Fri May 24 2024 - 19:22:31 EST


On Fri, May 24, 2024 at 4:20 PM Namhyung Kim <namhyung@xxxxxxxxxx> wrote:
>
> On Tue, May 21, 2024 at 10:40 AM <weilin.wang@xxxxxxxxx> wrote:
> >
> > From: Weilin Wang <weilin.wang@xxxxxxxxx>
> >
> > With this command line option, tpebs recording is turned off in perf stat on
> > default. It will only be turned on when this option is given in perf stat
> > command.

It'd be nice to include an example command line and output.

Thanks,
Namhyung

> >
> > Signed-off-by: Weilin Wang <weilin.wang@xxxxxxxxx>