Lines Matching refs:he
91 struct hist_entry *he; member
120 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
122 void hist_entry__delete(struct hist_entry *he);
157 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
195 struct hist_entry *he);
197 struct hist_entry *he);
267 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
272 struct hist_entry *he, hpp_field_fn get_field,
275 struct hist_entry *he, hpp_field_fn get_field,
309 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
334 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()