Re: [PATCH v4 16/16] perf tools: Remove dependency on libaudit

2025-01-07 Thread Ian Rogers
On Wed, Dec 18, 2024 at 1:25 AM Charlie Jenkins wrote: > > All architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag is > no longer needed. With the removal of the flag, the related > GENERIC_SYSCALL_TABLE can also be removed. libaudit was only used as a > fallback for when HAVE_SYSCAL

[PATCH v4 16/16] perf tools: Remove dependency on libaudit

2024-12-18 Thread Charlie Jenkins
All architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag is no longer needed. With the removal of the flag, the related GENERIC_SYSCALL_TABLE can also be removed. libaudit was only used as a fallback for when HAVE_SYSCALL_TABLE_SUPPORT was not defined, so libaudit is also no longer nee