aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/perl/bin/wakeup-latency-record
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/perl/bin/wakeup-latency-record')
-rw-r--r--tools/perf/scripts/perl/bin/wakeup-latency-record2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/bin/wakeup-latency-record b/tools/perf/scripts/perl/bin/wakeup-latency-record
index 9f2acaaae9f..464251a1bd7 100644
--- a/tools/perf/scripts/perl/bin/wakeup-latency-record
+++ b/tools/perf/scripts/perl/bin/wakeup-latency-record
@@ -1,5 +1,5 @@
#!/bin/bash
-perf record -a -e sched:sched_switch -e sched:sched_wakeup $@
+perf record -e sched:sched_switch -e sched:sched_wakeup $@