Lines Matching refs:get_field
19 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt() argument
33 percent = 100.0 * get_field(he) / total; in __hpp__fmt()
37 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
47 u64 period = get_field(pair); in __hpp__fmt()
108 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() argument
114 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
123 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
127 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc() argument
135 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
148 hpp_field_fn get_field) in __hpp__sort() argument
156 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort()
173 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
178 fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
195 hpp_field_fn get_field) in __hpp__sort_acc() argument
203 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()