Searched refs:fields_a (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 156 u64 **fields_a, u64 **fields_b) in hist_entry__new_pair() 175 *fields_a = fa; in hist_entry__new_pair() 181 *fields_a = *fields_b = NULL; in hist_entry__new_pair() 189 u64 *fields_a, *fields_b; in __hpp__group_sort_idx() local 200 ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__group_sort_idx() 206 ret = field_cmp(fields_a[idx], fields_b[idx]); in __hpp__group_sort_idx() 212 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__group_sort_idx() 219 free(fields_a); in __hpp__group_sort_idx() 231 u64 *fields_a, *fields_b; in __hpp__sort() local 247 i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, in __hpp__sort() 154 hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int nr_members, u64 **fields_a, u64 **fields_b) hist_entry__new_pair() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 157 u64 **fields_a, u64 **fields_b) in hist_entry__new_pair() 176 *fields_a = fa; in hist_entry__new_pair() 182 *fields_a = *fields_b = NULL; in hist_entry__new_pair() 190 u64 *fields_a, *fields_b; in __hpp__group_sort_idx() local 201 ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__group_sort_idx() 207 ret = field_cmp(fields_a[idx], fields_b[idx]); in __hpp__group_sort_idx() 213 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__group_sort_idx() 220 free(fields_a); in __hpp__group_sort_idx() 232 u64 *fields_a, *fields_b; in __hpp__sort() local 248 i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, in __hpp__sort() 155 hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, hpp_field_fn get_field, int nr_members, u64 **fields_a, u64 **fields_b) hist_entry__new_pair() argument [all...] |
Completed in 2 milliseconds