xref: /linux/tools/perf/scripts/perl/bin/wakeup-latency-report (revision bc030d6cb9532877c1c5a3f5e7123344fa24a285)
1#!/bin/bash
2# description: system-wide min/max/avg wakeup latency
3perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
4
5
6
7