Message ID | 20180716132626.163661-1-dedekind1@gmail.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
diff --git a/turbostat.c b/turbostat.c index 4d14bbb..9013051 100644 --- a/turbostat.c +++ b/turbostat.c @@ -1169,7 +1169,7 @@ void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_ printed = 1; - if (summary_only) + if (summary_only && topo.num_cpus > 1) return; for_all_cpus(format_counters, t, c, p);