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/perf-3.12.0/tools/perf/util/
hist.h
40
enum
hist_column
{
enum
128
u16 hists__col_len(struct hists *self, enum
hist_column
col);
129
void hists__set_col_len(struct hists *self, enum
hist_column
col, u16 len);
130
bool hists__new_col_len(struct hists *self, enum
hist_column
col, u16 len);
hist.c
31
u16 hists__col_len(struct hists *hists, enum
hist_column
col)
36
void hists__set_col_len(struct hists *hists, enum
hist_column
col, u16 len)
41
bool hists__new_col_len(struct hists *hists, enum
hist_column
col, u16 len)
52
enum
hist_column
col;
Completed in 66 milliseconds