Re: [PATCH v3 10/10] perf list: Add json output option
From: Arnaldo Carvalho de Melo
Date: Wed Nov 16 2022 - 08:11:04 EST
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.
- Arnaldo