Searched refs:max_rows (Results 1 – 3 of 3) sorted by relevance
373 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument418 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()
134 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,
184 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument192 while (next && row++ < max_rows) { in hists__output_recalc_col_len()