Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.c2232 struct hpp_dynamic_entry *hde_b; in __sort__hde_equal() local
2238 hde_b = container_of(b, struct hpp_dynamic_entry, hpp); in __sort__hde_equal()
2240 return hde_a->field == hde_b->field; in __sort__hde_equal()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.c2745 struct hpp_dynamic_entry *hde_b; in __sort__hde_equal() local
2751 hde_b = container_of(b, struct hpp_dynamic_entry, hpp); in __sort__hde_equal()
2753 return hde_a->field == hde_b->field; in __sort__hde_equal()

Completed in 10 milliseconds