OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hists__set_col_len
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
hist.h
91
void
hists__set_col_len
(struct hists *self, enum hist_column col, u16 len);
hist.c
25
void
hists__set_col_len
(struct hists *self, enum hist_column col, u16 len)
function
33
hists__set_col_len
(self, col, len);
44
hists__set_col_len
(self, col, 0);
59
hists__set_col_len
(self, HISTC_DSO,
65
hists__set_col_len
(self, HISTC_THREAD, len + 6);
805
hists__set_col_len
(self, se->se_width_idx,
Completed in 24 milliseconds