Home
last modified time | relevance | path

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

/tools/lib/subcmd/
A Dhelp.c135 int max_cols; in pretty_print_string_list() local
139 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
141 if (space < max_cols) in pretty_print_string_list()
142 cols = max_cols / space; in pretty_print_string_list()
/tools/perf/ui/stdio/
A Dhist.c835 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument
885 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/tools/perf/util/
A Dhist.h408 int max_cols, float min_pcnt, FILE *fp,

Completed in 9 milliseconds