Searched refs:field_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 145 static int field_cmp(u64 field_a, u64 field_b) in field_cmp() function 192 cmp = field_cmp(get_field(a), get_field(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() 238 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort() 252 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__sort() 273 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 146 static int field_cmp(u64 field_a, u64 field_b) in field_cmp() function 193 cmp = field_cmp(get_field(a), get_field(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() 239 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort() 253 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__sort() 274 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()
|
Completed in 4 milliseconds