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 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.c
36
void
hists__set_col_len
(struct hists *hists, enum hist_column col, u16 len)
function
44
hists__set_col_len
(hists, col, len);
55
hists__set_col_len
(hists, col, 0);
65
hists__set_col_len
(hists, dso, unresolved_col_width);
92
hists__set_col_len
(hists, HISTC_THREAD, len + 6);
hist.h
129
void
hists__set_col_len
(struct hists *self, enum hist_column col, u16 len);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c
423
hists__set_col_len
(hists, se->se_width_idx,
Completed in 517 milliseconds