Home
last modified time | relevance | path

Searched defs:SYSCALL (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dmap_perf_test_kern.c105 SEC("kprobe/" SYSCALL(sys_getuid)) in SYSCALL() function
120 SEC("kprobe/" SYSCALL(sys_geteuid)) in SYSCALL() function
134 SEC("kprobe/" SYSCALL(sys_getgid)) in SYSCALL() function
148 SEC("kprobe/" SYSCALL(sys_getegid)) in SYSCALL() function
162 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
242 SEC("kprobe/" SYSCALL(sys_gettid)) in SYSCALL() function
264 SEC("kprobe/" SYSCALL(sys_getpgid)) in SYSCALL() function
277 SEC("kprobe/" SYSCALL(sys_getppid)) in SYSCALL() function
H A Dtrace_common.h6 #define SYSCALL(SYS) "__x64_" __stringify(SYS) macro
8 #define SYSCALL(SYS) "__s390x_" __stringify(SYS) macro
10 #define SYSCALL(SYS) __stringify(SYS) macro
H A Dtest_current_task_under_cgroup_kern.c30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
H A Dtrace_output_kern.c14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
H A Dtest_probe_write_user_kern.c31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
H A Dtracex2_kern.c81 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dentry.S1301 #define SYSCALL(esame,emu) .quad __s390x_ ## esame macro
1309 #define SYSCALL(esame,emu) .quad __s390_ ## emu macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h350 #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h42 SYSCALL, enumerator
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Dbpf-helper.h55 #define SYSCALL(nr, jt) \ macro