Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dfncache.c53 hashmap__set(fncache__get(), key, res, &old_key, /*old_value*/NULL); in update_fncache()
H A Dhashmap.h141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
H A Dpmu.c661 hashmap__set(pmu->aliases, alias->name, alias, /*old_key=*/ NULL, &old_alias); in perf_pmu__new_alias()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c67 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
117 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
289 err = hashmap__set(map, "b", "breadfruit", &old_key, &old_value); in test_hashmap_ptr_iface()
/linux/tools/lib/bpf/
H A Dhashmap.h141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
H A Dbtf_dump.c1656 err = hashmap__set(name_map, new_name, dup_cnt, &old_name, NULL); in btf_dump_name_dups()
H A Dbtf.c5135 err = hashmap__set(names_map, t->name_off, 0, NULL, NULL); in btf_dedup_fill_unique_names_map()
H A Dlibbpf.c5910 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL); in bpf_core_resolve_relo()
/linux/tools/bpf/bpftool/
H A Dgen.c2398 err = hashmap__set(cand_cache, relo->type_id, cands, in btfgen_record_obj()