Home
last modified time | relevance | path

Searched refs:fields_a (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/perf/ui/
Dhist.c156 u64 **fields_a, u64 **fields_b) in hist_entry__new_pair() argument
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, &fields_b); in __hpp__sort()
[all …]