Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c65 err = hashmap__add(map, k, v); in test_hashmap_generic()
109 err = hashmap__add(map, k, v); in test_hashmap_generic()
285 err = hashmap__add(map, "b", "banana"); in test_hashmap_ptr_iface()
H A Dkprobe_multi_test.c376 err = hashmap__add(map, name, 0); in get_syms()
/openbmc/linux/tools/lib/bpf/
H A Dstrset.c70 err = hashmap__add(hash, off, off); in strset__new()
H A Dhashmap.h138 #define hashmap__add(map, key, value) \ macro
H A Dusdt.c928 err = hashmap__add(specs_hash, target->spec_str, *spec_id); in allocate_spec_id()
941 err = hashmap__add(specs_hash, target->spec_str, *spec_id); in allocate_spec_id()
H A Dbtf.c4552 err = hashmap__add(names_map, t->name_off, type_id); in btf_dedup_fill_unique_names_map()
/openbmc/linux/tools/perf/util/
H A Dhashmap.h138 #define hashmap__add(map, key, value) \ macro
H A Dstat.c361 ret = hashmap__add(mask, key, 1); in check_per_pkg()