Home
last modified time | relevance | path

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

/tools/perf/util/
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()
1845 hists__calc_col_len(hists, he); in hists__hierarchy_output_resort()
1968 hists__calc_col_len(hists, n); in output_resort()
2125 hists__calc_col_len(hists, h); in hists__remove_entry_filter()
Dhist.h232 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
/tools/perf/
Dbuiltin-c2c.c2205 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()