Messages in this thread |  | | Subject | Re: [PATCH v5 0/4] perf: Add more syscalls to benchmark | From | Tiezhu Yang <> | Date | Sat, 3 Dec 2022 17:19:25 +0800 |
| |
On 11/10/2022 11:50 AM, Tiezhu Yang wrote: > Tested on x86_64, arm64, mips64 and loongarch64. > > 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 getpgid syscall benchmark > perf bench syscall: Add execve syscall benchmark > > 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(-) >
Ping, any more comments?
Thanks, Tiezhu
|  |