Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-20 Thread Charlie Jenkins
On Mon, Nov 04, 2024 at 03:35:33PM -0800, Charlie Jenkins wrote: > On Mon, Nov 04, 2024 at 02:03:28PM -0800, Ian Rogers wrote: > > On Mon, Nov 4, 2024 at 1:32 PM Charlie Jenkins wrote: > > > > > > On Mon, Nov 04, 2024 at 10:13:18PM +0100, Arnd Bergmann wrote: > > > > On Mon, Nov 4, 2024, at 22:06,

Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-04 Thread Charlie Jenkins
On Mon, Nov 04, 2024 at 02:03:28PM -0800, Ian Rogers wrote: > On Mon, Nov 4, 2024 at 1:32 PM Charlie Jenkins wrote: > > > > On Mon, Nov 04, 2024 at 10:13:18PM +0100, Arnd Bergmann wrote: > > > On Mon, Nov 4, 2024, at 22:06, Charlie Jenkins wrote: > > > > Standardize the generation of syscall heade

Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-04 Thread Ian Rogers
On Mon, Nov 4, 2024 at 1:32 PM Charlie Jenkins wrote: > > On Mon, Nov 04, 2024 at 10:13:18PM +0100, Arnd Bergmann wrote: > > On Mon, Nov 4, 2024, at 22:06, Charlie Jenkins wrote: > > > Standardize the generation of syscall headers around syscall tables. > > > Previously each architecture independe

Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-04 Thread Charlie Jenkins
On Mon, Nov 04, 2024 at 10:13:18PM +0100, Arnd Bergmann wrote: > On Mon, Nov 4, 2024, at 22:06, Charlie Jenkins wrote: > > Standardize the generation of syscall headers around syscall tables. > > Previously each architecture independently selected how syscall headers > > would be generated, or woul

Re: [PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-04 Thread Arnd Bergmann
On Mon, Nov 4, 2024, at 22:06, Charlie Jenkins wrote: > Standardize the generation of syscall headers around syscall tables. > Previously each architecture independently selected how syscall headers > would be generated, or would not define a way and fallback onto > libaudit. Convert all architectu

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs

2024-11-04 Thread Charlie Jenkins
Standardize the generation of syscall headers around syscall tables. Previously each architecture independently selected how syscall headers would be generated, or would not define a way and fallback onto libaudit. Convert all architectures to use a standard syscall header generation script and all