Home
last modified time | relevance | path

Searched refs:hashmap__new (Results 1 - 7 of 7) sorted by relevance

/third_party/libbpf/src/
H A Dstrset.c48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()
H A Dhashmap.h85 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
H A Dhashmap.c51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
H A Dbtf_dump.c171 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
177 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
H A Dusdt.c997 specs_hash = hashmap__new(specs_hash_fn, specs_equal_fn, NULL); in usdt_manager_attach_usdt()
H A Dbtf.c1944 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
3492 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL);
4895 names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
H A Dlibbpf.c6213 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);

Completed in 31 milliseconds