diff options
Diffstat (limited to 'tools/perf/ui/stdio/hist.c')
-rw-r--r-- | tools/perf/ui/stdio/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/stdio/hist.c b/tools/perf/ui/stdio/hist.c index fbd4e32d0743..f0ee204f99bb 100644 --- a/tools/perf/ui/stdio/hist.c +++ b/tools/perf/ui/stdio/hist.c | |||
@@ -342,7 +342,7 @@ size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, | |||
342 | const char *sep = symbol_conf.field_sep; | 342 | const char *sep = symbol_conf.field_sep; |
343 | const char *col_width = symbol_conf.col_width_list_str; | 343 | const char *col_width = symbol_conf.col_width_list_str; |
344 | int idx, nr_rows = 0; | 344 | int idx, nr_rows = 0; |
345 | char bf[64]; | 345 | char bf[96]; |
346 | struct perf_hpp dummy_hpp = { | 346 | struct perf_hpp dummy_hpp = { |
347 | .buf = bf, | 347 | .buf = bf, |
348 | .size = sizeof(bf), | 348 | .size = sizeof(bf), |