Searched refs:hashmap__set (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | fncache.c | 53 hashmap__set(fncache__get(), key, res, &old_key, /*old_value*/NULL); in update_fncache()
|
| A D | expr.c | 98 ret = hashmap__set(ids, id, data_ptr, &old_key, &old_data); in ids__insert() 127 ret = hashmap__set(ids1, cur->key, cur->value, &old_key, &old_data); in ids__union() 168 ret = hashmap__set(ctx->ids, id, data_ptr, &old_key, &old_data); in expr__add_id_val_source_count() 207 ret = hashmap__set(ctx->ids, name, data_ptr, &old_key, &old_data); in expr__add_ref()
|
| A D | hashmap.h | 141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
|
| A D | pmu.c | 661 hashmap__set(pmu->aliases, alias->name, alias, /*old_key=*/ NULL, &old_alias); in perf_pmu__new_alias()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 67 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()
|
| /tools/lib/bpf/ |
| A D | hashmap.h | 141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
|
| A D | btf_dump.c | 1656 err = hashmap__set(name_map, new_name, dup_cnt, &old_name, NULL); in btf_dump_name_dups()
|
| A D | btf.c | 5135 err = hashmap__set(names_map, t->name_off, 0, NULL, NULL); in btf_dedup_fill_unique_names_map()
|
| A D | libbpf.c | 5910 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL); in bpf_core_resolve_relo()
|
| /tools/bpf/bpftool/ |
| A D | gen.c | 2398 err = hashmap__set(cand_cache, relo->type_id, cands, in btfgen_record_obj()
|
Completed in 50 milliseconds