Commit 5ced95b2 authored by Jiri Olsa's avatar Jiri Olsa Committed by Arnaldo Carvalho de Melo

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: default avatarJiri 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.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent dde622a5
...@@ -15,7 +15,7 @@ inherit=1 ...@@ -15,7 +15,7 @@ inherit=1
pinned=0 pinned=0
exclusive=0 exclusive=0
exclude_user=0 exclude_user=0
exclude_kernel=0 exclude_kernel=0|1
exclude_hv=0 exclude_hv=0
exclude_idle=0 exclude_idle=0
mmap=1 mmap=1
......
...@@ -15,7 +15,7 @@ inherit=1 ...@@ -15,7 +15,7 @@ inherit=1
pinned=0 pinned=0
exclusive=0 exclusive=0
exclude_user=0 exclude_user=0
exclude_kernel=0 exclude_kernel=0|1
exclude_hv=0 exclude_hv=0
exclude_idle=0 exclude_idle=0
mmap=0 mmap=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment