]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools/power turbostat: make -M output pretty
authorLen Brown <len.brown@intel.com>
Sat, 22 Sep 2012 02:56:06 +0000 (22:56 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 22 Sep 2012 02:56:06 +0000 (22:56 -0400)
commit20c04b5bc12f1e1f2d06543660b1ea7720164b5d
tree823ff20c375c5603a013e41194eb2d723851b7f6
parent4d2293991e7b0f29281456ab728b95bc9b05dc6a
tools/power turbostat: make -M output pretty

The -M option dumps the specified 64-bit MSR with every sample.

Previously it was output at the end of each line.
However, with the v2 style of printing, the lines are now staggered,
making MSR output hard to read.

So move the MSR output column to the left where things are aligned.

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c