Searched defs:hists (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/tools/perf/util/ |
D | hist.h | 50 struct hists { struct 66 struct hist_entry *__hists__add_entry(struct hists *self, argument
|
D | hist.c | 26 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() 31 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len() 36 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len() 45 static void hists__reset_col_len(struct hists *hists) in hists__reset_col_len() 53 static void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 106 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 121 static void __hists__decay_entries(struct hists *hists, bool zap_user, in __hists__decay_entries() 150 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries() 155 void hists__decay_entries_threaded(struct hists *hists, in hists__decay_entries_threaded() 182 static void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h) in hists__inc_nr_entries() [all …]
|
D | session.h | 42 struct hists hists; member
|
D | evsel.h | 57 struct hists hists; member
|
D | evsel.c | 37 static void hists__init(struct hists *hists) in hists__init()
|
/linux-3.3/tools/perf/ |
D | builtin-report.c | 222 struct hists *hists = &pos->hists; in perf_evlist__tty_browse_hists() local 316 struct hists *hists = &pos->hists; in __cmd_report() local
|
D | builtin-annotate.c | 206 struct hists *hists = &pos->hists; in __cmd_annotate() local
|
/linux-3.3/tools/perf/util/ui/browsers/ |
D | hists.c | 23 struct hists *hists; member 800 static struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()
|