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>
Esse commit está contido em:
Jiri Olsa
2017-07-03 16:50:21 +02:00
commit de Arnaldo Carvalho de Melo
commit 5ced95b237
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@@ -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

Ver arquivo

@@ -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