Lines Matching refs:hist_entry
18 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
41 struct hist_entry *pair; in __hpp__fmt()
108 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
127 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
147 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
153 struct hist_entry *pair; in __hpp__sort()
194 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
267 static u64 he_get_##_field(struct hist_entry *he) \
273 struct perf_hpp *hpp, struct hist_entry *he) \
281 struct perf_hpp *hpp, struct hist_entry *he) \
289 struct hist_entry *a, struct hist_entry *b) \
295 static u64 he_get_acc_##_field(struct hist_entry *he) \
301 struct perf_hpp *hpp, struct hist_entry *he) \
309 struct perf_hpp *hpp, struct hist_entry *he) \
317 struct hist_entry *a, struct hist_entry *b) \
323 static u64 he_get_raw_##_field(struct hist_entry *he) \
329 struct perf_hpp *hpp, struct hist_entry *he) \
337 struct hist_entry *a, struct hist_entry *b) \
368 struct hist_entry *a __maybe_unused, in HPP_PERCENT_FNS()
369 struct hist_entry *b __maybe_unused) in HPP_PERCENT_FNS()