Re: [PATCH 3/3] perf trace arm64: Use generated syscall table

2018-07-04 Thread Hendrik Brueckner
On Tue, Jul 03, 2018 at 12:32:38PM -0500, Kim Phillips wrote: > This should speed up accessing new system calls introduced with the > kernel rather than waiting for libaudit updates to include them. > > It also enables users to specify wildcards, for example, perf trace -e > 'open*', just like was

[PATCH 3/3] perf trace arm64: Use generated syscall table

2018-07-03 Thread Kim Phillips
This should speed up accessing new system calls introduced with the kernel rather than waiting for libaudit updates to include them. It also enables users to specify wildcards, for example, perf trace -e 'open*', just like was already possible on x86, s390, and powerpc, which means arm64 can now p