Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dbtf.c727 static int btf_type_compare(const void *left, const void *right) in btf_type_compare() function
766 qsort(datums, n, sizeof(struct sort_datum), btf_type_compare); in sort_btf_c()