diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 4d14bbbf9b63..81a1df0fb5e2 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
| @@ -1163,9 +1163,7 @@ void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_ | |||
| 1163 | if (!printed || !summary_only) | 1163 | if (!printed || !summary_only) |
| 1164 | print_header("\t"); | 1164 | print_header("\t"); |
| 1165 | 1165 | ||
| 1166 | if (topo.num_cpus > 1) | 1166 | format_counters(&average.threads, &average.cores, &average.packages); |
| 1167 | format_counters(&average.threads, &average.cores, | ||
| 1168 | &average.packages); | ||
| 1169 | 1167 | ||
| 1170 | printed = 1; | 1168 | printed = 1; |
| 1171 | 1169 | ||
