Lines Matching refs:a
2313 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_cmp() argument
2318 return hse->se->se_cmp(a, b); in __sort__hpp_cmp()
2322 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_collapse() argument
2329 return collapse_fn(a, b); in __sort__hpp_collapse()
2333 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_sort() argument
2340 return sort_fn(a, b); in __sort__hpp_sort()
2376 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK()
2381 if (!perf_hpp__is_sort_entry(a) || !perf_hpp__is_sort_entry(b)) in MK_SORT_ENTRY_CHK()
2384 hse_a = container_of(a, struct hpp_sort_entry, hpp); in MK_SORT_ENTRY_CHK()
2709 struct hist_entry *a, struct hist_entry *b) in __sort__hde_cmp() argument
2721 tep_read_number_field(field, a->raw_data, &dyn); in __sort__hde_cmp()
2734 return memcmp(a->raw_data + offset, b->raw_data + offset, size); in __sort__hde_cmp()
2742 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal() argument
2747 if (!perf_hpp__is_dynamic_entry(a) || !perf_hpp__is_dynamic_entry(b)) in __sort__hde_equal()
2750 hde_a = container_of(a, struct hpp_dynamic_entry, hpp); in __sort__hde_equal()