Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c80 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() function
264 hists__calc_col_len(hists, n); in hists__output_recalc_col_len()
1850 hists__calc_col_len(hists, he); in hists__hierarchy_output_resort()
1973 hists__calc_col_len(hists, n); in output_resort()
2130 hists__calc_col_len(hists, h); in hists__remove_entry_filter()
H A Dhist.h232 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2205 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()