OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:se_width_idx
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
sort.c
35
.
se_width_idx
= HISTC_THREAD,
43
.
se_width_idx
= HISTC_COMM,
50
.
se_width_idx
= HISTC_DSO,
57
.
se_width_idx
= HISTC_SYMBOL,
64
.
se_width_idx
= HISTC_PARENT,
71
.
se_width_idx
= HISTC_CPU,
sort.h
106
u8
se_width_idx
;
member in struct:sort_entry
hist.c
706
hists__col_len(hists, se->
se_width_idx
));
732
left_margin = hists__col_len(hists, se->
se_width_idx
);
805
hists__set_col_len(self, se->
se_width_idx
,
812
if (!hists__new_col_len(self, se->
se_width_idx
, width))
813
width = hists__col_len(self, se->
se_width_idx
);
836
width = hists__col_len(self, se->
se_width_idx
);
897
ret += 2 + hists__col_len(self, se->
se_width_idx
);
Completed in 54 milliseconds