Lines Matching refs:hist_entry
21 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
44 struct hist_entry *pair; in __hpp__fmt()
111 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
130 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
150 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
156 struct hist_entry *pair; in __hpp__sort()
197 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
274 static u64 he_get_##_field(struct hist_entry *he) \
280 struct perf_hpp *hpp, struct hist_entry *he) \
288 struct perf_hpp *hpp, struct hist_entry *he) \
296 struct hist_entry *a, struct hist_entry *b) \
302 static u64 he_get_acc_##_field(struct hist_entry *he) \
308 struct perf_hpp *hpp, struct hist_entry *he) \
316 struct perf_hpp *hpp, struct hist_entry *he) \
324 struct hist_entry *a, struct hist_entry *b) \
330 static u64 he_get_raw_##_field(struct hist_entry *he) \
336 struct perf_hpp *hpp, struct hist_entry *he) \
344 struct hist_entry *a, struct hist_entry *b) \
375 struct hist_entry *a __maybe_unused, in HPP_PERCENT_FNS()
376 struct hist_entry *b __maybe_unused) in HPP_PERCENT_FNS()