Lines Matching refs:hist_entry
25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,
48 struct hist_entry *pair;
115 struct hist_entry *he, hpp_field_fn get_field,
134 struct hist_entry *he, hpp_field_fn get_field,
154 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b,
160 struct hist_entry *pair;
185 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b,
225 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b,
264 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b,
341 static u64 he_get_##_field(struct hist_entry *he) \
347 struct perf_hpp *hpp, struct hist_entry *he) \
355 struct perf_hpp *hpp, struct hist_entry *he) \
363 struct hist_entry *a, struct hist_entry *b) \
369 static u64 he_get_acc_##_field(struct hist_entry *he) \
375 struct perf_hpp *hpp, struct hist_entry *he) \
383 struct perf_hpp *hpp, struct hist_entry *he) \
391 struct hist_entry *a, struct hist_entry *b) \
397 static u64 he_get_raw_##_field(struct hist_entry *he) \
403 struct perf_hpp *hpp, struct hist_entry *he) \
411 struct hist_entry *a, struct hist_entry *b) \
442 struct hist_entry *a __maybe_unused,
443 struct hist_entry *b __maybe_unused)