OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hists__sort_list_width
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
hist.h
121
unsigned int
hists__sort_list_width
(struct hists *self);
hist.c
878
unsigned int
hists__sort_list_width
(struct hists *self)
function
/external/linux-tools-perf/util/ui/browsers/
hists.c
32
self->b.width = 3 + (
hists__sort_list_width
(self->hists) +
Completed in 26 milliseconds