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

/linux-master/tools/perf/util/
H A Dhist.c48 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) function
56 hists__set_col_len(hists, col, len);
67 hists__set_col_len(hists, col, 0);
77 hists__set_col_len(hists, dso, unresolved_col_width);
106 hists__set_col_len(hists, HISTC_THREAD, len + 8);
H A Dhist.h232 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len);

Completed in 121 milliseconds