Commit e7c95ff3 authored by Len Brown's avatar Len Brown
Browse files

tools/power turbostat: tweak whitespace in output format



turbostat -S
output was off by 1 space before this patch.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a138b568
Loading
Loading
Loading
Loading
+40 −40
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ int get_msr(int cpu, off_t offset, unsigned long long *msr)
 * Example Format w/ field column widths:
 *
 *  Package    Core     CPU Avg_MHz Bzy_MHz TSC_MHz     SMI   %Busy CPU_%c1 CPU_%c3 CPU_%c6 CPU_%c7 CoreTmp  PkgTmp Pkg%pc2 Pkg%pc3 Pkg%pc6 Pkg%pc7 PkgWatt CorWatt GFXWatt
 * 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567 1234567
 * 123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678123456781234567812345678
 */

void print_header(void)