linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] perf: Add more syscalls to benchmark
@ 2022-11-09  8:29 Tiezhu Yang
  2022-11-09  8:29 ` [PATCH v4 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h Tiezhu Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tiezhu Yang @ 2022-11-09  8:29 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo
  Cc: Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-kernel, linux-perf-users

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

 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-10  2:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-09  8:29 [PATCH v4 0/4] perf: Add more syscalls to benchmark Tiezhu Yang
2022-11-09  8:29 ` [PATCH v4 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h Tiezhu Yang
2022-11-09  8:29 ` [PATCH v4 2/4] perf bench syscall: Introduce bench_syscall_common() Tiezhu Yang
2022-11-09  8:29 ` [PATCH v4 3/4] perf bench syscall: Add getpgrp syscall benchmark Tiezhu Yang
2022-11-09  8:29 ` [PATCH v4 4/4] perf bench syscall: Add execve " Tiezhu Yang
2022-11-09 18:15 ` [PATCH v4 0/4] perf: Add more syscalls to benchmark Namhyung Kim
2022-11-10  1:58   ` Tiezhu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).