Lines Matching refs:hist_entry
25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
48 struct hist_entry *pair; in __hpp__fmt()
115 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
134 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
154 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, in hist_entry__new_pair()
160 struct hist_entry *pair; in hist_entry__new_pair()
185 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, in __hpp__group_sort_idx()
225 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
264 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
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, in HPP_PERCENT_FNS()
443 struct hist_entry *b __maybe_unused) in HPP_PERCENT_FNS()