]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-top.c
perf tools: Show progress on histogram collapsing
[karo-tx-linux.git] / tools / perf / builtin-top.c
index 386d83324a8d0d519800c8b3cba7a6b5defa95f5..76c9264ed0708dee89b07691214f79542c5b8455 100644 (file)
@@ -286,7 +286,7 @@ static void perf_top__print_sym_table(struct perf_top *top)
                return;
        }
 
-       hists__collapse_resort(&top->sym_evsel->hists);
+       hists__collapse_resort(&top->sym_evsel->hists, NULL);
        hists__output_resort(&top->sym_evsel->hists);
        hists__decay_entries(&top->sym_evsel->hists,
                             top->hide_user_symbols,
@@ -552,7 +552,7 @@ static void perf_top__sort_new_samples(void *arg)
        if (t->evlist->selected != NULL)
                t->sym_evsel = t->evlist->selected;
 
-       hists__collapse_resort(&t->sym_evsel->hists);
+       hists__collapse_resort(&t->sym_evsel->hists, NULL);
        hists__output_resort(&t->sym_evsel->hists);
        hists__decay_entries(&t->sym_evsel->hists,
                             t->hide_user_symbols,