Searched refs:hashmap__new (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 50 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_generic() 268 map = hashmap__new(collision_hash_fn, equal_fn, NULL); in test_hashmap_multimap() 339 map = hashmap__new(hash_fn, equal_fn, NULL); in test_hashmap_empty()
|
| /linux/tools/perf/util/ |
| A D | expr.c | 71 hash = hashmap__new(key_hash, key_equal, NULL); in ids__new() 307 ctx->ids = hashmap__new(key_hash, key_equal, NULL); in expr__ctx_new()
|
| A D | hashmap.h | 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
| A D | hashmap.c | 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|
| A D | stat.c | 313 mask = hashmap__new(pkg_id_hash, pkg_id_equal, NULL); in check_per_pkg()
|
| /linux/tools/lib/bpf/ |
| A D | strset.c | 48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()
|
| A D | hashmap.h | 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn,
|
| A D | hashmap.c | 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() function
|
| A D | btf_dump.c | 166 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new() 172 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
|
| A D | btf.c | 3184 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
|
| A D | libbpf.c | 5487 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
|
| /linux/tools/bpf/bpftool/ |
| A D | pids.c | 103 *map = hashmap__new(hash_fn_for_key_as_id, equal_fn_for_key_as_id, NULL); in build_obj_refs_table()
|
| A D | btf.c | 898 btf_prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show() 900 btf_map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
|
| A D | link.c | 307 link_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
|
| A D | map.c | 699 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
|
| A D | prog.c | 572 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
|
Completed in 68 milliseconds