]> git.kernelconcepts.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>
Wed, 26 Sep 2012 22:17:21 +0000 (18:17 -0400)
commit130ff304f6d31484fc73bb337bc635cba1ffe04c
tree16d9cd992fc4b39c2907dd3564352400b70efc75
parent6574a5d5053cd3b8e7c088900b80a9ff51895450
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