aboutsummaryrefslogtreecommitdiffstats
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-record6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/wakeup-latency-record b/tools/perf/scripts/perl/bin/wakeup-latency-record
new file mode 100644
index 00000000..464251a1
--- /dev/null
+++ b/tools/perf/scripts/perl/bin/wakeup-latency-record
@@ -0,0 +1,6 @@
+#!/bin/bash
+perf record -e sched:sched_switch -e sched:sched_wakeup $@
+
+
+
+