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<charlie@rivosinc.com> 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 <irogers@google.com>Reviewed-by: Howard Chu <howardchu95@gmail.com>Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>Reviewed-by: Namhyung Kim <namhyung@kernel.org>Acked-by: Arnaldo Carvalho de Melo <acme@kernel.org>Link: https://lore.kernel.org/r/20250319050741.269828-11-irogers@google.comSigned-off-by: Namhyung Kim <namhyung@kernel.org>
show more ...
perf tools parisc: Support syscall headerparisc uses a syscall table, use that in perf instead of requiringlibaudit.Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>Cc: Adrian Hunter <adria
perf tools parisc: Support syscall headerparisc uses a syscall table, use that in perf instead of requiringlibaudit.Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>Cc: Adrian Hunter <adrian.hunter@intel.com>Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>Cc: Arnd Bergmann <arnd@arndb.de>Cc: Christian Brauner <brauner@kernel.org>Cc: Guo Ren <guoren@kernel.org>Cc: Günther Noack <gnoack@google.com>Cc: Ian Rogers <irogers@google.com>Cc: Ingo Molnar <mingo@redhat.com>Cc: James Clark <james.clark@linaro.org>Cc: Jiri Olsa <jolsa@kernel.org>Cc: John Garry <john.g.garry@oracle.com>Cc: Jonathan Corbet <corbet@lwn.net>Cc: Leo Yan <leo.yan@linux.dev>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Mickaël Salaün <mic@digikod.net>Cc: Mike Leach <mike.leach@linaro.org>Cc: Namhyung Kim <namhyung@kernel.org>Cc: Palmer Dabbelt <palmer@dabbelt.com>Cc: Paul Walmsley <paul.walmsley@sifive.com>Cc: Peter Zijlstra <peterz@infradead.org>Cc: Will Deacon <will@kernel.org>Link: https://lore.kernel.org/r/20250108-perf_syscalltbl-v6-10-7543b5293098@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>