Re: [PATCH] perf evlist: Fix error out while applying initial delay and LBR

From: Arnaldo Carvalho de Melo
Date: Thu Jul 26 2018 - 08:51:36 EST


Em Mon, Jul 09, 2018 at 05:20:54PM +0200, Jiri Olsa escreveu:
> On Mon, Jul 09, 2018 at 07:15:22AM -0700, kan.liang@xxxxxxxxxxxxxxx wrote:
> > After applying the patch:
> > perf record -D 1000 -a -e cycles -j any -- sleep 2
> > [ perf record: Woken up 1 times to write data ]
> > [ perf record: Captured and wrote 1.054 MB perf.data (828 samples) ]
> >
> > Reported-by: Pandey, Sunil K <sunil.k.pandey@xxxxxxxxx>
> > Signed-off-by: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
>
> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Thanks, applied, tested.

- Arnaldo