• Home
  • Raw
  • Download

Lines Matching refs:get_field

27 		      hpp_field_fn get_field, const char *fmt, int len,  in __hpp__fmt()  argument
41 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
55 u64 period = get_field(pair); in __hpp__fmt()
116 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
122 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
135 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
156 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair() argument
168 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
173 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
187 hpp_field_fn get_field, int idx) in __hpp__group_sort_idx() argument
193 cmp = field_cmp(get_field(a), get_field(b)); in __hpp__group_sort_idx()
201 ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__group_sort_idx()
227 hpp_field_fn get_field) in __hpp__sort() argument
235 return __hpp__group_sort_idx(a, b, get_field, in __hpp__sort()
239 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort()
248 i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__sort()
266 hpp_field_fn get_field) in __hpp__sort_acc() argument
274 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()