Add sys_clone x86 instrumentation
[lttng-modules.git] / instrumentation / syscalls / headers / x86-32-syscalls-3.1.0-rc6_pointers_override.h
1
2 #ifndef CREATE_SYSCALL_TABLE
3
4 # ifndef CONFIG_UID16
5 # define OVERRIDE_32_sys_getgroups16
6 # define OVERRIDE_32_sys_setgroups16
7 # define OVERRIDE_32_sys_lchown16
8 # define OVERRIDE_32_sys_getresuid16
9 # define OVERRIDE_32_sys_getresgid16
10 # define OVERRIDE_32_sys_chown16
11 # endif
12
13 #else /* CREATE_SYSCALL_TABLE */
14
15 # ifndef CONFIG_UID16
16 # define OVERRIDE_TABLE_32_sys_getgroups16
17 # define OVERRIDE_TABLE_32_sys_setgroups16
18 # define OVERRIDE_TABLE_32_sys_lchown16
19 # define OVERRIDE_TABLE_32_sys_getresuid16
20 # define OVERRIDE_TABLE_32_sys_getresgid16
21 # define OVERRIDE_TABLE_32_sys_chown16
22 # endif
23
24 #define OVERRIDE_TABLE_32_sys_execve
25 TRACE_SYSCALL_TABLE(sys_execve, sys_execve, 11, 3)
26 #define OVERRIDE_TABLE_32_sys_clone
27 TRACE_SYSCALL_TABLE(sys_clone, sys_clone, 120, 5)
28
29 #endif /* CREATE_SYSCALL_TABLE */
30
31
This page took 0.029613 seconds and 4 git commands to generate.