Lines Matching refs:get_field

26 		      hpp_field_fn get_field, const char *fmt, int len,  in __hpp__fmt()  argument
40 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
54 u64 period = get_field(pair); in __hpp__fmt()
115 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
121 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
134 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
155 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument
167 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
172 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
186 hpp_field_fn get_field, int idx) in __hpp__group_sort_idx() argument
192 cmp = field_cmp(get_field(a), get_field(b)); in __hpp__group_sort_idx()
200 ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__group_sort_idx()
226 hpp_field_fn get_field) in __hpp__sort() argument
234 return __hpp__group_sort_idx(a, b, get_field, in __hpp__sort()
238 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort()
247 i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__sort()
265 hpp_field_fn get_field) in __hpp__sort_acc() argument
273 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()