Searched refs:hashmap__set (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | expr.c | 52 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id() 74 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id_val() 120 ret = hashmap__set(&ctx->ids, name, data_ptr, in expr__add_ref()
|
D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 67 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic() 119 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
/Linux-v5.10/tools/lib/bpf/ |
D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
D | btf_dump.c | 1399 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
|
D | libbpf.c | 5731 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL); in bpf_core_apply_relo()
|