Re: [PATCH 0/3] perf trace powerpc: Remove libaudit dependency for syscalls

From: Arnaldo Carvalho de Melo
Date: Thu Feb 15 2018 - 08:56:23 EST


Em Thu, Feb 15, 2018 at 10:43:36AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Mon, Jan 29, 2018 at 02:04:14PM +0530, Ravi Bangoria escreveu:
> > This is almost identical set of patches recently done for s390.
> >
> > With this, user can run perf trace without libaudit on powerpc
> > as well. Ex,
> >
> > $ make
> > ... libaudit: [ OFF ]
> >
> > $ ./perf trace ls
>
> Thanks, applied.

Ah, I already had to update the unistd.h copy to catch some new syscalls
for s/390 :-)

https://git.kernel.org/acme/c/b4ec64dc68da

- Arnaldo