diff options
Diffstat (limited to 'tools/perf/tests/attr/test-stat-C0')
-rw-r--r-- | tools/perf/tests/attr/test-stat-C0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/perf/tests/attr/test-stat-C0 b/tools/perf/tests/attr/test-stat-C0 new file mode 100644 index 000000000..a2c76d10b --- /dev/null +++ b/tools/perf/tests/attr/test-stat-C0 @@ -0,0 +1,10 @@ +[config] +command = stat +args = -e cycles -C 0 kill >/dev/null 2>&1 +ret = 1 + +[event:base-stat] +# events are disabled by default when attached to cpu +disabled=1 +enable_on_exec=0 +optional=1 |