Lines Matching full:he
135 struct hist_entry *he; member
182 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
184 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
186 void hist_entry__delete(struct hist_entry *he);
188 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
232 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
279 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he);
281 struct hist_entry *he);
283 struct hist_entry *he);
403 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
423 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
428 struct hist_entry *he, hpp_field_fn get_field,
431 struct hist_entry *he, hpp_field_fn get_field,
477 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
510 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,