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 __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
160 struct hist_entry *pair; in __hpp__sort()
201 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
278 static u64 he_get_##_field(struct hist_entry *he) \
284 struct perf_hpp *hpp, struct hist_entry *he) \
292 struct perf_hpp *hpp, struct hist_entry *he) \
300 struct hist_entry *a, struct hist_entry *b) \
306 static u64 he_get_acc_##_field(struct hist_entry *he) \
312 struct perf_hpp *hpp, struct hist_entry *he) \
320 struct perf_hpp *hpp, struct hist_entry *he) \
328 struct hist_entry *a, struct hist_entry *b) \
334 static u64 he_get_raw_##_field(struct hist_entry *he) \
340 struct perf_hpp *hpp, struct hist_entry *he) \
348 struct hist_entry *a, struct hist_entry *b) \
379 struct hist_entry *a __maybe_unused, in HPP_PERCENT_FNS()
380 struct hist_entry *b __maybe_unused) in HPP_PERCENT_FNS()