Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dsort.c2568 struct hpp_dynamic_entry *hde_b; in __sort__hde_equal() local
2574 hde_b = container_of(b, struct hpp_dynamic_entry, hpp); in __sort__hde_equal()
2576 return hde_a->field == hde_b->field; in __sort__hde_equal()