Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
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()
A Dkprobe_multi_test.c522 err = hashmap__add(map, ksym_name, 0); in get_syms()
/linux/tools/lib/bpf/
A Dstrset.c70 err = hashmap__add(hash, off, off); in strset__new()
A Dhashmap.h138 #define hashmap__add(map, key, value) \ macro
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()
A Dbtf.c4805 err = hashmap__add(names_map, t->name_off, type_id); in btf_dedup_fill_unique_names_map()
/linux/tools/perf/util/
A Dhashmap.h138 #define hashmap__add(map, key, value) \ macro
A Dthreads.c118 if (hashmap__add(&table->shard, tid, res)) { in threads__findnew()
A Dstat.c361 ret = hashmap__add(mask, key, 1); in check_per_pkg()
A Dannotate.c244 if (hashmap__add(src->samples, hash_key, entry) < 0) in __symbol__inc_addr_samples()
/linux/tools/perf/
A Dbuiltin-ftrace.c1029 hashmap__add(ftrace->profile_hash, key, prof); in add_func_duration()

Completed in 31 milliseconds