Lines Matching refs:hist_entry

12 struct hist_entry;
129 struct hist_entry *he;
144 struct hist_entry *hists__add_entry(struct hists *hists,
152 struct hist_entry *hists__add_entry_ops(struct hists *hists,
161 struct hist_entry *hists__add_entry_block(struct hists *hists,
171 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
172 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
174 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
176 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
178 void hist_entry__delete(struct hist_entry *he);
180 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
194 struct hist_entry *hists__get_entry(struct hists *hists, int idx);
198 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
223 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
271 struct hist_entry *he);
273 struct hist_entry *he);
275 struct hist_entry *a, struct hist_entry *b);
277 struct hist_entry *a, struct hist_entry *b);
279 struct hist_entry *a, struct hist_entry *b);
394 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
414 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
419 struct hist_entry *he, hpp_field_fn get_field,
422 struct hist_entry *he, hpp_field_fn get_field,
470 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
508 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()
578 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
581 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,