aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r--tools/perf/builtin-top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index 386d83324a8d..76c9264ed070 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -286,7 +286,7 @@ static void perf_top__print_sym_table(struct perf_top *top)
286 return; 286 return;
287 } 287 }
288 288
289 hists__collapse_resort(&top->sym_evsel->hists); 289 hists__collapse_resort(&top->sym_evsel->hists, NULL);
290 hists__output_resort(&top->sym_evsel->hists); 290 hists__output_resort(&top->sym_evsel->hists);
291 hists__decay_entries(&top->sym_evsel->hists, 291 hists__decay_entries(&top->sym_evsel->hists,
292 top->hide_user_symbols, 292 top->hide_user_symbols,
@@ -552,7 +552,7 @@ static void perf_top__sort_new_samples(void *arg)
552 if (t->evlist->selected != NULL) 552 if (t->evlist->selected != NULL)
553 t->sym_evsel = t->evlist->selected; 553 t->sym_evsel = t->evlist->selected;
554 554
555 hists__collapse_resort(&t->sym_evsel->hists); 555 hists__collapse_resort(&t->sym_evsel->hists, NULL);
556 hists__output_resort(&t->sym_evsel->hists); 556 hists__output_resort(&t->sym_evsel->hists);
557 hists__decay_entries(&t->sym_evsel->hists, 557 hists__decay_entries(&t->sym_evsel->hists,
558 t->hide_user_symbols, 558 t->hide_user_symbols,