2022-09-06 03:29:28

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH 0/3] perf: Add more syscalls to benchmark

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(-)

--
2.1.0


2022-09-28 01:47:38

by Tiezhu Yang

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



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/[email protected]/

Thanks,
Tiezhu

2022-09-28 15:21:26

by Arnaldo Carvalho de Melo

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

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/[email protected]/


Please send the v2.

- Arnaldo