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