perf evsel: Fix attr.exclude_kernel setting for default cycles:p
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 10 Jul 2017 19:08:07 +0000 (16:08 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 10 Jul 2017 19:14:48 +0000 (16:14 -0300)
commitd37a369790774af66a4aee61a188384d21b17a43
tree079cbd40c16d49c2813e8afe93e811aac668c451
parentdbf580623d5fee785218d1a47a2bcdf36d85c0e9
perf evsel: Fix attr.exclude_kernel setting for default cycles:p

To allow probing the max attr.precise_ip setting for non-root users
we unconditionally set attr.exclude_kernel, which makes the detection
work but should be done only for !root, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: 97365e81366f ("perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip")
Link: http://lkml.kernel.org/n/tip-bl6bbxzxloonzvm4nvt7oqgj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c