Commit 00e12e03 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cd40c1fb
......@@ -421,7 +421,9 @@ header() {
ls -vd $cpu/cpuidle/state[0-9]* | \
while read state; do
# XXX add target residency? (clarify about its meaning)
echo -n " `cat $state/name`(`cat $state/latency`μs)"
echo -n " "
test "`cat $state/disable`" = "1" && echo -n "!"
echo -n "`cat $state/name`(`cat $state/latency`μs)"
done
echo
# XXX warn if freq != stable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment