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]>
show more ...
perf tools alpha: Support syscall headeralpha uses a syscall table, use that in perf instead of requiringlibaudit.Signed-off-by: Charlie Jenkins <[email protected]>Cc: Adrian Hunter <adrian.
perf tools alpha: Support syscall headeralpha 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]>