Lines Matching refs:hist_entry

12 struct hist_entry;
133 struct hist_entry *he;
148 struct hist_entry *hists__add_entry(struct hists *hists,
156 struct hist_entry *hists__add_entry_ops(struct hists *hists,
165 struct hist_entry *hists__add_entry_block(struct hists *hists,
175 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
176 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
178 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
180 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
182 void hist_entry__delete(struct hist_entry *he);
184 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
198 struct hist_entry *hists__get_entry(struct hists *hists, int idx);
202 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
228 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
275 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he);
277 struct hist_entry *he);
279 struct hist_entry *he);
281 struct hist_entry *a, struct hist_entry *b);
283 struct hist_entry *a, struct hist_entry *b);
285 struct hist_entry *a, struct hist_entry *b);
399 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
419 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
424 struct hist_entry *he, hpp_field_fn get_field,
427 struct hist_entry *he, hpp_field_fn get_field,
475 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
513 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()
583 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
586 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,