Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/
H A Dhist.c153 static int field_cmp(u64 field_a, u64 field_b) in field_cmp() function
200 cmp = field_cmp(get_field(a), get_field(b)); in __hpp__group_sort_idx()
214 ret = field_cmp(fields_a[idx], fields_b[idx]); in __hpp__group_sort_idx()
220 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__group_sort_idx()
246 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort()
260 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__sort()
281 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()