Linux Perf Users
 help / color / mirror / Atom feed
* [PATCH v3 0/5] perf tools: Modify mksyscalltbl
@ 2023-05-30  9:51 Tiezhu Yang
  2023-05-30  9:51 ` [PATCH v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs Tiezhu Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tiezhu Yang @ 2023-05-30  9:51 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Ian Rogers, Adrian Hunter
  Cc: Hans-Peter Nilsson, Alexander Kapshuk, Leo Yan, linux-perf-users,
	linux-kernel, loongarch, loongson-kernel

Thanks Alexander, Leo and Ian for your reviews and suggestions.

v3:
  -- Add a new patch to declare syscalltbl_*[] as const for all archs,
     suggested by Ian.
  -- Add a new patch to use max_nr to define SYSCALLTBL_ARM64_MAX_ID.

v2:
  -- Add a new patch to rename create_table_from_c()
     to create_sc_table(), suggested by Leo.
  -- Simplify the shell script, suggested by Alexander.

Tiezhu Yang (5):
  perf tools: Declare syscalltbl_*[] as const for all archs
  perf arm64: Rename create_table_from_c() to create_sc_table()
  perf arm64: Handle __NR3264_ prefixed syscall number
  perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
  perf LoongArch: Simplify mksyscalltbl

 tools/perf/arch/arm64/entry/syscalls/mksyscalltbl  | 17 ++++-----
 .../arch/loongarch/entry/syscalls/mksyscalltbl     | 40 +++++++---------------
 tools/perf/arch/mips/entry/syscalls/mksyscalltbl   |  2 +-
 .../perf/arch/powerpc/entry/syscalls/mksyscalltbl  |  2 +-
 tools/perf/arch/s390/entry/syscalls/mksyscalltbl   |  2 +-
 tools/perf/arch/x86/entry/syscalls/syscalltbl.sh   |  2 +-
 tools/perf/util/syscalltbl.c                       | 14 ++++----
 7 files changed, 32 insertions(+), 47 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2023-06-01  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30  9:51 [PATCH v3 0/5] perf tools: Modify mksyscalltbl Tiezhu Yang
2023-05-30  9:51 ` [PATCH v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs Tiezhu Yang
2023-05-30  9:51 ` [PATCH v3 2/5] perf arm64: Rename create_table_from_c() to create_sc_table() Tiezhu Yang
2023-05-30  9:51 ` [PATCH v3 3/5] perf arm64: Handle __NR3264_ prefixed syscall number Tiezhu Yang
2023-05-31 23:55 ` [PATCH v3 0/5] perf tools: Modify mksyscalltbl Leo Yan
2023-06-01  2:44   ` Tiezhu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox