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

From: Namhyung Kim
Date: Wed Nov 09 2022 - 13:15:32 EST


Hello,

On Wed, Nov 9, 2022 at 12:29 AM Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> wrote:
>
> Tiezhu Yang (4):
> tools x86: Keep list sorted by number in unistd_{32,64}.h
> perf bench syscall: Introduce bench_syscall_common()
> perf bench syscall: Add getpgrp syscall benchmark
> perf bench syscall: Add execve syscall benchmark

Have you tested it on non-x86 too? It seems you only added the syscall
numbers to x86.

Thanks,
Namhyung


>
> tools/arch/x86/include/uapi/asm/unistd_32.h | 23 ++++++---
> tools/arch/x86/include/uapi/asm/unistd_64.h | 23 ++++++---
> tools/perf/bench/bench.h | 2 +
> tools/perf/bench/syscall.c | 76 +++++++++++++++++++++++++++--
> tools/perf/builtin-bench.c | 2 +
> 5 files changed, 108 insertions(+), 18 deletions(-)
>
> --
> 2.1.0
>