Tom Zanussi | 1ae4a97 | 2009-11-25 01:15:52 -0600 | [diff] [blame] | 1 | #!/bin/bash |
Tom Zanussi | 4b9c0c5 | 2009-12-15 02:53:38 -0600 | [diff] [blame] | 2 | # description: system-wide min/max/avg wakeup latency |
Tom Zanussi | 00b21a0 | 2010-04-01 23:59:24 -0500 | [diff] [blame] | 3 | perf trace $@ -s ~/libexec/perf-core/scripts/perl/wakeup-latency.pl |
Tom Zanussi | 1ae4a97 | 2009-11-25 01:15:52 -0600 | [diff] [blame] | 4 | |
5 | |||||
6 |