Re: [PATCH v2 1/7] perf syscalltble: Remove syscall_table.h

2025-02-10 Thread Charlie Jenkins
On Mon, Feb 10, 2025 at 08:51:02AM -0800, Ian Rogers wrote: > The definition of "static const char *const syscalltbl[] = {" is done > in a generated syscalls_32.h or syscalls_64.h that is architecture > dependent. In order to include the appropriate file a syscall_table.h > is found via the perf in

[PATCH v2 1/7] perf syscalltble: Remove syscall_table.h

2025-02-10 Thread Ian Rogers
The definition of "static const char *const syscalltbl[] = {" is done in a generated syscalls_32.h or syscalls_64.h that is architecture dependent. In order to include the appropriate file a syscall_table.h is found via the perf include path and it includes the syscalls_32.h or syscalls_64.h as app