Searched refs:hashmap__set (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| A D | expr.c | 99 ret = hashmap__set(ids, id, data_ptr, in ids__insert() 129 ret = hashmap__set(ids1, cur->key, cur->value, in ids__union() 171 ret = hashmap__set(ctx->ids, id, data_ptr, in expr__add_id_val_source_count() 216 ret = hashmap__set(ctx->ids, name, data_ptr, in expr__add_ref()
|
| A D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 66 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic() 118 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
| /linux/tools/lib/bpf/ |
| A D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
| A D | btf_dump.c | 1466 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
|
| A D | libbpf.c | 5453 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in bpf_core_apply_relo()
|
Completed in 30 milliseconds