Symbol: BPF_EMIT_CALL
kernel/bpf/fixups.c
1787
insn_buf[5] = BPF_EMIT_CALL(arch_bpf_timed_may_goto);
kernel/bpf/fixups.c
2290
insn_buf[4] = BPF_EMIT_CALL(static_call_query(perf_snapshot_branch_stack));
kernel/bpf/hashtab.c
2424
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
2713
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
3101
*insn++ = BPF_EMIT_CALL(rhtab_lookup_elem);
kernel/bpf/hashtab.c
783
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
kernel/bpf/hashtab.c
824
*insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem);
lib/test_bpf.c
15710
*insn = BPF_EMIT_CALL(addr);
net/core/filter.c
455
*insn = BPF_EMIT_CALL(bpf_skb_get_pay_offset);
net/core/filter.c
458
*insn = BPF_EMIT_CALL(bpf_skb_get_nlattr);
net/core/filter.c
461
*insn = BPF_EMIT_CALL(bpf_skb_get_nlattr_nest);
net/core/filter.c
464
*insn = BPF_EMIT_CALL(bpf_get_raw_cpu_id);
net/core/filter.c
467
*insn = BPF_EMIT_CALL(bpf_user_rnd_u32);
net/core/filter.c
541
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_8);
net/core/filter.c
544
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_16);
net/core/filter.c
547
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_32);
net/core/filter.c
9250
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_8_no_cache);
net/core/filter.c
9253
*insn++ = BPF_EMIT_CALL(bpf_skb_load_helper_16_no_cache);
net/core/filter.c
9256
*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
148
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
1231
emit(gen, BPF_EMIT_CALL(BPF_FUNC_copy_from_user));
tools/lib/bpf/gen_loader.c
1233
emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel));
tools/lib/bpf/gen_loader.c
131
emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel));
tools/lib/bpf/gen_loader.c
150
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close));
tools/lib/bpf/gen_loader.c
283
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_bpf));
tools/lib/bpf/gen_loader.c
333
emit(gen, BPF_EMIT_CALL(BPF_FUNC_trace_printk));
tools/lib/bpf/gen_loader.c
362
emit(gen, BPF_EMIT_CALL(BPF_FUNC_sys_close));
tools/lib/bpf/gen_loader.c
664
emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind));
tools/lib/bpf/gen_loader.c
738
emit(gen, BPF_EMIT_CALL(BPF_FUNC_btf_find_by_name_kind));
tools/lib/bpf/gen_loader.c
760
emit(gen, BPF_EMIT_CALL(BPF_FUNC_kallsyms_lookup_name));
tools/lib/bpf/libbpf_probes.c
437
BPF_EMIT_CALL((__u32)helper_id),
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1000
emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1005
emit(BPF_EMIT_CALL(BPF_FUNC_get_current_pid_tgid));
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1098
emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1115
emit(BPF_EMIT_CALL(0xDEAD)); /* poison this branch */
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
2292
BPF_EMIT_CALL(BPF_FUNC_get_prandom_u32),
tools/testing/selftests/bpf/verifier/calls.c
2392
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/calls.c
2399
BPF_EMIT_CALL(BPF_FUNC_map_lookup_elem),
tools/testing/selftests/bpf/verifier/calls.c
2420
BPF_EMIT_CALL(BPF_FUNC_ktime_get_ns),
tools/testing/selftests/bpf/verifier/calls.c
2423
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),