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