mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 03:30:53 +07:00
tools/power turbostat: remove blank lines
When the user reuests to collect and show columns that are not present on every row (eg. for every CPU) turbostat still prints an (empty) line for every CPU. Update so no blank lines are printed. old: # turbostat --quiet --show Pkg%pc6 Pkg%pc6 9.12 9.12 Pkg%pc6 9.12 9.12 new: # turbostat --quiet --show Pkg%pc6 Pkg%pc6 9.12 9.12 Pkg%pc6 9.12 9.12 Reported-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
3e8b62bf0c
commit
94d6ab4b11
@ -1028,7 +1028,8 @@ int format_counters(struct thread_data *t, struct core_data *c,
|
||||
}
|
||||
|
||||
done:
|
||||
outp += sprintf(outp, "\n");
|
||||
if (*(outp - 1) != '\n')
|
||||
outp += sprintf(outp, "\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user