perf: Remove leftover useless options to record trace events from scripts
[deliverable/linux.git] / tools / perf / scripts / perl / bin / workqueue-stats-record
index c2a1a9421133668304cb17486547d3d43a83abbb..85301f2471ff59b774573142a4d4c3db5e40604d 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/bash
-perf record -c 1 -f -a -M -R -e workqueue:workqueue_creation -e workqueue:workqueue_destruction -e workqueue:workqueue_execution -e workqueue:workqueue_insertion $@
+perf record -a -e workqueue:workqueue_creation -e workqueue:workqueue_destruction -e workqueue:workqueue_execution -e workqueue:workqueue_insertion $@
This page took 0.02601 seconds and 5 git commands to generate.