Re: [RFC][PATCH 00/12] various perf fixes

From: Peter Zijlstra
Date: Mon Feb 15 2016 - 13:03:17 EST


On Mon, Feb 15, 2016 at 06:45:59PM +0100, Dmitry Vyukov wrote:
> However, you need to add getpid and gettid syscalls to the list of
> enabled syscalls in config (they are required for perf_event_open):
>
> "enable_syscalls": [
> "getpid",
> "gettid",
> "perf_event_open",
> "ioctl$PERF*",
> "prctl$void",
> "bpf$*",
> "sched_yield"
> ]
>

Yep, that made it work. I'll go have a look.

Thanks!