Searched refs:btf_dedup_equal_fn (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | btf.c | 1646 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx); 1682 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf() 3210 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx) in btf_dedup_equal_fn() function 3230 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new() 4633 names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_resolve_fwds()
|