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

From: Tiezhu Yang
Date: Tue Sep 27 2022 - 21:07:38 EST




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/

Thanks,
Tiezhu