Searched refs:hashmap__add (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 65 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 D | kprobe_multi_test.c | 522 err = hashmap__add(map, ksym_name, 0); in get_syms()
|
| /linux/tools/lib/bpf/ |
| A D | strset.c | 70 err = hashmap__add(hash, off, off); in strset__new()
|
| A D | hashmap.h | 138 #define hashmap__add(map, key, value) \ macro
|
| A D | usdt.c | 928 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 D | btf.c | 4805 err = hashmap__add(names_map, t->name_off, type_id); in btf_dedup_fill_unique_names_map()
|
| /linux/tools/perf/util/ |
| A D | hashmap.h | 138 #define hashmap__add(map, key, value) \ macro
|
| A D | threads.c | 118 if (hashmap__add(&table->shard, tid, res)) { in threads__findnew()
|
| A D | stat.c | 361 ret = hashmap__add(mask, key, 1); in check_per_pkg()
|
| A D | annotate.c | 244 if (hashmap__add(src->samples, hash_key, entry) < 0) in __symbol__inc_addr_samples()
|
| /linux/tools/perf/ |
| A D | builtin-ftrace.c | 1029 hashmap__add(ftrace->profile_hash, key, prof); in add_func_duration()
|
Completed in 31 milliseconds