hashmap__new
btf_prog_table = hashmap__new(hash_fn_for_key_as_id,
btf_map_table = hashmap__new(hash_fn_for_key_as_id,
cand_cache = hashmap__new(btfgen_hash_fn, btfgen_equal_fn, NULL);
link_table = hashmap__new(hash_fn_for_key_as_id,
map_table = hashmap__new(hash_fn_for_key_as_id,
*map = hashmap__new(hash_fn_for_key_as_id, equal_fn_for_key_as_id, NULL);
prog_table = hashmap__new(hash_fn_for_key_as_id,
p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL);
names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
dist.pipe.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL);
d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL);
struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);
hash = hashmap__new(strset_hash_fn, strset_equal_fn, set);
specs_hash = hashmap__new(specs_hash_fn, specs_equal_fn, NULL);
ftrace->profile_hash = hashmap__new(profile_hash, profile_equal, NULL);
return hashmap__new(syscall_id_hash, syscall_id_equal, NULL);
browser->type_hash = hashmap__new(type_hash, type_equal,
browser.type_hash = hashmap__new(type_hash, type_equal, /*ctx=*/NULL);
src->samples = hashmap__new(sym_hist_hash, sym_hist_equal, NULL);
ctx->ids = hashmap__new(key_hash, key_equal, NULL);
hash = hashmap__new(key_hash, key_equal, NULL);
fncache = hashmap__new(fncache__hash, fncache__equal, /*ctx=*/NULL);
struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
pmu->aliases = hashmap__new(aliases__hash, aliases__equal, /*ctx=*/ NULL);
pmu->aliases = hashmap__new(aliases__hash, aliases__equal, /*ctx=*/ NULL);
struct hashmap *tmp = hashmap__new(get_counter_name_hash_fn,
mask = hashmap__new(pkg_id_hash, pkg_id_equal, NULL);
map = hashmap__new(str_hash_fn, str_equal_fn, NULL);
map = hashmap__new(collision_hash_fn, equal_fn, NULL);
map = hashmap__new(hash_fn, equal_fn, NULL);
map = hashmap__new(hash_fn, equal_fn, NULL);
map = hashmap__new(symbol_hash, symbol_equal, NULL);