Re: [PATCHv4 0/4] perf tools: Allow to enable/disable events via control pipe

From: Namhyung Kim
Date: Fri Jan 08 2021 - 01:12:46 EST


Hi Jiri,

On Thu, Jan 7, 2021 at 9:12 PM Jiri Olsa <jolsa@xxxxxxxxxx> wrote:
>
> On Sun, Dec 27, 2020 at 12:20:34AM +0100, Jiri Olsa wrote:
> > hi,
> > adding support to enable/disable specific events via control
> > file via following commands:
> >
> > # echo 'enable sched:sched_process_fork' > control
> > # echo 'disabled sched:sched_process_fork' > control
> >
> > v4 changes:
> > - some of the patches got merged
> > - rebased to latest perf/core
> > - fixed changelogs
> > - added 'ping' command
>
> any reviews?

Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks,
Namhyung