Home
last modified time | relevance | path

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

/tools/perf/ui/stdio/
Dhist.c373 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument
418 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
445 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
449 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
474 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
/tools/perf/util/
Dhist.h134 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
144 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
Dhist.c184 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument
192 while (next && row++ < max_rows) { in hists__output_recalc_col_len()