3 lines
133 B
Bash
Executable file
3 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
# description: system-wide min/max/avg wakeup latency
|
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|