OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_column
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
hist.h
41
enum
hist_column
{
enum
90
u16 hists__col_len(struct hists *self, enum
hist_column
col);
91
void hists__set_col_len(struct hists *self, enum
hist_column
col, u16 len);
92
bool hists__new_col_len(struct hists *self, enum
hist_column
col, u16 len);
hist.c
20
u16 hists__col_len(struct hists *self, enum
hist_column
col)
25
void hists__set_col_len(struct hists *self, enum
hist_column
col, u16 len)
30
bool hists__new_col_len(struct hists *self, enum
hist_column
col, u16 len)
41
enum
hist_column
col;
Completed in 189 milliseconds