Lines Matching refs:hist_entry
26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
49 struct hist_entry *pair; in __hpp__fmt()
116 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
135 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
155 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, in hist_entry__new_pair()
161 struct hist_entry *pair; in hist_entry__new_pair()
186 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, in __hpp__group_sort_idx()
226 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
265 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
344 static u64 he_get_##_field(struct hist_entry *he) \
350 struct perf_hpp *hpp, struct hist_entry *he) \
358 struct perf_hpp *hpp, struct hist_entry *he) \
366 struct hist_entry *a, struct hist_entry *b) \
372 static u64 he_get_acc_##_field(struct hist_entry *he) \
378 struct perf_hpp *hpp, struct hist_entry *he) \
386 struct perf_hpp *hpp, struct hist_entry *he) \
394 struct hist_entry *a, struct hist_entry *b) \
400 static u64 he_get_raw_##_field(struct hist_entry *he) \
406 struct perf_hpp *hpp, struct hist_entry *he) \
414 struct hist_entry *a, struct hist_entry *b) \
445 struct hist_entry *a __maybe_unused, in HPP_PERCENT_FNS()
446 struct hist_entry *b __maybe_unused) in HPP_PERCENT_FNS()