Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c1937 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx);
1973 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf()
3726 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx) in btf_dedup_equal_fn() function
3746 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
5214 names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_resolve_fwds()
5740 dist.pipe.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__distill_base()