Searched refs:hashmap__new (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A D | strset.c | 48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()
|
H A D | hashmap.h | 85 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
H A D | hashmap.c | 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|
H A D | btf_dump.c | 171 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 D | usdt.c | 997 specs_hash = hashmap__new(specs_hash_fn, specs_equal_fn, NULL); in usdt_manager_attach_usdt()
|
H A D | btf.c | 1944 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 D | libbpf.c | 6213 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);
|
Completed in 31 milliseconds