Searched refs:hashmap_entry (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() 25 struct hashmap_entry *entry) in hashmap_add_entry() 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 65 struct hashmap_entry *cur, *tmp; in hashmap__clear() 103 struct hashmap_entry **new_buckets; in hashmap_grow() 104 struct hashmap_entry *cur, *tmp; in hashmap_grow() 132 struct hashmap_entry ***pprev, in hashmap_find_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 135 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry() [all …]
|
D | hashmap.h | 60 struct hashmap_entry { struct 69 struct hashmap_entry *next; argument 77 struct hashmap_entry **buckets;
|
D | expr.c | 85 struct hashmap_entry *cur; in ids__free() 116 struct hashmap_entry *cur; in ids__union() 231 struct hashmap_entry *cur; in expr__subset_of_ids() 313 struct hashmap_entry *cur; in expr__ctx_clear() 325 struct hashmap_entry *cur; in expr__ctx_free()
|
D | metricgroup.c | 673 struct hashmap_entry *cur; in metricgroup__build_event_string() 850 struct hashmap_entry *cur; in resolve_metric() 1404 struct hashmap_entry *cur; in build_combined_expr_ctx()
|
D | evsel.c | 3098 struct hashmap_entry *cur; in evsel__zero_per_pkg()
|
/Linux-v6.6/tools/lib/bpf/ |
D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry() 25 struct hashmap_entry *entry) in hashmap_add_entry() 31 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 65 struct hashmap_entry *cur, *tmp; in hashmap__clear() 103 struct hashmap_entry **new_buckets; in hashmap_grow() 104 struct hashmap_entry *cur, *tmp; in hashmap_grow() 132 struct hashmap_entry ***pprev, in hashmap_find_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 135 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry() [all …]
|
D | hashmap.h | 60 struct hashmap_entry { struct 69 struct hashmap_entry *next; argument 77 struct hashmap_entry **buckets;
|
D | btf.c | 3745 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() 4292 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() 4385 struct hashmap_entry *hash_entry; in btf_dedup_ref_type()
|
D | btf_dump.c | 226 struct hashmap_entry *cur; in btf_dump_free_names()
|
D | libbpf.c | 5783 struct hashmap_entry *entry; in bpf_object__relocate_core()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | pids.c | 33 struct hashmap_entry *entry; in add_ref() 179 struct hashmap_entry *entry; in delete_obj_refs_table() 198 struct hashmap_entry *entry; in emit_obj_refs_json() 230 struct hashmap_entry *entry; in emit_obj_refs_plain()
|
D | btf.c | 863 struct hashmap_entry *entry; in show_btf_plain() 896 struct hashmap_entry *entry; in show_btf_json()
|
D | link.c | 487 struct hashmap_entry *entry; in show_link_close_json() 820 struct hashmap_entry *entry; in show_link_close_plain()
|
D | map.c | 525 struct hashmap_entry *entry; in show_map_close_json() 603 struct hashmap_entry *entry; in show_map_close_plain()
|
D | common.c | 548 struct hashmap_entry *entry; in delete_pinned_obj_table()
|
D | prog.c | 485 struct hashmap_entry *entry; in print_prog_json() 561 struct hashmap_entry *entry; in print_prog_plain()
|
D | gen.c | 2043 struct hashmap_entry *entry; in btfgen_record_obj()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 46 struct hashmap_entry *entry, *tmp; in test_hashmap_generic() 263 struct hashmap_entry *cur; in test_hashmap_ptr_iface() 342 struct hashmap_entry *entry; in test_hashmap_multimap() 413 struct hashmap_entry *entry; in test_hashmap_empty()
|
/Linux-v6.6/tools/perf/tests/ |
D | pmu-events.c | 925 struct hashmap_entry *cur; in metric_parse_fake()
|