diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/tests/attr/test-record-freq | 6 |
1 files changed, 6 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 0000000..600d0f8 --- /dev/null +++ b/tools/perf/tests/attr/test-record-freq @@ -0,0 +1,6 @@ +[config] +command = record +args = -F 100 kill >/dev/null 2>&1 + +[event:base-record] +sample_period=100 |