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

/linux-4.1.27/tools/perf/util/
H A Dhist.c24 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) hists__set_col_len() function
32 hists__set_col_len(hists, col, len); hists__new_col_len()
43 hists__set_col_len(hists, col, 0); hists__reset_col_len()
53 hists__set_col_len(hists, dso, unresolved_col_width); hists__set_unres_dso_col_len()
80 hists__set_col_len(hists, HISTC_THREAD, len + 6); hists__calc_col_len()
H A Dhist.h154 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len);

Completed in 113 milliseconds