Home
last modified time | relevance | path

Searched refs:max_cols (Results 1 – 3 of 3) sorted by relevance

/tools/lib/subcmd/
Dhelp.c107 int max_cols; in pretty_print_string_list() local
111 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
113 if (space < max_cols) in pretty_print_string_list()
114 cols = max_cols / space; in pretty_print_string_list()
/tools/perf/ui/stdio/
Dhist.c723 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument
768 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, use_callchain); in hists__fprintf()
/tools/perf/util/
Dhist.h177 int max_cols, float min_pcnt, FILE *fp,