commit | 130ff304f6d31484fc73bb337bc635cba1ffe04c | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Sep 21 22:56:06 2012 -0400 |
committer | Len Brown <len.brown@intel.com> | Wed Sep 26 18:17:21 2012 -0400 |
tree | 16d9cd992fc4b39c2907dd3564352400b70efc75 | |
parent | 6574a5d5053cd3b8e7c088900b80a9ff51895450 [diff] |
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>