Lines Matching refs:hist_entry
26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,
49 struct hist_entry *pair;
116 struct hist_entry *he, hpp_field_fn get_field,
135 struct hist_entry *he, hpp_field_fn get_field,
155 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b,
161 struct hist_entry *pair;
186 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b,
226 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b,
265 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b,
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,
446 struct hist_entry *b __maybe_unused)