Searched refs:max_rows (Results 1 – 3 of 3) sorted by relevance
817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument839 if (max_rows && nr_rows >= max_rows) in hists__fprintf()870 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()883 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
186 void hists__output_recalc_col_len(struct hists *hists, int max_rows);196 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
239 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument247 while (next && row++ < max_rows) { in hists__output_recalc_col_len()