Home
last modified time | relevance | path

Searched refs:hashmap__set (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dexpr.c100 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()
Dhashmap.h122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
Dbpf-loader.c373 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/
Dhashmap.c66 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/
Dhashmap.h122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
Dbtf_dump.c1527 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
Dlibbpf.c5626 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in bpf_core_resolve_relo()
/Linux-v6.1/tools/bpf/bpftool/
Dgen.c2100 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in btfgen_record_obj()