diff options
author | Jiri Olsa <jolsa@kernel.org> | 2017-07-03 16:50:25 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-07-18 23:14:19 -0300 |
commit | 6f193400eaf1de53145cc13ff69f88336e9a9c9a (patch) | |
tree | 89c45a9900246dd643d67d91116f428d1885a9fa /tools/perf/tests | |
parent | a72fe0afa18abd8d05d26944b32850775cb6c941 (diff) | |
download | linux-6f193400eaf1de53145cc13ff69f88336e9a9c9a.tar.gz linux-6f193400eaf1de53145cc13ff69f88336e9a9c9a.tar.bz2 linux-6f193400eaf1de53145cc13ff69f88336e9a9c9a.zip |
perf tests attr: Fix cpu test disabled term setup
The stat command creates all events disabled and enables them either
manualy or via the enable_on_exec bit.
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-11-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests')
-rw-r--r-- | tools/perf/tests/attr/test-stat-C0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/tests/attr/test-stat-C0 b/tools/perf/tests/attr/test-stat-C0 index aa835950751f..67717fe6a65d 100644 --- a/tools/perf/tests/attr/test-stat-C0 +++ b/tools/perf/tests/attr/test-stat-C0 @@ -4,6 +4,6 @@ args = -e cycles -C 0 kill >/dev/null 2>&1 ret = 1 [event:base-stat] -# events are enabled by default when attached to cpu -disabled=0 +# events are disabled by default when attached to cpu +disabled=1 enable_on_exec=0 |