Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dbtf.c1634 static bool btf_dedup_equal_fn(const void *k1, const void *k2, void *ctx);
1670 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf()
3191 static bool btf_dedup_equal_fn(const void *k1, const void *k2, void *ctx) in btf_dedup_equal_fn() function
3211 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()