Searched refs:BPF_KSYSCALL (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/samples/bpf/ |
D | map_perf_test.bpf.c | 104 int BPF_KSYSCALL(stress_hmap) in BPF_KSYSCALL() function 122 int BPF_KSYSCALL(stress_percpu_hmap) in BPF_KSYSCALL() function 139 int BPF_KSYSCALL(stress_hmap_alloc) in BPF_KSYSCALL() function 156 int BPF_KSYSCALL(stress_percpu_hmap_alloc) in BPF_KSYSCALL() function 172 int BPF_KSYSCALL(stress_lru_hmap_alloc, int fd, struct sockaddr_in *uservaddr, in BPF_KSYSCALL() function 249 int BPF_KSYSCALL(stress_lpm_trie_map_alloc) in BPF_KSYSCALL() function 271 int BPF_KSYSCALL(stress_hash_map_lookup) in BPF_KSYSCALL() function 284 int BPF_KSYSCALL(stress_array_map_lookup) in BPF_KSYSCALL() function
|
D | test_current_task_under_cgroup.bpf.c | 30 int BPF_KSYSCALL(bpf_prog1) in BPF_KSYSCALL() function
|
D | test_probe_write_user.bpf.c | 30 int BPF_KSYSCALL(bpf_prog1, int fd, struct sockaddr_in *uservaddr, in BPF_KSYSCALL() function
|
D | tracex2.bpf.c | 80 int BPF_KSYSCALL(bpf_prog3, unsigned int fd, const char *buf, size_t count) in BPF_KSYSCALL() function
|
D | test_map_in_map.bpf.c | 107 int BPF_KSYSCALL(trace_sys_connect, unsigned int fd, struct sockaddr_in6 *in6, int addrlen) in BPF_KSYSCALL() function
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_probe_user.c | 22 int BPF_KSYSCALL(handle_sys_connect, int fd, struct sockaddr_in *uservaddr, in BPF_KSYSCALL() function 34 int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args) in BPF_KSYSCALL() function
|
D | bpf_syscall_macro.c | 68 int BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2, in BPF_KSYSCALL() function 92 int BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, in BPF_KSYSCALL() function
|
D | test_attach_probe.c | 23 int BPF_KSYSCALL(handle_kprobe_auto, struct __kernel_timespec *req, struct __kernel_timespec *rem) in BPF_KSYSCALL() function
|
/linux-6.6.21/tools/lib/bpf/ |
D | bpf_tracing.h | 892 #define BPF_KSYSCALL(name, args...) \ macro 913 #define BPF_KPROBE_SYSCALL BPF_KSYSCALL
|