Re: [PATCH V2 1/6] perf tools: Consolidate --control option parsing into one function

From: Arnaldo Carvalho de Melo
Date: Thu Sep 03 2020 - 16:15:39 EST


Em Wed, Sep 02, 2020 at 07:06:51PM +0300, Alexey Budankov escreveu:
>
> On 01.09.2020 12:37, Adrian Hunter wrote:
> > Consolidate --control option parsing into one function, in preparation for
> > adding FIFO file name options.
> >
> > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>
> > ---
> > tools/perf/builtin-record.c | 22 ++--------------------
> > tools/perf/builtin-stat.c | 22 ++--------------------
> > tools/perf/util/evlist.c | 24 ++++++++++++++++++++++++
> > tools/perf/util/evlist.h | 1 +
> > 4 files changed, 29 insertions(+), 40 deletions(-)
>
> Acked-by: Alexei Budankov <alexey.budankov@xxxxxxxxxxxxxxx>

Thanks, applied.

- Arnaldo