Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86_64/
Damx_test.c55 u16 max_rows; member
111 xtile.max_rows = this_cpu_property(X86_PROPERTY_AMX_MAX_ROWS); in check_xtile_info()
112 GUEST_ASSERT(xtile.max_rows == 16); in check_xtile_info()
123 cfg->rows[i] = xtile.max_rows; in set_tilecfg()
/tools/perf/ui/stdio/
Dhist.c817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument
839 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()
/tools/perf/util/
Dhist.h200 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
211 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
Dhist.c253 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument
261 while (next && row++ < max_rows) { in hists__output_recalc_col_len()