diff options
-rw-r--r-- | tools/perf/tests/attr/test-record-group1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/attr/test-record-group1 b/tools/perf/tests/attr/test-record-group1 index 4d688a13fd2f..c5548d054aff 100644 --- a/tools/perf/tests/attr/test-record-group1 +++ b/tools/perf/tests/attr/test-record-group1 | |||
@@ -1,6 +1,6 @@ | |||
1 | [config] | 1 | [config] |
2 | command = record | 2 | command = record |
3 | args = -e '{cycles,instructions}' kill >/tmp/krava 2>&1 | 3 | args = -e '{cycles,instructions}' kill >/dev/null 2>&1 |
4 | 4 | ||
5 | [event-1:base-record] | 5 | [event-1:base-record] |
6 | fd=1 | 6 | fd=1 |