Lines Matching refs:hist_entry
13 struct hist_entry;
115 struct hist_entry *he;
130 struct hist_entry *hists__add_entry(struct hists *hists,
138 struct hist_entry *hists__add_entry_ops(struct hists *hists,
153 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
154 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
156 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
158 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
160 void hist_entry__delete(struct hist_entry *he);
162 typedef int (*hists__resort_cb_t)(struct hist_entry *he);
176 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
202 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
248 struct hist_entry *he);
250 struct hist_entry *he);
252 struct hist_entry *a, struct hist_entry *b);
254 struct hist_entry *a, struct hist_entry *b);
256 struct hist_entry *a, struct hist_entry *b);
371 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
391 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
396 struct hist_entry *he, hpp_field_fn get_field,
399 struct hist_entry *he, hpp_field_fn get_field,
436 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
467 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()
515 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
518 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,