Re: [PATCH v2] tracing/x86: Update syscall trace events to handle new x86 syscall func names

From: Arnaldo Carvalho de Melo
Date: Tue Apr 17 2018 - 14:04:41 EST


Em Tue, Apr 17, 2018 at 07:22:36PM +0200, Dominik Brodowski escreveu:
> > Added back original compare to not miss 32bit kernel syscalls
>
> s/32bit/32bit and 0-parameter syscalls.

So this should have covered 0-parameter syscalls, ok, I'm double
checking that the last patch is the one I have running... Because
0-parameter syscalls are not working for me, i.e. no
syscalls:sys_enter_getppid, for instance.

- Arnaldo

> Looks good otherwise.
>
> Thanks,
> Dominik