diff options
Diffstat (limited to 'tools/perf/tests/shell/attr/test-record-no-buffering')
-rw-r--r-- | tools/perf/tests/shell/attr/test-record-no-buffering | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/perf/tests/shell/attr/test-record-no-buffering b/tools/perf/tests/shell/attr/test-record-no-buffering new file mode 100644 index 000000000000..583dcbb078ba --- /dev/null +++ b/tools/perf/tests/shell/attr/test-record-no-buffering @@ -0,0 +1,9 @@ +[config] +command = record +args = --no-bpf-event --no-buffering kill >/dev/null 2>&1 +ret = 1 + +[event:base-record] +sample_type=263 +watermark=0 +wakeup_events=1 |