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