/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 94 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 236 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 244 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 304 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_multimap() function 359 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_empty() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 92 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 230 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 238 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_generic() function 319 hashmap__for_each_entry(map, cur, bkt) { in test_hashmap_ptr_iface() function 320 if (CHECK(i != 0, "hashmap__for_each_entry", "too many entries")) in test_hashmap_ptr_iface() 382 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_multimap() function 436 hashmap__for_each_entry(map, entry, bkt) { in test_hashmap_empty() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | expr.c | 91 hashmap__for_each_entry(ids, cur, bkt) { in ids__free() function 133 hashmap__for_each_entry(ids2, cur, bkt) { in ids__union() function 235 hashmap__for_each_entry(needles->ids, cur, bkt) { in expr__subset_of_ids() 316 hashmap__for_each_entry(ctx->ids, cur, bkt) { in expr__ctx_clear() 332 hashmap__for_each_entry(ctx->ids, cur, bkt) { in expr__ctx_free()
|
H A D | hashmap.h | 163 * hashmap__for_each_entry - iterate over all entries in hashmap 168 #define hashmap__for_each_entry(map, cur, bkt) \ macro
|
H A D | metricgroup.c | 681 hashmap__for_each_entry(ctx->ids, cur, bkt) { in metricgroup__build_event_string() 867 hashmap__for_each_entry(root_metric->pctx->ids, cur, bkt) { in resolve_metric() 1416 hashmap__for_each_entry(m->pctx->ids, cur, bkt) { in build_combined_expr_ctx()
|
H A D | evsel.c | 3101 hashmap__for_each_entry(evsel->per_pkg_mask, cur, bkt) in evsel__zero_per_pkg()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pmu-events.c | 499 hashmap__for_each_entry((&ctx.ids), cur, bkt) in test_parsing() 502 hashmap__for_each_entry((&ctx.ids), cur, bkt) { in test_parsing() function 554 hashmap__for_each_entry((&ctx.ids), cur, bkt) in metric_parse_fake() 557 hashmap__for_each_entry((&ctx.ids), cur, bkt) { in metric_parse_fake() function
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | pmu-events.c | 950 hashmap__for_each_entry(ctx->ids, cur, bkt) in metric_parse_fake() 953 hashmap__for_each_entry(ctx->ids, cur, bkt) { in metric_parse_fake() 967 hashmap__for_each_entry(ctx->ids, cur, bkt) in metric_parse_fake()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | hashmap.h | 150 * hashmap__for_each_entry - iterate over all entries in hashmap 155 #define hashmap__for_each_entry(map, cur, bkt) \ macro
|
H A D | btf_dump.c | 196 hashmap__for_each_entry(map, cur, bkt) in btf_dump_free_names()
|
H A D | libbpf.c | 5990 hashmap__for_each_entry(cand_cache, entry, i) { in bpf_object__relocate_core() function
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hashmap.h | 150 * hashmap__for_each_entry - iterate over all entries in hashmap 155 #define hashmap__for_each_entry(map, cur, bkt) \ macro
|
H A D | metricgroup.c | 609 hashmap__for_each_entry((&ctx->ids), cur, bkt) { in metricgroup__add_metric_weak_group() function 640 hashmap__for_each_entry((&ctx->ids), cur, bkt) { in metricgroup__add_metric_non_group() function 887 hashmap__for_each_entry((&m->pctx.ids), cur, bkt) { in __resolve_metric() function
|
H A D | expr.c | 188 hashmap__for_each_entry((&ctx->ids), cur, bkt) { in expr__ctx_clear() function
|
H A D | stat-shadow.c | 369 hashmap__for_each_entry((&ctx.ids), cur, bkt) { in perf_stat__collect_metric_expr() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | hashmap.h | 163 * hashmap__for_each_entry - iterate over all entries in hashmap 168 #define hashmap__for_each_entry(map, cur, bkt) \ macro
|
H A D | btf_dump.c | 228 hashmap__for_each_entry(map, cur, bkt) in btf_dump_free_names()
|
H A D | libbpf.c | 5893 hashmap__for_each_entry(cand_cache, entry, i) { in bpf_object__relocate_core() function
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | pids.c | 185 hashmap__for_each_entry(map, entry, bkt) { in delete_obj_refs_table() function
|
H A D | common.c | 554 hashmap__for_each_entry(map, entry, bkt) in delete_pinned_obj_table()
|
H A D | gen.c | 2118 hashmap__for_each_entry(cand_cache, entry, i) { in btfgen_record_obj() function
|