perf: Remove leftover useless options to record trace events from scripts
[pandora-kernel.git] / tools / perf / scripts / python / bin / syscall-counts-record
index 27ccffa..1fc5998 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/bash
-perf record -c 1 -f -a -M -R -e raw_syscalls:sys_enter $@
+perf record -a -e raw_syscalls:sys_enter $@