Re: [PATCH v3 10/10] perf list: Add json output option

From: Arnaldo Carvalho de Melo
Date: Wed Nov 16 2022 - 10:21:30 EST


Em Wed, Nov 16, 2022 at 10:10:53AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Wed, Nov 16, 2022 at 09:41:43AM -0300, Arnaldo Carvalho de Melo escreveu:
> > But then:
>
> > [root@five ~]# perf list syscalls:sys_enter_open* |& grep syscalls:
> > syscalls:sys_enter_open [Tracepoint event]
> > syscalls:sys_enter_open_by_handle_at [Tracepoint event]
> > syscalls:sys_enter_open_tree [Tracepoint event]
> > syscalls:sys_enter_openat [Tracepoint event]
> > syscalls:sys_enter_openat2 [Tracepoint event]
> > [root@five ~]#
> >
> > This stops working, looking into it.
>
> Sidetracked with other stuff, please find what I have patched at
> perf/perf-list-json-output in my tree.
>
> I removed the last two patches and I'm testing so that I can push
> perf/core with your series modulo the last two + Namhyung's 'perf list'
> kit.

I just saw you sent a patch on top of the previous one, will try and
combine stuff to remove failures from the bisect history.

- Arnaldo