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

2025-02-26 Thread Namhyung Kim
On Wed, Feb 26, 2025 at 09:24:15PM -0800, Ian Rogers wrote: > On Wed, Feb 26, 2025 at 4:00 PM Namhyung Kim wrote: > > > > On Mon, Feb 24, 2025 at 08:22:50PM -0800, Ian Rogers wrote: > > > On Mon, Feb 24, 2025 at 7:20 PM Namhyung Kim wrote: > > > > > > > > On Wed, Feb 19, 2025 at 10:56:49AM -0800,

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

2025-02-26 Thread Ian Rogers
On Wed, Feb 26, 2025 at 4:00 PM Namhyung Kim wrote: > > On Mon, Feb 24, 2025 at 08:22:50PM -0800, Ian Rogers wrote: > > On Mon, Feb 24, 2025 at 7:20 PM Namhyung Kim wrote: > > > > > > On Wed, Feb 19, 2025 at 10:56:49AM -0800, Ian Rogers wrote: > > > > This work builds on the clean up of system ca

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

2025-02-26 Thread Namhyung Kim
On Mon, Feb 24, 2025 at 08:22:50PM -0800, Ian Rogers wrote: > On Mon, Feb 24, 2025 at 7:20 PM Namhyung Kim wrote: > > > > On Wed, Feb 19, 2025 at 10:56:49AM -0800, Ian Rogers wrote: > > > This work builds on the clean up of system call tables and removal of > > > libaudit by Charlie Jenkins . > >

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

2025-02-26 Thread Namhyung Kim
On Tue, Feb 25, 2025 at 06:47:58PM -0800, Namhyung Kim wrote: > On Mon, Feb 24, 2025 at 09:40:55PM -0800, Namhyung Kim wrote: > > On Mon, Feb 24, 2025 at 08:37:01PM -0800, Ian Rogers wrote: > > > On Mon, Feb 24, 2025 at 7:05 PM Namhyung Kim wrote: > > > > > > > > On Wed, Feb 19, 2025 at 10:56:49AM

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

2025-02-25 Thread Namhyung Kim
On Mon, Feb 24, 2025 at 09:40:55PM -0800, Namhyung Kim wrote: > On Mon, Feb 24, 2025 at 08:37:01PM -0800, Ian Rogers wrote: > > On Mon, Feb 24, 2025 at 7:05 PM Namhyung Kim wrote: > > > > > > On Wed, Feb 19, 2025 at 10:56:49AM -0800, Ian Rogers wrote: > > > > This work builds on the clean up of sy

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

2025-02-24 Thread Namhyung Kim
On Mon, Feb 24, 2025 at 08:37:01PM -0800, Ian Rogers wrote: > On Mon, Feb 24, 2025 at 7:05 PM Namhyung Kim wrote: > > > > On Wed, Feb 19, 2025 at 10:56:49AM -0800, Ian Rogers wrote: > > > This work builds on the clean up of system call tables and removal of > > > libaudit by Charlie Jenkins . > >

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

2025-02-24 Thread Ian Rogers
On Mon, Feb 24, 2025 at 7:05 PM Namhyung Kim wrote: > > On Wed, Feb 19, 2025 at 10:56:49AM -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 num

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

2025-02-24 Thread Ian Rogers
On Mon, Feb 24, 2025 at 7:20 PM Namhyung Kim wrote: > > On Wed, Feb 19, 2025 at 10:56:49AM -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 num

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

2025-02-24 Thread Namhyung Kim
On Wed, Feb 19, 2025 at 10:56:49AM -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 v3 0/8] perf: Support multiple system call tables in the build

2025-02-24 Thread Namhyung Kim
On Wed, Feb 19, 2025 at 10:56:49AM -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

[PATCH v3 0/8] perf: Support multiple system call tables in the build

2025-02-19 Thread Ian Rogers
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 matching the perf binary's build was present. The table would b