Home
last modified time | relevance | path

Searched refs:hists__set_col_len (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dhist.c47 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len() function
55 hists__set_col_len(hists, col, len); in hists__new_col_len()
66 hists__set_col_len(hists, col, 0); in hists__reset_col_len()
76 hists__set_col_len(hists, dso, unresolved_col_width); in hists__set_unres_dso_col_len()
105 hists__set_col_len(hists, HISTC_THREAD, len + 8); in hists__calc_col_len()
Dhist.h223 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len);