Lines Matching refs:hist_entry

12 struct hist_entry;
123 struct hist_entry *he;
138 struct hist_entry *hists__add_entry(struct hists *hists,
146 struct hist_entry *hists__add_entry_ops(struct hists *hists,
155 struct hist_entry *hists__add_entry_block(struct hists *hists,
165 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
166 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
168 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
170 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
172 void hist_entry__delete(struct hist_entry *he);
174 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
188 struct hist_entry *hists__get_entry(struct hists *hists, int idx);
192 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
216 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
264 struct hist_entry *he);
266 struct hist_entry *he);
268 struct hist_entry *a, struct hist_entry *b);
270 struct hist_entry *a, struct hist_entry *b);
272 struct hist_entry *a, struct hist_entry *b);
386 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
406 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
411 struct hist_entry *he, hpp_field_fn get_field,
414 struct hist_entry *he, hpp_field_fn get_field,
462 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
503 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused,
573 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
576 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,