Searched refs:hashmap_entry (Results 1 – 25 of 27) sorted by relevance
12
| /tools/perf/util/ |
| A D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_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() 158 struct hashmap_entry *entry; in hashmap_insert() 208 struct hashmap_entry *entry; in hashmap_find() [all …]
|
| A D | hashmap.h | 60 struct hashmap_entry { struct 69 struct hashmap_entry *next; argument 77 struct hashmap_entry **buckets;
|
| A D | expr.c | 78 struct hashmap_entry *cur; in ids__free() 109 struct hashmap_entry *cur; in ids__union() 230 struct hashmap_entry *cur; in expr__subset_of_ids() 309 struct hashmap_entry *cur; in expr__ctx_clear() 321 struct hashmap_entry *cur; in expr__ctx_free()
|
| A D | threads.c | 139 struct hashmap_entry *cur, *tmp; in threads__remove_all_threads() 174 struct hashmap_entry *cur; in threads__for_each_thread()
|
| A D | hwmon_pmu.c | 239 struct hashmap_entry *cur, *tmp; in hwmon_pmu__read_events() 396 struct hashmap_entry *cur, *tmp; in hwmon_pmu__exit() 462 struct hashmap_entry *cur; in hwmon_pmu__for_each_event() 559 struct hashmap_entry *cur; in hwmon_pmu__have_event() 601 struct hashmap_entry *cur; in hwmon_pmu__config_term()
|
| A D | metricgroup.c | 553 struct hashmap_entry *cur; in metricgroup__build_event_string() 735 struct hashmap_entry *cur; in resolve_metric() 1206 struct hashmap_entry *cur; in build_combined_expr_ctx()
|
| A D | bpf-trace-summary.c | 376 struct hashmap_entry *entry; in trace_print_bpf_summary()
|
| A D | pmu.c | 438 struct hashmap_entry *entry; in perf_pmu__del_aliases() 2073 struct hashmap_entry *entry; in perf_pmu__for_each_event() 2580 struct hashmap_entry *entry; in perf_pmu__name_from_config()
|
| A D | bpf_lock_contention.c | 102 struct hashmap_entry *cur; in exit_slab_cache_iter()
|
| A D | annotate.c | 115 struct hashmap_entry *cur; in annotated_source__delete()
|
| /tools/lib/bpf/ |
| A D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_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() 158 struct hashmap_entry *entry; in hashmap_insert() 208 struct hashmap_entry *entry; in hashmap_find() [all …]
|
| A D | hashmap.h | 60 struct hashmap_entry { struct 69 struct hashmap_entry *next; argument 77 struct hashmap_entry **buckets;
|
| A D | btf.c | 4269 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() 4873 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() 4966 struct hashmap_entry *hash_entry; in btf_dedup_ref_type()
|
| A D | btf_dump.c | 228 struct hashmap_entry *cur; in btf_dump_free_names()
|
| /tools/bpf/bpftool/ |
| A D | pids.c | 33 struct hashmap_entry *entry; in add_ref() 186 struct hashmap_entry *entry; in delete_obj_refs_table() 205 struct hashmap_entry *entry; in emit_obj_refs_json() 237 struct hashmap_entry *entry; in emit_obj_refs_plain()
|
| A D | link.c | 574 struct hashmap_entry *entry; in show_link_close_json() 971 struct hashmap_entry *entry; in show_link_close_plain()
|
| A D | map.c | 525 struct hashmap_entry *entry; in show_map_close_json() 603 struct hashmap_entry *entry; in show_map_close_plain()
|
| A D | btf.c | 1246 struct hashmap_entry *entry; in show_btf_plain() 1279 struct hashmap_entry *entry; in show_btf_json()
|
| A D | common.c | 624 struct hashmap_entry *entry; in delete_pinned_obj_table()
|
| A D | prog.c | 486 struct hashmap_entry *entry; in print_prog_json() 565 struct hashmap_entry *entry; in print_prog_plain()
|
| A D | gen.c | 2349 struct hashmap_entry *entry; in btfgen_record_obj()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A 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()
|
| /tools/perf/ |
| A D | builtin-ftrace.c | 1335 const struct hashmap_entry *e1 = *(const struct hashmap_entry **)a; in cmp_profile_data() 1336 const struct hashmap_entry *e2 = *(const struct hashmap_entry **)b; in cmp_profile_data() 1372 struct hashmap_entry *entry, **profile; in print_profile_result()
|
| A D | builtin-trace.c | 1572 struct hashmap_entry *pos; in delete_syscall_stats() 4797 struct hashmap_entry *pos; in syscall__sort_stats()
|
| /tools/perf/tests/ |
| A D | pmu-events.c | 954 struct hashmap_entry *cur; in metric_parse_fake()
|
Completed in 80 milliseconds
12