Lines Matching refs:hist_entry
12 struct hist_entry;
91 struct hist_entry *he;
106 struct hist_entry *__hists__add_entry(struct hists *hists,
117 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
118 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
120 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
122 void hist_entry__delete(struct hist_entry *he);
133 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
157 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
195 struct hist_entry *he);
197 struct hist_entry *he);
199 struct hist_entry *a, struct hist_entry *b);
201 struct hist_entry *a, struct hist_entry *b);
203 struct hist_entry *a, struct hist_entry *b);
267 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
272 struct hist_entry *he, hpp_field_fn get_field,
275 struct hist_entry *he, hpp_field_fn get_field,
309 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
334 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()