Home
last modified time | relevance | path

Searched defs:col (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dhist.c30 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
35 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
40 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
51 enum hist_column col; in hists__reset_col_len() local
/tools/perf/ui/
Dbrowser.c283 col = browser->width, in ui_browser__scrollbar_set() local
Dhist.c421 void perf_hpp__column_enable(unsigned col) in perf_hpp__column_enable()