Symbol: BPF_KSYSCALL
samples/bpf/map_perf_test.bpf.c
104
int BPF_KSYSCALL(stress_hmap)
samples/bpf/map_perf_test.bpf.c
122
int BPF_KSYSCALL(stress_percpu_hmap)
samples/bpf/map_perf_test.bpf.c
139
int BPF_KSYSCALL(stress_hmap_alloc)
samples/bpf/map_perf_test.bpf.c
156
int BPF_KSYSCALL(stress_percpu_hmap_alloc)
samples/bpf/map_perf_test.bpf.c
172
int BPF_KSYSCALL(stress_lru_hmap_alloc, int fd, struct sockaddr_in *uservaddr,
samples/bpf/map_perf_test.bpf.c
249
int BPF_KSYSCALL(stress_lpm_trie_map_alloc)
samples/bpf/map_perf_test.bpf.c
271
int BPF_KSYSCALL(stress_hash_map_lookup)
samples/bpf/map_perf_test.bpf.c
284
int BPF_KSYSCALL(stress_array_map_lookup)
samples/bpf/test_map_in_map.bpf.c
107
int BPF_KSYSCALL(trace_sys_connect, unsigned int fd, struct sockaddr_in6 *in6, int addrlen)
tools/lib/bpf/bpf_tracing.h
920
#define BPF_KPROBE_SYSCALL BPF_KSYSCALL
tools/testing/selftests/bpf/progs/bpf_syscall_macro.c
66
int BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2,
tools/testing/selftests/bpf/progs/bpf_syscall_macro.c
90
int BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out,
tools/testing/selftests/bpf/progs/test_attach_probe.c
29
int BPF_KSYSCALL(handle_kprobe_auto, struct __kernel_timespec *req, struct __kernel_timespec *rem)
tools/testing/selftests/bpf/progs/test_probe_user.c
22
int BPF_KSYSCALL(handle_sys_connect, int fd, struct sockaddr_in *uservaddr,
tools/testing/selftests/bpf/progs/test_probe_user.c
34
int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args)