Lines Matching refs:hist_entry
12 struct hist_entry;
98 struct hist_entry *he;
113 struct hist_entry *__hists__add_entry(struct hists *hists,
123 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
124 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
126 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
128 void hist_entry__delete(struct hist_entry *he);
139 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
164 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
202 struct hist_entry *he);
204 struct hist_entry *he);
206 struct hist_entry *a, struct hist_entry *b);
208 struct hist_entry *a, struct hist_entry *b);
210 struct hist_entry *a, struct hist_entry *b);
274 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
279 struct hist_entry *he, hpp_field_fn get_field,
282 struct hist_entry *he, hpp_field_fn get_field,
316 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
341 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()