diff options
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r-- | tools/perf/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 6959fdecb203..003caa857a44 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -575,7 +575,7 @@ static void abs_printout(int cpu, struct perf_evsel *evsel, double avg) | |||
575 | if (total) | 575 | if (total) |
576 | ratio = avg / total; | 576 | ratio = avg / total; |
577 | 577 | ||
578 | fprintf(stderr, " # %4.2f insns per cycle", ratio); | 578 | fprintf(stderr, " # %4.2f insns per cycle ", ratio); |
579 | 579 | ||
580 | total = avg_stats(&runtime_stalled_cycles_stats[cpu]); | 580 | total = avg_stats(&runtime_stalled_cycles_stats[cpu]); |
581 | 581 | ||