Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c51 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_generic()
52 if (!ASSERT_OK_PTR(map, "hashmap__new")) in test_hashmap_generic()
267 map = hashmap__new(str_hash_fn, str_equal_fn, NULL); in test_hashmap_ptr_iface()
268 if (CHECK(!map, "hashmap__new", "can't allocate hashmap\n")) in test_hashmap_ptr_iface()
348 map = hashmap__new(collision_hash_fn, equal_fn, NULL); in test_hashmap_multimap()
349 if (!ASSERT_OK_PTR(map, "hashmap__new")) in test_hashmap_multimap()
419 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_empty()
420 if (!ASSERT_OK_PTR(map, "hashmap__new")) in test_hashmap_empty()
H A Dkprobe_multi_test.c525 map = hashmap__new(symbol_hash, symbol_equal, NULL); in get_syms()
/linux/tools/perf/util/
H A Dfncache.c25 fncache = hashmap__new(fncache__hash, fncache__equal, /*ctx=*/NULL); in fncache__init()
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 Dstat.c322 mask = hashmap__new(pkg_id_hash, pkg_id_equal, NULL); in check_per_pkg()
H A Dpmu.c1178 pmu->aliases = hashmap__new(aliases__hash, aliases__equal, /*ctx=*/ NULL); in perf_pmu__init()
1293 pmu->aliases = hashmap__new(aliases__hash, aliases__equal, /*ctx=*/ NULL); in perf_pmu__create_placeholder_core_pmu()
H A Dannotate.c139 src->samples = hashmap__new(sym_hist_hash, sym_hist_equal, NULL); in annotated_source__alloc_histograms()
/linux/tools/lib/bpf/
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.c173 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
179 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
H A Dbtf.c1973 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf()
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()
H A Dusdt.c999 specs_hash = hashmap__new(specs_hash_fn, specs_equal_fn, NULL); in usdt_manager_attach_usdt()
H A Dlibbpf.c5947 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
/linux/tools/bpf/bpftool/
H A Dpids.c107 *map = hashmap__new(hash_fn_for_key_as_id, equal_fn_for_key_as_id, NULL); in build_obj_refs_table()
H A Dbtf.c1366 btf_prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
1368 btf_map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
H A Dlink.c1120 link_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
H A Dgen.c2376 cand_cache = hashmap__new(btfgen_hash_fn, btfgen_equal_fn, NULL); in btfgen_record_obj()
H A Dprog.c642 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
/linux/tools/perf/
H A Dbuiltin-ftrace.c1211 ftrace->profile_hash = hashmap__new(profile_hash, profile_equal, NULL); in prepare_func_profile()
H A Dbuiltin-trace.c1567 return hashmap__new(syscall_id_hash, syscall_id_equal, NULL); in alloc_syscall_stats()