diff options
Diffstat (limited to 'tools/perf/tests/attr/test-record-no-inherit')
-rw-r--r-- | tools/perf/tests/attr/test-record-no-inherit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/attr/test-record-no-inherit b/tools/perf/tests/attr/test-record-no-inherit index 560943decb87..15d1dc162e1c 100644 --- a/tools/perf/tests/attr/test-record-no-inherit +++ b/tools/perf/tests/attr/test-record-no-inherit @@ -1,6 +1,6 @@ [config] command = record -args = -i kill >/dev/null 2>&1 +args = --no-bpf-event -i kill >/dev/null 2>&1 ret = 1 [event:base-record] |