Searched refs:hashmap__set (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/tools/perf/util/ |
| D | expr.c | 100 ret = hashmap__set(ids, id, data_ptr, in ids__insert() 130 ret = hashmap__set(ids1, cur->key, cur->value, in ids__union() 172 ret = hashmap__set(ctx->ids, id, data_ptr, in expr__add_id_val_source_count() 208 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
|
| D | bpf-loader.c | 373 return hashmap__set(bpf_program_hash, prog, priv, NULL, NULL); in program_set_priv() 1210 return hashmap__set(bpf_map_hash, map, priv, NULL, NULL); in map_set_priv()
|
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | hashmap.c | 66 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic() 118 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
| D | btf_dump.c | 1527 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
|
| D | libbpf.c | 5626 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in bpf_core_resolve_relo()
|
| /Linux-v6.1/tools/bpf/bpftool/ |
| D | gen.c | 2100 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in btfgen_record_obj()
|