Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / perf / scripts / perl / bin / wakeup-latency-record
diff --git a/kernel/tools/perf/scripts/perl/bin/wakeup-latency-record b/kernel/tools/perf/scripts/perl/bin/wakeup-latency-record
new file mode 100644 (file)
index 0000000..464251a
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+perf record -e sched:sched_switch -e sched:sched_wakeup $@
+
+
+
+