Skip to content

Commit

Permalink
tools/power turbostat: remove duplicate pc10 column
Browse files Browse the repository at this point in the history
Remove the duplicate pc10 column.

Fixes: be0e54c ("turbostat: Build-in "Low Power Idle" counters support")
Reported-by: Naoya Horiguchi <[email protected]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
lenb committed Aug 31, 2019
1 parent 0353148 commit d743dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ int dump_counters(struct thread_data *t, struct core_data *c,
outp += sprintf(outp, "pc8: %016llX\n", p->pc8);
outp += sprintf(outp, "pc9: %016llX\n", p->pc9);
outp += sprintf(outp, "pc10: %016llX\n", p->pc10);
outp += sprintf(outp, "pc10: %016llX\n", p->pc10);
outp += sprintf(outp, "cpu_lpi: %016llX\n", p->cpu_lpi);
outp += sprintf(outp, "sys_lpi: %016llX\n", p->sys_lpi);
outp += sprintf(outp, "Joules PKG: %0X\n", p->energy_pkg);
Expand Down

0 comments on commit d743dae

Please sign in to comment.