Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-04 Thread Ian Rogers
On Tue, Feb 4, 2025 at 11:05 AM Charlie Jenkins wrote: > > On Mon, Feb 03, 2025 at 05:58:29PM -0800, Ian Rogers wrote: > > On Mon, Feb 3, 2025 at 3:02 PM Charlie Jenkins wrote: > > > On Mon, Feb 03, 2025 at 12:54:59PM -0800, Ian Rogers wrote: > > [snip] > > > > I think it makes sense in the kerne

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-04 Thread Charlie Jenkins
On Mon, Feb 03, 2025 at 05:58:29PM -0800, Ian Rogers wrote: > On Mon, Feb 3, 2025 at 3:02 PM Charlie Jenkins wrote: > > On Mon, Feb 03, 2025 at 12:54:59PM -0800, Ian Rogers wrote: > [snip] > > > I think it makes sense in the kernel, as the built binary doesn't have > > > cross-platform concerns. T

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Ian Rogers
On Mon, Feb 3, 2025 at 3:02 PM Charlie Jenkins wrote: > On Mon, Feb 03, 2025 at 12:54:59PM -0800, Ian Rogers wrote: [snip] > > I think it makes sense in the kernel, as the built binary doesn't have > > cross-platform concerns. This is probably also the reason why the perf > > tool has an arch dire

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Charlie Jenkins
On Mon, Feb 03, 2025 at 12:54:59PM -0800, Ian Rogers wrote: > On Mon, Feb 3, 2025 at 12:06 PM Charlie Jenkins wrote: > > > > On Mon, Feb 03, 2025 at 11:39:01AM -0800, Ian Rogers wrote: > > > On Mon, Feb 3, 2025 at 11:15 AM Charlie Jenkins > > > wrote: > > > > > > > > On Mon, Feb 03, 2025 at 11:1

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Ian Rogers
On Mon, Feb 3, 2025 at 12:06 PM Charlie Jenkins wrote: > > On Mon, Feb 03, 2025 at 11:39:01AM -0800, Ian Rogers wrote: > > On Mon, Feb 3, 2025 at 11:15 AM Charlie Jenkins > > wrote: > > > > > > On Mon, Feb 03, 2025 at 11:10:49AM -0800, Ian Rogers wrote: > > > > On Mon, Feb 3, 2025 at 11:02 AM Ch

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Charlie Jenkins
On Mon, Feb 03, 2025 at 11:39:01AM -0800, Ian Rogers wrote: > On Mon, Feb 3, 2025 at 11:15 AM Charlie Jenkins wrote: > > > > On Mon, Feb 03, 2025 at 11:10:49AM -0800, Ian Rogers wrote: > > > On Mon, Feb 3, 2025 at 11:02 AM Charlie Jenkins > > > wrote: > > > > > > > > On Fri, Jan 31, 2025 at 11:1

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Ian Rogers
On Mon, Feb 3, 2025 at 11:15 AM Charlie Jenkins wrote: > > On Mon, Feb 03, 2025 at 11:10:49AM -0800, Ian Rogers wrote: > > On Mon, Feb 3, 2025 at 11:02 AM Charlie Jenkins > > wrote: > > > > > > On Fri, Jan 31, 2025 at 11:14:48PM -0800, Ian Rogers wrote: > > > > This work builds on the clean up o

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Charlie Jenkins
On Mon, Feb 03, 2025 at 11:10:49AM -0800, Ian Rogers wrote: > On Mon, Feb 3, 2025 at 11:02 AM Charlie Jenkins wrote: > > > > On Fri, Jan 31, 2025 at 11:14:48PM -0800, Ian Rogers wrote: > > > This work builds on the clean up of system call tables and removal of > > > libaudit by Charlie Jenkins . >

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Ian Rogers
On Mon, Feb 3, 2025 at 11:02 AM Charlie Jenkins wrote: > > On Fri, Jan 31, 2025 at 11:14:48PM -0800, Ian Rogers wrote: > > This work builds on the clean up of system call tables and removal of > > libaudit by Charlie Jenkins . > > > > The system call table in perf trace is used to map system call

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Charlie Jenkins
On Fri, Jan 31, 2025 at 11:14:48PM -0800, Ian Rogers wrote: > This work builds on the clean up of system call tables and removal of > libaudit by Charlie Jenkins . > > The system call table in perf trace is used to map system call numbers > to names and vice versa. Prior to these changes, a single

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-03 Thread Ian Rogers
On Sat, Feb 1, 2025 at 12:51 AM Ian Rogers wrote: > > On Fri, Jan 31, 2025 at 11:15 PM Ian Rogers wrote: > > > > This work builds on the clean up of system call tables and removal of > > libaudit by Charlie Jenkins . > > > > The system call table in perf trace is used to map system call numbers >

Re: [PATCH v1 0/7] perf: Support multiple system call tables in the build

2025-02-01 Thread Ian Rogers
On Fri, Jan 31, 2025 at 11:15 PM Ian Rogers wrote: > > This work builds on the clean up of system call tables and removal of > libaudit by Charlie Jenkins . > > The system call table in perf trace is used to map system call numbers > to names and vice versa. Prior to these changes, a single table