Searched refs:BPF_KSYSCALL (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_probe_user.c22 int BPF_KSYSCALL(handle_sys_connect, int fd, struct sockaddr_in *uservaddr, function
34 int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args) function
H A Dbpf_syscall_macro.c68 int BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2, function
92 int BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, function
H A Dtest_attach_probe.c23 int BPF_KSYSCALL(handle_kprobe_auto, struct __kernel_timespec *req, struct __kernel_timespec *rem) function
/linux-master/samples/bpf/
H A Dmap_perf_test.bpf.c104 int BPF_KSYSCALL(stress_hmap) function
122 int BPF_KSYSCALL(stress_percpu_hmap) function
139 int BPF_KSYSCALL(stress_hmap_alloc) function
156 int BPF_KSYSCALL(stress_percpu_hmap_alloc) function
172 int BPF_KSYSCALL(stress_lru_hmap_alloc, int fd, struct sockaddr_in *uservaddr, function
249 int BPF_KSYSCALL(stress_lpm_trie_map_alloc) function
271 int BPF_KSYSCALL(stress_hash_map_lookup) function
284 int BPF_KSYSCALL(stress_array_map_lookup) function
H A Dtest_current_task_under_cgroup.bpf.c30 int BPF_KSYSCALL(bpf_prog1) function
H A Dtest_probe_write_user.bpf.c30 int BPF_KSYSCALL(bpf_prog1, int fd, struct sockaddr_in *uservaddr, function
H A Dtracex2.bpf.c80 int BPF_KSYSCALL(bpf_prog3, unsigned int fd, const char *buf, size_t count) function
H A Dtest_map_in_map.bpf.c107 int BPF_KSYSCALL(trace_sys_connect, unsigned int fd, struct sockaddr_in6 *in6, int addrlen) function
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h869 * BPF_KSYSCALL is a variant of BPF_KPROBE, which is intended for
878 * At the moment BPF_KSYSCALL does not transparently handle all the calling
892 #define BPF_KSYSCALL(name, args...) \ macro
913 #define BPF_KPROBE_SYSCALL BPF_KSYSCALL

Completed in 401 milliseconds