Add script to automate the syscall extraction process
[lttng-modules.git] / instrumentation / syscalls / headers / arm-32-syscalls-3.4.25_pointers_override.h
CommitLineData
8f4f80e0 1
8ba62b94 2#define OVERRIDE_TABLE_32_mmap2
8f4f80e0 3
ca956174
MD
4# ifndef CONFIG_UID16
5# define OVERRIDE_32_getgroups16
6# define OVERRIDE_32_setgroups16
7# define OVERRIDE_32_lchown16
8# define OVERRIDE_32_getresuid16
9# define OVERRIDE_32_getresgid16
10# define OVERRIDE_32_chown16
11# endif
8f4f80e0
RK
12
13#ifndef CREATE_SYSCALL_TABLE
14
5539ecc8
LP
15#define OVERRIDE_32_pipe
16SC_LTTNG_TRACEPOINT_EVENT(pipe,
17 TP_PROTO(sc_exit(long ret,) int * fildes),
18 TP_ARGS(sc_exit(ret,) fildes),
19 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))
20 sc_out(ctf_user_array(int, fildes, fildes, 2))
21 )
22)
23
8f4f80e0
RK
24#else /* CREATE_SYSCALL_TABLE */
25
ca956174
MD
26# ifndef CONFIG_UID16
27# define OVERRIDE_TABLE_32_getgroups16
28# define OVERRIDE_TABLE_32_setgroups16
29# define OVERRIDE_TABLE_32_lchown16
30# define OVERRIDE_TABLE_32_getresuid16
31# define OVERRIDE_TABLE_32_getresgid16
32# define OVERRIDE_TABLE_32_chown16
33# endif
34
8ba62b94
NL
35#define OVERRIDE_TABLE_32_execve
36TRACE_SYSCALL_TABLE(execve, execve, 11, 3)
37#define OVERRIDE_TABLE_32_clone
38TRACE_SYSCALL_TABLE(clone, clone, 120, 5)
8f4f80e0
RK
39
40#endif /* CREATE_SYSCALL_TABLE */
41
42
This page took 0.033015 seconds and 4 git commands to generate.