Home
last modified time | relevance | path

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

123456789

/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
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 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 Dtest_current_task_under_cgroup_kern.c30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
H A Dtest_probe_write_user_kern.c31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
H A Dtrace_output_kern.c14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
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 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 Dtest_current_task_under_cgroup_kern.c30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
H A Dtest_probe_write_user_kern.c31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
H A Dtrace_output_kern.c14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
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 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 Dtest_current_task_under_cgroup_kern.c30 SEC("kprobe/" SYSCALL(sys_sync)) in SYSCALL() function
H A Dtest_probe_write_user_kern.c31 SEC("kprobe/" SYSCALL(sys_connect)) in SYSCALL() function
H A Dtrace_output_kern.c14 SEC("kprobe/" SYSCALL(sys_write)) in SYSCALL() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/rx/
H A Drxsys.h60 #define SYSCALL(number) syscall_body number macro
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Dmachsyscalls.c6 #define SYSCALL(name, number, type, args, typed_args) \ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m32c/
H A Dm32csys.h40 #define SYSCALL(N) mov.b POUND N,0x400 macro
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Dmachsyscalls.c6 #define SYSCALL(name, number, type, args, typed_args) \ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dsimulator.S19 #define SYSCALL(x) .word 0x4afc, x macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m68k/
H A Dsimulator.S19 #define SYSCALL(x) .word 0x4afc, x macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dsimulator.S19 #define SYSCALL(x) .word 0x4afc, x macro
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/lib/
H A Dganglia_priv.h19 #define SYS_CALL(RC,SYSCALL) \ argument
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/microblaze/
H A Dlinux-syscalls.S29 # define SYSCALL(name) \ macro
/dports/editors/fte/fte/src/
H A De_unix.cpp51 #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) in SysShowHelp() macro

123456789