Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.c3103 static int str_sort_by_content(const void *a1, const void *a2) in str_sort_by_content() function
3227 qsort(strs.ptrs, strs.cnt, sizeof(strs.ptrs[0]), str_sort_by_content); in btf_dedup_strings()