perf tests attr: Add 1s for exclude_kernel and task base bits

There's an event open fallback which set exclude_kernel=1 in case use
does not have enough privileges. Adding both 0|1 for this attribute,
because we don't know what value it is.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Richter <tmricht@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20170703145030.12903-7-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Jiri Olsa 2017-07-03 16:50:21 +02:00 committed by Arnaldo Carvalho de Melo
parent dde622a506
commit 5ced95b237
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ inherit=1
pinned=0
exclusive=0
exclude_user=0
exclude_kernel=0
exclude_kernel=0|1
exclude_hv=0
exclude_idle=0
mmap=1

View file

@ -15,7 +15,7 @@ inherit=1
pinned=0
exclusive=0
exclude_user=0
exclude_kernel=0
exclude_kernel=0|1
exclude_hv=0
exclude_idle=0
mmap=0