Re: [PATCH 0/3] perf: Add more syscalls to benchmark

From: Arnaldo Carvalho de Melo
Date: Wed Sep 28 2022 - 10:15:59 EST


Em Wed, Sep 28, 2022 at 09:06:03AM +0800, Tiezhu Yang escreveu:
>
>
> On 09/06/2022 11:06 AM, Tiezhu Yang wrote:
> > Tiezhu Yang (3):
> > perf bench syscall: Introduce bench_syscall_common()
> > perf bench syscall: Add close syscall benchmark
> > perf bench syscall: Add execve syscall benchmark
> >
> > tools/perf/bench/bench.h | 2 ++
> > tools/perf/bench/syscall.c | 76 +++++++++++++++++++++++++++++++++++++++++++---
> > tools/perf/builtin-bench.c | 2 ++
> > 3 files changed, 76 insertions(+), 4 deletions(-)
> >
>
> Hi all,
>
> Any more comments? Do you think this patch series [1] is useful?
> If yes, I will send v2 to fix the build error about undeclared
> __NR_getppid reported by kernel test robot.
>
> [1] https://lore.kernel.org/lkml/1662433577-23266-1-git-send-email-yangtiezhu@xxxxxxxxxxx/


Please send the v2.

- Arnaldo