Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/
Dhist.c145 static int field_cmp(u64 field_a, u64 field_b) in field_cmp() function
163 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort()
189 ret = field_cmp(fields_a[i], fields_b[i]); in __hpp__sort()
210 ret = field_cmp(get_field(a), get_field(b)); in __hpp__sort_acc()