tools headers: Update the syscall table with the kernel sourcesTo pick up the changes in: c4a16820d9019940 fs: add open_tree_attr() 2df1ad0d25803399 x86/arch_prctl: Simplify sys_arch_prctl()
tools headers: Update the syscall table with the kernel sourcesTo pick up the changes in: c4a16820d9019940 fs: add open_tree_attr() 2df1ad0d25803399 x86/arch_prctl: Simplify sys_arch_prctl() e632bca07c8eef1d arm64: generate 64-bit syscall.tblThis is basically to support the new open_tree_attr syscall. But italso needs to update asm-generic unistd.h header to get the new syscallnumber. And arm64 unistd.h header was converted to use the generic64-bit header.Addressing this perf tools build warning: Warning: Kernel ABI header differences: diff -u tools/scripts/syscall.tbl scripts/syscall.tbl diff -u tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl diff -u tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl diff -u tools/perf/arch/powerpc/entry/syscalls/syscall.tbl arch/powerpc/kernel/syscalls/syscall.tbl diff -u tools/perf/arch/s390/entry/syscalls/syscall.tbl arch/s390/kernel/syscalls/syscall.tbl diff -u tools/perf/arch/mips/entry/syscalls/syscall_n64.tbl arch/mips/kernel/syscalls/syscall_n64.tbl diff -u tools/perf/arch/arm/entry/syscalls/syscall.tbl arch/arm/tools/syscall.tbl diff -u tools/perf/arch/sh/entry/syscalls/syscall.tbl arch/sh/kernel/syscalls/syscall.tbl diff -u tools/perf/arch/sparc/entry/syscalls/syscall.tbl arch/sparc/kernel/syscalls/syscall.tbl diff -u tools/perf/arch/xtensa/entry/syscalls/syscall.tbl arch/xtensa/kernel/syscalls/syscall.tbl diff -u tools/arch/arm64/include/uapi/asm/unistd.h arch/arm64/include/uapi/asm/unistd.h diff -u tools/include/uapi/asm-generic/unistd.h include/uapi/asm-generic/unistd.hPlease see tools/include/uapi/README for further details.Acked-by: Ingo Molnar <[email protected]>Tested-by: Venkat Rao Bagalkote <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Namhyung Kim <[email protected]>
show more ...
perf build: Remove Makefile.syscallsNow a single beauty file is generated and used by all architectures,remove the per-architecture Makefiles, Kbuild files and previousgenerator script.Note: th
perf build: Remove Makefile.syscallsNow a single beauty file is generated and used by all architectures,remove the per-architecture Makefiles, Kbuild files and previousgenerator script.Note: there was conversation with Charlie Jenkins<[email protected]> and they'd written an alternate approach tosupport multiple architectures:https://lore.kernel.org/all/20250114-perf_syscall_arch_runtime-v1-1-5b304e408e11@rivosinc.com/It would have been better to have helped Charlie fix their series (myapologies) but they agreed that the approach taken here was likelybest for longer term maintainability:https://lore.kernel.org/lkml/Z6Jk_UN9i69QGqUj@ghost/Signed-off-by: Ian Rogers <[email protected]>Reviewed-by: Howard Chu <[email protected]>Reviewed-by: Charlie Jenkins <[email protected]>Reviewed-by: Namhyung Kim <[email protected]>Acked-by: Arnaldo Carvalho de Melo <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Namhyung Kim <[email protected]>
perf tools arm: Support syscall headersarm uses a syscall table, use that in perf instead of requiringlibaudit.Signed-off-by: Charlie Jenkins <[email protected]>Cc: Adrian Hunter <adrian.hun
perf tools arm: Support syscall headersarm uses a syscall table, use that in perf instead of requiringlibaudit.Signed-off-by: Charlie Jenkins <[email protected]>Cc: Adrian Hunter <[email protected]>Cc: Alexander Shishkin <[email protected]>Cc: Arnd Bergmann <[email protected]>Cc: Christian Brauner <[email protected]>Cc: Guo Ren <[email protected]>Cc: Günther Noack <[email protected]>Cc: Ian Rogers <[email protected]>Cc: Ingo Molnar <[email protected]>Cc: James Clark <[email protected]>Cc: Jiri Olsa <[email protected]>Cc: John Garry <[email protected]>Cc: Jonathan Corbet <[email protected]>Cc: Leo Yan <[email protected]>Cc: Mark Rutland <[email protected]>Cc: Mickaël Salaün <[email protected]>Cc: Mike Leach <[email protected]>Cc: Namhyung Kim <[email protected]>Cc: Palmer Dabbelt <[email protected]>Cc: Paul Walmsley <[email protected]>Cc: Peter Zijlstra <[email protected]>Cc: Will Deacon <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>