Searched defs:SYSCALL (Results 1 – 9 of 9) sorted by relevance
105 SEC("kprobe/" SYSCALL(sys_getuid)) in SYSCALL() function120 SEC("kprobe/" SYSCALL(sys_geteuid)) in SYSCALL() function134 SEC("kprobe/" SYSCALL(sys_getgid)) in SYSCALL() function148 SEC("kprobe/" SYSCALL(sys_getegid)) in SYSCALL() function162 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function242 SEC("kprobe/" SYSCALL(sys_gettid)) in SYSCALL() function264 SEC("kprobe/" SYSCALL(sys_getpgid)) in SYSCALL() function277 SEC("kprobe/" SYSCALL(sys_getppid)) in SYSCALL() function
6 #define SYSCALL(SYS) "__x64_" __stringify(SYS) macro8 #define SYSCALL(SYS) "__s390x_" __stringify(SYS) macro10 #define SYSCALL(SYS) __stringify(SYS) macro
30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
81 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
713 #define SYSCALL(esame,emu) .quad __s390x_ ## esame macro721 #define SYSCALL(esame,emu) .quad __s390_ ## emu macro
41 SYSCALL, enumerator
55 #define SYSCALL(nr, jt) \ macro
Completed in 16 milliseconds