Symbol: BPF_EMIT_CALL
kernel/bpf/hashtab.c
2417
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
2706
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
780
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
821
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/verifier.c
23703
insn_buf[5] = BPF_EMIT_CALL(arch_bpf_timed_may_goto);
kernel/bpf/verifier.c
24222
insn_buf[4] = BPF_EMIT_CALL(static_call_query(perf_snapshot_branch_stack));
lib/test_bpf.c
15547
*insn = BPF_EMIT_CALL(addr);
net/core/filter.c
460
*insn = BPF_EMIT_CALL(bpf_skb_get_pay_offset);
net/core/filter.c
463
*insn = BPF_EMIT_CALL(bpf_skb_get_nlattr);
net/core/filter.c
466
*insn = BPF_EMIT_CALL(bpf_skb_get_nlattr_nest);
net/core/filter.c
469
*insn = BPF_EMIT_CALL(bpf_get_raw_cpu_id);
net/core/filter.c
472
*insn = BPF_EMIT_CALL(bpf_user_rnd_u32);
net/core/filter.c
546
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_8);
net/core/filter.c
549
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_16);
net/core/filter.c
552
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_32);
net/core/filter.c
9131
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_8_no_cache);
net/core/filter.c
9134
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_16_no_cache);
net/core/filter.c
9137
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_32_no_cache);
tools/bpf/bpftool/feature.c
581
BPF_EMIT_CALL(id),
tools/lib/bpf/bpf.c
110
BPF_EMIT_CALL(BPF_FUNC_ktime_get_coarse_ns),
tools/lib/bpf/features.c
480
BPF_EMIT_CALL(BPF_FUNC_get_func_ip), /* needs PTR_TO_CTX */
tools/lib/bpf/gen_loader.c
1191
emit(gen, BPF_EMIT_CALL(BPF_FUNC_copy_from_user));
tools/lib/bpf/gen_loader.c
1193
emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel));
tools/lib/bpf/gen_loader.c
129
emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel));
tools/lib/bpf/gen_loader.c
148
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close));
tools/lib/bpf/gen_loader.c
275
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_bpf));
tools/lib/bpf/gen_loader.c
326
emit(gen, BPF_EMIT_CALL(BPF_FUNC_trace_printk));
tools/lib/bpf/gen_loader.c
355
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close));
tools/lib/bpf/gen_loader.c
632
emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind));
tools/lib/bpf/gen_loader.c
706
emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind));
tools/lib/bpf/gen_loader.c
728
emit(gen, BPF_EMIT_CALL(BPF_FUNC_kallsyms_lookup_name));
tools/lib/bpf/libbpf_probes.c
424
BPF_EMIT_CALL((__u32)helper_id),
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1030
emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1047
emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
932
emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
937
emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid));
tools/testing/selftests/bpf/prog_tests/sock_create.c
107
BPF_EMIT_CALL(BPF_FUNC_get_current_uid_gid),
tools/testing/selftests/bpf/prog_tests/sock_create.c
76
BPF_EMIT_CALL(BPF_FUNC_get_current_uid_gid),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1027
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1071
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1112
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1154
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1196
BPF_EMIT_CALL(BPF_FUNC_strtol),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1241
BPF_EMIT_CALL(BPF_FUNC_strtol),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1291
BPF_EMIT_CALL(BPF_FUNC_strtol),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1342
BPF_EMIT_CALL(BPF_FUNC_strtol),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
231
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
272
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
316
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
370
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
418
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_name),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
454
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
493
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
532
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
569
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
605
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_current_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
644
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
675
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
712
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
764
BPF_EMIT_CALL(BPF_FUNC_sysctl_get_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
804
BPF_EMIT_CALL(BPF_FUNC_sysctl_set_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
838
BPF_EMIT_CALL(BPF_FUNC_sysctl_set_new_value),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
880
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
924
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
950
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
994
BPF_EMIT_CALL(BPF_FUNC_strtoul),
tools/testing/selftests/bpf/test_lru_map.c
52
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/test_verifier.c
355
insn[0] = BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32);
tools/testing/selftests/bpf/test_verifier.c
371
insn[0] = BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32);
tools/testing/selftests/bpf/test_verifier.c
477
BPF_EMIT_CALL(BPF_FUNC_ ## func)
tools/testing/selftests/bpf/verifier/atomic_fetch.c
14
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
38
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
62
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
85
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/bpf_st_mem.c
45
BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32),
tools/testing/selftests/bpf/verifier/calls.c
2243
BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32),
tools/testing/selftests/bpf/verifier/calls.c
2343
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/calls.c
2350
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/calls.c
2371
BPF_EMIT_CALL(BPF_FUNC_ktime_get_ns),
tools/testing/selftests/bpf/verifier/calls.c
2374
BPF_EMIT_CALL(BPF_FUNC_ktime_get_ns),
tools/testing/selftests/bpf/verifier/calls.c
678
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/jmp32.c
793
BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid),
tools/testing/selftests/bpf/verifier/jmp32.c
820
BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid),
tools/testing/selftests/bpf/verifier/jmp32.c
848
BPF_EMIT_CALL(BPF_FUNC_get_cgroup_classid),
tools/testing/selftests/bpf/verifier/precise.c
10
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/precise.c
19
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/precise.c
34
BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel),
tools/testing/selftests/bpf/verifier/precise.c
69
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/precise.c
78
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/precise.c
93
BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel),