aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/ui/stdio/hist.c')
-rw-r--r--tools/perf/ui/stdio/hist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/ui/stdio/hist.c b/tools/perf/ui/stdio/hist.c
index 40af0acb4fe9..15b451acbde6 100644
--- a/tools/perf/ui/stdio/hist.c
+++ b/tools/perf/ui/stdio/hist.c
@@ -395,10 +395,12 @@ size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
395 395
396 init_rem_hits(); 396 init_rem_hits();
397 397
398
399 perf_hpp__for_each_format(fmt) 398 perf_hpp__for_each_format(fmt)
400 perf_hpp__reset_width(fmt, hists); 399 perf_hpp__reset_width(fmt, hists);
401 400
401 if (symbol_conf.col_width_list_str)
402 perf_hpp__set_user_width(symbol_conf.col_width_list_str);
403
402 if (!show_header) 404 if (!show_header)
403 goto print_entries; 405 goto print_entries;
404 406