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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index 8577bfeb087a..a13f8870d94c 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -564,7 +564,6 @@ static void perf_top__sort_new_samples(void *arg)
564 hists__decay_entries_threaded(&t->sym_evsel->hists, 564 hists__decay_entries_threaded(&t->sym_evsel->hists,
565 top.hide_user_symbols, 565 top.hide_user_symbols,
566 top.hide_kernel_symbols); 566 top.hide_kernel_symbols);
567 hists__output_recalc_col_len(&t->sym_evsel->hists, winsize.ws_row - 3);
568} 567}
569 568
570static void *display_thread_tui(void *arg __used) 569static void *display_thread_tui(void *arg __used)