diff options
Diffstat (limited to 'tools/perf/scripts/perl/bin/wakeup-latency-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/wakeup-latency-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/wakeup-latency-report b/tools/perf/scripts/perl/bin/wakeup-latency-report new file mode 100644 index 000000000..889e8130c --- /dev/null +++ b/tools/perf/scripts/perl/bin/wakeup-latency-report @@ -0,0 +1,3 @@ +#!/bin/bash +# description: system-wide min/max/avg wakeup latency +perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl |