aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r--tools/perf/builtin-stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index a027b4712e48..3f4a2c21b824 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -1214,7 +1214,8 @@ static void aggr_update_shadow(void)
1214 val += perf_counts(counter->counts, cpu, 0)->val; 1214 val += perf_counts(counter->counts, cpu, 0)->val;
1215 } 1215 }
1216 perf_stat__update_shadow_stats(counter, val, 1216 perf_stat__update_shadow_stats(counter, val,
1217 first_shadow_cpu(counter, id)); 1217 first_shadow_cpu(counter, id),
1218 &rt_stat);
1218 } 1219 }
1219 } 1220 }
1220} 1221}