Fix: scsi: sd: Atomic write support added in 6.11-rc1
[lttng-modules.git] / include / instrumentation / syscalls / arm-32-syscalls_pointers.h
CommitLineData
61baff6e
MJ
1// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
2//
3// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
6314c2d3 4
8f4f80e0 5/* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
6314c2d3 6
87b2af7b 7/* Generated from arm-32-syscalls 6.0.7 */
6314c2d3 8
8f4f80e0
RK
9#ifndef CREATE_SYSCALL_TABLE
10
11#if !defined(_TRACE_SYSCALLS_POINTERS_H) || defined(TRACE_HEADER_MULTI_READ)
12#define _TRACE_SYSCALLS_POINTERS_H
13
3b4aafcb 14#include <lttng/tracepoint-event.h>
8f4f80e0 15#include <linux/syscalls.h>
6314c2d3 16#include "arm-32-syscalls_pointers_override.h"
8f4f80e0
RK
17#include "syscalls_pointers_override.h"
18
f1e7d826
MD
19#ifndef OVERRIDE_32_unlink
20SC_LTTNG_TRACEPOINT_EVENT(unlink,
21 TP_PROTO(sc_exit(long ret,) const char * pathname),
22 TP_ARGS(sc_exit(ret,) pathname),
e0976e2b 23 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
8f4f80e0
RK
24)
25#endif
f1e7d826
MD
26#ifndef OVERRIDE_32_chdir
27SC_LTTNG_TRACEPOINT_EVENT(chdir,
28 TP_PROTO(sc_exit(long ret,) const char * filename),
29 TP_ARGS(sc_exit(ret,) filename),
e0976e2b 30 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
8f4f80e0
RK
31)
32#endif
f1e7d826
MD
33#ifndef OVERRIDE_32_rmdir
34SC_LTTNG_TRACEPOINT_EVENT(rmdir,
35 TP_PROTO(sc_exit(long ret,) const char * pathname),
36 TP_ARGS(sc_exit(ret,) pathname),
e0976e2b 37 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
8f4f80e0
RK
38)
39#endif
f1e7d826
MD
40#ifndef OVERRIDE_32_pipe
41SC_LTTNG_TRACEPOINT_EVENT(pipe,
42 TP_PROTO(sc_exit(long ret,) int * fildes),
43 TP_ARGS(sc_exit(ret,) fildes),
e0976e2b 44 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)))
8f4f80e0
RK
45)
46#endif
f1e7d826
MD
47#ifndef OVERRIDE_32_times
48SC_LTTNG_TRACEPOINT_EVENT(times,
49 TP_PROTO(sc_exit(long ret,) struct tms * tbuf),
50 TP_ARGS(sc_exit(ret,) tbuf),
e0976e2b 51 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct tms *, tbuf, tbuf)))
8f4f80e0
RK
52)
53#endif
f1e7d826
MD
54#ifndef OVERRIDE_32_acct
55SC_LTTNG_TRACEPOINT_EVENT(acct,
56 TP_PROTO(sc_exit(long ret,) const char * name),
57 TP_ARGS(sc_exit(ret,) name),
e0976e2b 58 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)))
c974cc6e
JG
59)
60#endif
f1e7d826
MD
61#ifndef OVERRIDE_32_chroot
62SC_LTTNG_TRACEPOINT_EVENT(chroot,
63 TP_PROTO(sc_exit(long ret,) const char * filename),
64 TP_ARGS(sc_exit(ret,) filename),
e0976e2b 65 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
8f4f80e0
RK
66)
67#endif
f1e7d826
MD
68#ifndef OVERRIDE_32_sigpending
69SC_LTTNG_TRACEPOINT_EVENT(sigpending,
87b2af7b
JG
70 TP_PROTO(sc_exit(long ret,) old_sigset_t * uset),
71 TP_ARGS(sc_exit(ret,) uset),
72 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_sigset_t *, uset, uset)))
8f4f80e0
RK
73)
74#endif
f1e7d826
MD
75#ifndef OVERRIDE_32_swapoff
76SC_LTTNG_TRACEPOINT_EVENT(swapoff,
77 TP_PROTO(sc_exit(long ret,) const char * specialfile),
78 TP_ARGS(sc_exit(ret,) specialfile),
e0976e2b 79 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)))
c974cc6e
JG
80)
81#endif
f1e7d826
MD
82#ifndef OVERRIDE_32_sysinfo
83SC_LTTNG_TRACEPOINT_EVENT(sysinfo,
84 TP_PROTO(sc_exit(long ret,) struct sysinfo * info),
85 TP_ARGS(sc_exit(ret,) info),
e0976e2b 86 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct sysinfo *, info, info)))
8f4f80e0
RK
87)
88#endif
f1e7d826
MD
89#ifndef OVERRIDE_32_newuname
90SC_LTTNG_TRACEPOINT_EVENT(newuname,
91 TP_PROTO(sc_exit(long ret,) struct new_utsname * name),
92 TP_ARGS(sc_exit(ret,) name),
e0976e2b 93 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name)))
8f4f80e0
RK
94)
95#endif
87b2af7b
JG
96#ifndef OVERRIDE_32_adjtimex_time32
97SC_LTTNG_TRACEPOINT_EVENT(adjtimex_time32,
98 TP_PROTO(sc_exit(long ret,) struct old_timex32 * utp),
99 TP_ARGS(sc_exit(ret,) utp),
100 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct old_timex32 *, utp, utp)))
8f4f80e0
RK
101)
102#endif
f1e7d826
MD
103#ifndef OVERRIDE_32_set_tid_address
104SC_LTTNG_TRACEPOINT_EVENT(set_tid_address,
105 TP_PROTO(sc_exit(long ret,) int * tidptr),
106 TP_ARGS(sc_exit(ret,) tidptr),
e0976e2b 107 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int *, tidptr, tidptr)))
8f4f80e0
RK
108)
109#endif
f1e7d826
MD
110#ifndef OVERRIDE_32_mq_unlink
111SC_LTTNG_TRACEPOINT_EVENT(mq_unlink,
112 TP_PROTO(sc_exit(long ret,) const char * u_name),
113 TP_ARGS(sc_exit(ret,) u_name),
e0976e2b 114 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name)))
8f4f80e0
RK
115)
116#endif
f1e7d826
MD
117#ifndef OVERRIDE_32_shmdt
118SC_LTTNG_TRACEPOINT_EVENT(shmdt,
119 TP_PROTO(sc_exit(long ret,) char * shmaddr),
120 TP_ARGS(sc_exit(ret,) shmaddr),
e0976e2b 121 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(char *, shmaddr, shmaddr)))
8f4f80e0
RK
122)
123#endif
f1e7d826
MD
124#ifndef OVERRIDE_32_creat
125SC_LTTNG_TRACEPOINT_EVENT(creat,
126 TP_PROTO(sc_exit(long ret,) const char * pathname, umode_t mode),
127 TP_ARGS(sc_exit(ret,) pathname, mode),
e0976e2b 128 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
129)
130#endif
f1e7d826
MD
131#ifndef OVERRIDE_32_link
132SC_LTTNG_TRACEPOINT_EVENT(link,
133 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
134 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 135 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
8f4f80e0
RK
136)
137#endif
f1e7d826
MD
138#ifndef OVERRIDE_32_chmod
139SC_LTTNG_TRACEPOINT_EVENT(chmod,
140 TP_PROTO(sc_exit(long ret,) const char * filename, umode_t mode),
141 TP_ARGS(sc_exit(ret,) filename, mode),
e0976e2b 142 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
143)
144#endif
f1e7d826
MD
145#ifndef OVERRIDE_32_access
146SC_LTTNG_TRACEPOINT_EVENT(access,
147 TP_PROTO(sc_exit(long ret,) const char * filename, int mode),
148 TP_ARGS(sc_exit(ret,) filename, mode),
e0976e2b 149 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)))
8f4f80e0
RK
150)
151#endif
f1e7d826
MD
152#ifndef OVERRIDE_32_rename
153SC_LTTNG_TRACEPOINT_EVENT(rename,
154 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
155 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 156 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
8f4f80e0
RK
157)
158#endif
f1e7d826
MD
159#ifndef OVERRIDE_32_mkdir
160SC_LTTNG_TRACEPOINT_EVENT(mkdir,
161 TP_PROTO(sc_exit(long ret,) const char * pathname, umode_t mode),
162 TP_ARGS(sc_exit(ret,) pathname, mode),
e0976e2b 163 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
164)
165#endif
f1e7d826
MD
166#ifndef OVERRIDE_32_umount
167SC_LTTNG_TRACEPOINT_EVENT(umount,
168 TP_PROTO(sc_exit(long ret,) char * name, int flags),
169 TP_ARGS(sc_exit(ret,) name, flags),
e0976e2b 170 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
171)
172#endif
f1e7d826
MD
173#ifndef OVERRIDE_32_ustat
174SC_LTTNG_TRACEPOINT_EVENT(ustat,
175 TP_PROTO(sc_exit(long ret,) unsigned dev, struct ustat * ubuf),
176 TP_ARGS(sc_exit(ret,) dev, ubuf),
e0976e2b 177 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, dev, dev)) sc_out(ctf_integer(struct ustat *, ubuf, ubuf)))
8f4f80e0
RK
178)
179#endif
f1e7d826
MD
180#ifndef OVERRIDE_32_sethostname
181SC_LTTNG_TRACEPOINT_EVENT(sethostname,
182 TP_PROTO(sc_exit(long ret,) char * name, int len),
183 TP_ARGS(sc_exit(ret,) name, len),
e0976e2b 184 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
8f4f80e0
RK
185)
186#endif
f1e7d826
MD
187#ifndef OVERRIDE_32_setrlimit
188SC_LTTNG_TRACEPOINT_EVENT(setrlimit,
189 TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim),
190 TP_ARGS(sc_exit(ret,) resource, rlim),
e0976e2b 191 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(struct rlimit *, rlim, rlim)))
8f4f80e0
RK
192)
193#endif
f1e7d826
MD
194#ifndef OVERRIDE_32_getrusage
195SC_LTTNG_TRACEPOINT_EVENT(getrusage,
196 TP_PROTO(sc_exit(long ret,) int who, struct rusage * ru),
197 TP_ARGS(sc_exit(ret,) who, ru),
e0976e2b 198 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, who, who)) sc_out(ctf_integer(struct rusage *, ru, ru)))
8f4f80e0
RK
199)
200#endif
f1e7d826
MD
201#ifndef OVERRIDE_32_gettimeofday
202SC_LTTNG_TRACEPOINT_EVENT(gettimeofday,
87b2af7b 203 TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz),
f1e7d826 204 TP_ARGS(sc_exit(ret,) tv, tz),
87b2af7b 205 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz)))
8f4f80e0
RK
206)
207#endif
f1e7d826
MD
208#ifndef OVERRIDE_32_settimeofday
209SC_LTTNG_TRACEPOINT_EVENT(settimeofday,
87b2af7b 210 TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz),
f1e7d826 211 TP_ARGS(sc_exit(ret,) tv, tz),
87b2af7b 212 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz)))
8f4f80e0
RK
213)
214#endif
f1e7d826
MD
215#ifndef OVERRIDE_32_getgroups16
216SC_LTTNG_TRACEPOINT_EVENT(getgroups16,
217 TP_PROTO(sc_exit(long ret,) int gidsetsize, old_gid_t * grouplist),
218 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 219 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, gidsetsize, gidsetsize)) sc_inout(ctf_integer(old_gid_t *, grouplist, grouplist)))
8f4f80e0
RK
220)
221#endif
f1e7d826
MD
222#ifndef OVERRIDE_32_setgroups16
223SC_LTTNG_TRACEPOINT_EVENT(setgroups16,
224 TP_PROTO(sc_exit(long ret,) int gidsetsize, old_gid_t * grouplist),
225 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 226 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, gidsetsize, gidsetsize)) sc_inout(ctf_integer(old_gid_t *, grouplist, grouplist)))
8f4f80e0
RK
227)
228#endif
f1e7d826
MD
229#ifndef OVERRIDE_32_symlink
230SC_LTTNG_TRACEPOINT_EVENT(symlink,
231 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
232 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 233 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
8f4f80e0
RK
234)
235#endif
f1e7d826
MD
236#ifndef OVERRIDE_32_swapon
237SC_LTTNG_TRACEPOINT_EVENT(swapon,
238 TP_PROTO(sc_exit(long ret,) const char * specialfile, int swap_flags),
239 TP_ARGS(sc_exit(ret,) specialfile, swap_flags),
e0976e2b 240 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)) sc_in(ctf_integer(int, swap_flags, swap_flags)))
c974cc6e
JG
241)
242#endif
f1e7d826
MD
243#ifndef OVERRIDE_32_truncate
244SC_LTTNG_TRACEPOINT_EVENT(truncate,
245 TP_PROTO(sc_exit(long ret,) const char * path, long length),
246 TP_ARGS(sc_exit(ret,) path, length),
e0976e2b 247 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(long, length, length)))
8f4f80e0
RK
248)
249#endif
f1e7d826
MD
250#ifndef OVERRIDE_32_statfs
251SC_LTTNG_TRACEPOINT_EVENT(statfs,
252 TP_PROTO(sc_exit(long ret,) const char * pathname, struct statfs * buf),
253 TP_ARGS(sc_exit(ret,) pathname, buf),
e0976e2b 254 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(struct statfs *, buf, buf)))
8f4f80e0
RK
255)
256#endif
f1e7d826
MD
257#ifndef OVERRIDE_32_fstatfs
258SC_LTTNG_TRACEPOINT_EVENT(fstatfs,
259 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct statfs * buf),
260 TP_ARGS(sc_exit(ret,) fd, buf),
e0976e2b 261 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct statfs *, buf, buf)))
8f4f80e0
RK
262)
263#endif
f1e7d826
MD
264#ifndef OVERRIDE_32_getitimer
265SC_LTTNG_TRACEPOINT_EVENT(getitimer,
87b2af7b 266 TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value),
f1e7d826 267 TP_ARGS(sc_exit(ret,) which, value),
87b2af7b 268 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct __kernel_old_itimerval *, value, value)))
8f4f80e0
RK
269)
270#endif
f1e7d826
MD
271#ifndef OVERRIDE_32_newstat
272SC_LTTNG_TRACEPOINT_EVENT(newstat,
273 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf),
274 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 275 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)))
8f4f80e0
RK
276)
277#endif
f1e7d826
MD
278#ifndef OVERRIDE_32_newlstat
279SC_LTTNG_TRACEPOINT_EVENT(newlstat,
280 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf),
281 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 282 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)))
8f4f80e0
RK
283)
284#endif
f1e7d826
MD
285#ifndef OVERRIDE_32_newfstat
286SC_LTTNG_TRACEPOINT_EVENT(newfstat,
287 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct stat * statbuf),
288 TP_ARGS(sc_exit(ret,) fd, statbuf),
e0976e2b 289 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)))
8f4f80e0
RK
290)
291#endif
f1e7d826
MD
292#ifndef OVERRIDE_32_setdomainname
293SC_LTTNG_TRACEPOINT_EVENT(setdomainname,
294 TP_PROTO(sc_exit(long ret,) char * name, int len),
295 TP_ARGS(sc_exit(ret,) name, len),
e0976e2b 296 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
8f4f80e0
RK
297)
298#endif
f1e7d826
MD
299#ifndef OVERRIDE_32_delete_module
300SC_LTTNG_TRACEPOINT_EVENT(delete_module,
301 TP_PROTO(sc_exit(long ret,) const char * name_user, unsigned int flags),
302 TP_ARGS(sc_exit(ret,) name_user, flags),
e0976e2b 303 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name_user, name_user)) sc_in(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
304)
305#endif
f1e7d826
MD
306#ifndef OVERRIDE_32_sched_setparam
307SC_LTTNG_TRACEPOINT_EVENT(sched_setparam,
308 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param),
309 TP_ARGS(sc_exit(ret,) pid, param),
e0976e2b 310 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(struct sched_param *, param, param)))
8f4f80e0
RK
311)
312#endif
f1e7d826
MD
313#ifndef OVERRIDE_32_sched_getparam
314SC_LTTNG_TRACEPOINT_EVENT(sched_getparam,
315 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param),
316 TP_ARGS(sc_exit(ret,) pid, param),
e0976e2b 317 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct sched_param *, param, param)))
8f4f80e0
RK
318)
319#endif
87b2af7b
JG
320#ifndef OVERRIDE_32_sched_rr_get_interval_time32
321SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval_time32,
322 TP_PROTO(sc_exit(long ret,) pid_t pid, struct old_timespec32 * interval),
f1e7d826 323 TP_ARGS(sc_exit(ret,) pid, interval),
87b2af7b 324 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct old_timespec32 *, interval, interval)))
8f4f80e0
RK
325)
326#endif
87b2af7b
JG
327#ifndef OVERRIDE_32_nanosleep_time32
328SC_LTTNG_TRACEPOINT_EVENT(nanosleep_time32,
329 TP_PROTO(sc_exit(long ret,) struct old_timespec32 * rqtp, struct old_timespec32 * rmtp),
f1e7d826 330 TP_ARGS(sc_exit(ret,) rqtp, rmtp),
87b2af7b 331 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct old_timespec32 *, rqtp, rqtp)) sc_out(ctf_integer(struct old_timespec32 *, rmtp, rmtp)))
8f4f80e0
RK
332)
333#endif
f1e7d826
MD
334#ifndef OVERRIDE_32_rt_sigpending
335SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending,
87b2af7b
JG
336 TP_PROTO(sc_exit(long ret,) sigset_t * uset, size_t sigsetsize),
337 TP_ARGS(sc_exit(ret,) uset, sigsetsize),
338 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, uset, uset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
339)
340#endif
f1e7d826
MD
341#ifndef OVERRIDE_32_rt_sigsuspend
342SC_LTTNG_TRACEPOINT_EVENT(rt_sigsuspend,
343 TP_PROTO(sc_exit(long ret,) sigset_t * unewset, size_t sigsetsize),
344 TP_ARGS(sc_exit(ret,) unewset, sigsetsize),
e0976e2b 345 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(sigset_t *, unewset, unewset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
346)
347#endif
f1e7d826
MD
348#ifndef OVERRIDE_32_getcwd
349SC_LTTNG_TRACEPOINT_EVENT(getcwd,
350 TP_PROTO(sc_exit(long ret,) char * buf, unsigned long size),
351 TP_ARGS(sc_exit(ret,) buf, size),
e0976e2b 352 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(unsigned long, size, size)))
8f4f80e0
RK
353)
354#endif
87b2af7b
JG
355#ifndef OVERRIDE_32_sigaltstack
356SC_LTTNG_TRACEPOINT_EVENT(sigaltstack,
357 TP_PROTO(sc_exit(long ret,) const stack_t * uss, stack_t * uoss),
358 TP_ARGS(sc_exit(ret,) uss, uoss),
359 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const stack_t *, uss, uss)) sc_inout(ctf_integer(stack_t *, uoss, uoss)))
360)
361#endif
f1e7d826
MD
362#ifndef OVERRIDE_32_getrlimit
363SC_LTTNG_TRACEPOINT_EVENT(getrlimit,
364 TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim),
365 TP_ARGS(sc_exit(ret,) resource, rlim),
e0976e2b 366 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_out(ctf_integer(struct rlimit *, rlim, rlim)))
8f4f80e0
RK
367)
368#endif
87b2af7b
JG
369#ifndef OVERRIDE_32_truncate64
370SC_LTTNG_TRACEPOINT_EVENT(truncate64,
371 TP_PROTO(sc_exit(long ret,) const char * path, loff_t length),
372 TP_ARGS(sc_exit(ret,) path, length),
373 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(loff_t, length, length)))
374)
375#endif
f1e7d826
MD
376#ifndef OVERRIDE_32_stat64
377SC_LTTNG_TRACEPOINT_EVENT(stat64,
378 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat64 * statbuf),
379 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 380 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf)))
8f4f80e0
RK
381)
382#endif
f1e7d826
MD
383#ifndef OVERRIDE_32_lstat64
384SC_LTTNG_TRACEPOINT_EVENT(lstat64,
385 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat64 * statbuf),
386 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 387 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf)))
8f4f80e0
RK
388)
389#endif
f1e7d826
MD
390#ifndef OVERRIDE_32_fstat64
391SC_LTTNG_TRACEPOINT_EVENT(fstat64,
392 TP_PROTO(sc_exit(long ret,) unsigned long fd, struct stat64 * statbuf),
393 TP_ARGS(sc_exit(ret,) fd, statbuf),
e0976e2b 394 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf)))
8f4f80e0
RK
395)
396#endif
f1e7d826
MD
397#ifndef OVERRIDE_32_getgroups
398SC_LTTNG_TRACEPOINT_EVENT(getgroups,
399 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
400 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 401 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_out(ctf_integer(gid_t *, grouplist, grouplist)))
8f4f80e0
RK
402)
403#endif
f1e7d826
MD
404#ifndef OVERRIDE_32_setgroups
405SC_LTTNG_TRACEPOINT_EVENT(setgroups,
406 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
407 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 408 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_in(ctf_integer(gid_t *, grouplist, grouplist)))
8f4f80e0
RK
409)
410#endif
f1e7d826
MD
411#ifndef OVERRIDE_32_pivot_root
412SC_LTTNG_TRACEPOINT_EVENT(pivot_root,
413 TP_PROTO(sc_exit(long ret,) const char * new_root, const char * put_old),
414 TP_ARGS(sc_exit(ret,) new_root, put_old),
e0976e2b 415 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(new_root, new_root)) sc_in(ctf_user_string(put_old, put_old)))
8f4f80e0
RK
416)
417#endif
f1e7d826
MD
418#ifndef OVERRIDE_32_removexattr
419SC_LTTNG_TRACEPOINT_EVENT(removexattr,
420 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name),
421 TP_ARGS(sc_exit(ret,) pathname, name),
e0976e2b 422 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
8f4f80e0
RK
423)
424#endif
f1e7d826
MD
425#ifndef OVERRIDE_32_lremovexattr
426SC_LTTNG_TRACEPOINT_EVENT(lremovexattr,
427 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name),
428 TP_ARGS(sc_exit(ret,) pathname, name),
e0976e2b 429 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
8f4f80e0
RK
430)
431#endif
f1e7d826
MD
432#ifndef OVERRIDE_32_fremovexattr
433SC_LTTNG_TRACEPOINT_EVENT(fremovexattr,
434 TP_PROTO(sc_exit(long ret,) int fd, const char * name),
435 TP_ARGS(sc_exit(ret,) fd, name),
e0976e2b 436 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)))
8f4f80e0
RK
437)
438#endif
f1e7d826
MD
439#ifndef OVERRIDE_32_io_setup
440SC_LTTNG_TRACEPOINT_EVENT(io_setup,
441 TP_PROTO(sc_exit(long ret,) unsigned nr_events, aio_context_t * ctxp),
442 TP_ARGS(sc_exit(ret,) nr_events, ctxp),
e0976e2b 443 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, nr_events, nr_events)) sc_in(ctf_integer(aio_context_t *, ctxp, ctxp)))
8f4f80e0
RK
444)
445#endif
87b2af7b
JG
446#ifndef OVERRIDE_32_timer_gettime32
447SC_LTTNG_TRACEPOINT_EVENT(timer_gettime32,
448 TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct old_itimerspec32 * setting),
f1e7d826 449 TP_ARGS(sc_exit(ret,) timer_id, setting),
87b2af7b 450 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct old_itimerspec32 *, setting, setting)))
8f4f80e0
RK
451)
452#endif
87b2af7b
JG
453#ifndef OVERRIDE_32_clock_settime32
454SC_LTTNG_TRACEPOINT_EVENT(clock_settime32,
455 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
f1e7d826 456 TP_ARGS(sc_exit(ret,) which_clock, tp),
87b2af7b 457 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct old_timespec32 *, tp, tp)))
8f4f80e0
RK
458)
459#endif
87b2af7b
JG
460#ifndef OVERRIDE_32_clock_gettime32
461SC_LTTNG_TRACEPOINT_EVENT(clock_gettime32,
462 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
f1e7d826 463 TP_ARGS(sc_exit(ret,) which_clock, tp),
87b2af7b 464 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct old_timespec32 *, tp, tp)))
8f4f80e0
RK
465)
466#endif
87b2af7b
JG
467#ifndef OVERRIDE_32_clock_getres_time32
468SC_LTTNG_TRACEPOINT_EVENT(clock_getres_time32,
469 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
f1e7d826 470 TP_ARGS(sc_exit(ret,) which_clock, tp),
87b2af7b 471 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct old_timespec32 *, tp, tp)))
8f4f80e0
RK
472)
473#endif
87b2af7b
JG
474#ifndef OVERRIDE_32_utimes_time32
475SC_LTTNG_TRACEPOINT_EVENT(utimes_time32,
476 TP_PROTO(sc_exit(long ret,) const char * filename, struct old_timeval32 * t),
477 TP_ARGS(sc_exit(ret,) filename, t),
478 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timeval32 *, t, t)))
8f4f80e0
RK
479)
480#endif
f1e7d826
MD
481#ifndef OVERRIDE_32_mq_notify
482SC_LTTNG_TRACEPOINT_EVENT(mq_notify,
483 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct sigevent * u_notification),
484 TP_ARGS(sc_exit(ret,) mqdes, u_notification),
e0976e2b 485 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct sigevent *, u_notification, u_notification)))
8f4f80e0
RK
486)
487#endif
f1e7d826
MD
488#ifndef OVERRIDE_32_set_robust_list
489SC_LTTNG_TRACEPOINT_EVENT(set_robust_list,
490 TP_PROTO(sc_exit(long ret,) struct robust_list_head * head, size_t len),
491 TP_ARGS(sc_exit(ret,) head, len),
e0976e2b 492 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct robust_list_head *, head, head)) sc_in(ctf_integer(size_t, len, len)))
8f4f80e0
RK
493)
494#endif
87b2af7b
JG
495#ifndef OVERRIDE_32_timerfd_gettime32
496SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime32,
497 TP_PROTO(sc_exit(long ret,) int ufd, struct old_itimerspec32 * otmr),
f1e7d826 498 TP_ARGS(sc_exit(ret,) ufd, otmr),
87b2af7b 499 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct old_itimerspec32 *, otmr, otmr)))
8f4f80e0
RK
500)
501#endif
f1e7d826
MD
502#ifndef OVERRIDE_32_pipe2
503SC_LTTNG_TRACEPOINT_EVENT(pipe2,
504 TP_PROTO(sc_exit(long ret,) int * fildes, int flags),
505 TP_ARGS(sc_exit(ret,) fildes, flags),
e0976e2b 506 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
507)
508#endif
87b2af7b
JG
509#ifndef OVERRIDE_32_clock_adjtime32
510SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime32,
511 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timex32 * utp),
512 TP_ARGS(sc_exit(ret,) which_clock, utp),
513 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct old_timex32 *, utp, utp)))
514)
515#endif
516#ifndef OVERRIDE_32_memfd_create
517SC_LTTNG_TRACEPOINT_EVENT(memfd_create,
518 TP_PROTO(sc_exit(long ret,) const char * uname, unsigned int flags),
519 TP_ARGS(sc_exit(ret,) uname, flags),
520 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(uname, uname)) sc_inout(ctf_integer(unsigned int, flags, flags)))
521)
522#endif
523#ifndef OVERRIDE_32_clock_gettime
524SC_LTTNG_TRACEPOINT_EVENT(clock_gettime,
525 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp),
526 TP_ARGS(sc_exit(ret,) which_clock, tp),
527 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp)))
528)
529#endif
530#ifndef OVERRIDE_32_clock_settime
531SC_LTTNG_TRACEPOINT_EVENT(clock_settime,
532 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct __kernel_timespec * tp),
533 TP_ARGS(sc_exit(ret,) which_clock, tp),
534 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(const struct __kernel_timespec *, tp, tp)))
535)
536#endif
f1e7d826
MD
537#ifndef OVERRIDE_32_clock_adjtime
538SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime,
87b2af7b 539 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timex * utx),
f1e7d826 540 TP_ARGS(sc_exit(ret,) which_clock, utx),
87b2af7b
JG
541 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct __kernel_timex *, utx, utx)))
542)
543#endif
544#ifndef OVERRIDE_32_clock_getres
545SC_LTTNG_TRACEPOINT_EVENT(clock_getres,
546 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp),
547 TP_ARGS(sc_exit(ret,) which_clock, tp),
548 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp)))
549)
550#endif
551#ifndef OVERRIDE_32_timer_gettime
552SC_LTTNG_TRACEPOINT_EVENT(timer_gettime,
553 TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct __kernel_itimerspec * setting),
554 TP_ARGS(sc_exit(ret,) timer_id, setting),
555 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct __kernel_itimerspec *, setting, setting)))
556)
557#endif
558#ifndef OVERRIDE_32_timerfd_gettime
559SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime,
560 TP_PROTO(sc_exit(long ret,) int ufd, struct __kernel_itimerspec * otmr),
561 TP_ARGS(sc_exit(ret,) ufd, otmr),
562 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr)))
563)
564#endif
565#ifndef OVERRIDE_32_sched_rr_get_interval
566SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval,
567 TP_PROTO(sc_exit(long ret,) pid_t pid, struct __kernel_timespec * interval),
568 TP_ARGS(sc_exit(ret,) pid, interval),
569 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct __kernel_timespec *, interval, interval)))
570)
571#endif
572#ifndef OVERRIDE_32_io_uring_setup
573SC_LTTNG_TRACEPOINT_EVENT(io_uring_setup,
574 TP_PROTO(sc_exit(long ret,) u32 entries, struct io_uring_params * params),
575 TP_ARGS(sc_exit(ret,) entries, params),
576 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32, entries, entries)) sc_inout(ctf_integer(struct io_uring_params *, params, params)))
577)
578#endif
579#ifndef OVERRIDE_32_fsopen
580SC_LTTNG_TRACEPOINT_EVENT(fsopen,
581 TP_PROTO(sc_exit(long ret,) const char * _fs_name, unsigned int flags),
582 TP_ARGS(sc_exit(ret,) _fs_name, flags),
583 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(_fs_name, _fs_name)) sc_inout(ctf_integer(unsigned int, flags, flags)))
584)
585#endif
586#ifndef OVERRIDE_32_clone3
587SC_LTTNG_TRACEPOINT_EVENT(clone3,
588 TP_PROTO(sc_exit(long ret,) struct clone_args * uargs, size_t size),
589 TP_ARGS(sc_exit(ret,) uargs, size),
590 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct clone_args *, uargs, uargs)) sc_inout(ctf_integer(size_t, size, size)))
c974cc6e
JG
591)
592#endif
f1e7d826
MD
593#ifndef OVERRIDE_32_read
594SC_LTTNG_TRACEPOINT_EVENT(read,
595 TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count),
596 TP_ARGS(sc_exit(ret,) fd, buf, count),
e0976e2b 597 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)))
8f4f80e0
RK
598)
599#endif
f1e7d826
MD
600#ifndef OVERRIDE_32_write
601SC_LTTNG_TRACEPOINT_EVENT(write,
602 TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count),
603 TP_ARGS(sc_exit(ret,) fd, buf, count),
e0976e2b 604 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)))
8f4f80e0
RK
605)
606#endif
f1e7d826
MD
607#ifndef OVERRIDE_32_open
608SC_LTTNG_TRACEPOINT_EVENT(open,
609 TP_PROTO(sc_exit(long ret,) const char * filename, int flags, umode_t mode),
610 TP_ARGS(sc_exit(ret,) filename, flags, mode),
e0976e2b 611 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
612)
613#endif
87b2af7b
JG
614#ifndef OVERRIDE_32_execve
615SC_LTTNG_TRACEPOINT_EVENT(execve,
616 TP_PROTO(sc_exit(long ret,) const char * filename, const char *const * argv, const char *const * envp),
617 TP_ARGS(sc_exit(ret,) filename, argv, envp),
618 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp)))
619)
620#endif
f1e7d826
MD
621#ifndef OVERRIDE_32_mknod
622SC_LTTNG_TRACEPOINT_EVENT(mknod,
623 TP_PROTO(sc_exit(long ret,) const char * filename, umode_t mode, unsigned dev),
624 TP_ARGS(sc_exit(ret,) filename, mode, dev),
e0976e2b 625 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(unsigned, dev, dev)))
8f4f80e0
RK
626)
627#endif
f1e7d826
MD
628#ifndef OVERRIDE_32_lchown16
629SC_LTTNG_TRACEPOINT_EVENT(lchown16,
630 TP_PROTO(sc_exit(long ret,) const char * filename, old_uid_t user, old_gid_t group),
631 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 632 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(old_uid_t, user, user)) sc_inout(ctf_integer(old_gid_t, group, group)))
8f4f80e0
RK
633)
634#endif
87b2af7b
JG
635#ifndef OVERRIDE_32_sigaction
636SC_LTTNG_TRACEPOINT_EVENT(sigaction,
637 TP_PROTO(sc_exit(long ret,) int sig, const struct old_sigaction * act, struct old_sigaction * oact),
638 TP_ARGS(sc_exit(ret,) sig, act, oact),
639 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(const struct old_sigaction *, act, act)) sc_inout(ctf_integer(struct old_sigaction *, oact, oact)))
640)
641#endif
f1e7d826
MD
642#ifndef OVERRIDE_32_readlink
643SC_LTTNG_TRACEPOINT_EVENT(readlink,
644 TP_PROTO(sc_exit(long ret,) const char * path, char * buf, int bufsiz),
645 TP_ARGS(sc_exit(ret,) path, buf, bufsiz),
e0976e2b 646 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, bufsiz, bufsiz)))
8f4f80e0
RK
647)
648#endif
f1e7d826
MD
649#ifndef OVERRIDE_32_syslog
650SC_LTTNG_TRACEPOINT_EVENT(syslog,
651 TP_PROTO(sc_exit(long ret,) int type, char * buf, int len),
652 TP_ARGS(sc_exit(ret,) type, buf, len),
e0976e2b 653 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, type, type)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, len, len)))
8f4f80e0
RK
654)
655#endif
f1e7d826
MD
656#ifndef OVERRIDE_32_setitimer
657SC_LTTNG_TRACEPOINT_EVENT(setitimer,
87b2af7b 658 TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value, struct __kernel_old_itimerval * ovalue),
f1e7d826 659 TP_ARGS(sc_exit(ret,) which, value, ovalue),
87b2af7b 660 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct __kernel_old_itimerval *, value, value)) sc_out(ctf_integer(struct __kernel_old_itimerval *, ovalue, ovalue)))
8f4f80e0
RK
661)
662#endif
f1e7d826
MD
663#ifndef OVERRIDE_32_sigprocmask
664SC_LTTNG_TRACEPOINT_EVENT(sigprocmask,
665 TP_PROTO(sc_exit(long ret,) int how, old_sigset_t * nset, old_sigset_t * oset),
666 TP_ARGS(sc_exit(ret,) how, nset, oset),
e0976e2b 667 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, how, how)) sc_inout(ctf_integer(old_sigset_t *, nset, nset)) sc_inout(ctf_integer(old_sigset_t *, oset, oset)))
8f4f80e0
RK
668)
669#endif
f1e7d826
MD
670#ifndef OVERRIDE_32_init_module
671SC_LTTNG_TRACEPOINT_EVENT(init_module,
672 TP_PROTO(sc_exit(long ret,) void * umod, unsigned long len, const char * uargs),
673 TP_ARGS(sc_exit(ret,) umod, len, uargs),
e0976e2b 674 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(void *, umod, umod)) sc_in(ctf_integer(unsigned long, len, len)) sc_in(ctf_integer(const char *, uargs, uargs)))
8f4f80e0
RK
675)
676#endif
f1e7d826
MD
677#ifndef OVERRIDE_32_getdents
678SC_LTTNG_TRACEPOINT_EVENT(getdents,
679 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent * dirent, unsigned int count),
680 TP_ARGS(sc_exit(ret,) fd, dirent, count),
e0976e2b 681 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct linux_dirent *, dirent, dirent)) sc_in(ctf_integer(unsigned int, count, count)))
8f4f80e0
RK
682)
683#endif
f1e7d826
MD
684#ifndef OVERRIDE_32_readv
685SC_LTTNG_TRACEPOINT_EVENT(readv,
686 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen),
687 TP_ARGS(sc_exit(ret,) fd, vec, vlen),
e0976e2b 688 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)))
8f4f80e0
RK
689)
690#endif
f1e7d826
MD
691#ifndef OVERRIDE_32_writev
692SC_LTTNG_TRACEPOINT_EVENT(writev,
693 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen),
694 TP_ARGS(sc_exit(ret,) fd, vec, vlen),
e0976e2b 695 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)))
8f4f80e0
RK
696)
697#endif
f1e7d826
MD
698#ifndef OVERRIDE_32_sched_setscheduler
699SC_LTTNG_TRACEPOINT_EVENT(sched_setscheduler,
700 TP_PROTO(sc_exit(long ret,) pid_t pid, int policy, struct sched_param * param),
701 TP_ARGS(sc_exit(ret,) pid, policy, param),
e0976e2b 702 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, policy, policy)) sc_in(ctf_integer(struct sched_param *, param, param)))
8f4f80e0
RK
703)
704#endif
f1e7d826
MD
705#ifndef OVERRIDE_32_getresuid16
706SC_LTTNG_TRACEPOINT_EVENT(getresuid16,
87b2af7b
JG
707 TP_PROTO(sc_exit(long ret,) old_uid_t * ruidp, old_uid_t * euidp, old_uid_t * suidp),
708 TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp),
709 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t *, ruidp, ruidp)) sc_inout(ctf_integer(old_uid_t *, euidp, euidp)) sc_inout(ctf_integer(old_uid_t *, suidp, suidp)))
8f4f80e0
RK
710)
711#endif
f1e7d826
MD
712#ifndef OVERRIDE_32_poll
713SC_LTTNG_TRACEPOINT_EVENT(poll,
714 TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, int timeout_msecs),
715 TP_ARGS(sc_exit(ret,) ufds, nfds, timeout_msecs),
e0976e2b 716 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(int, timeout_msecs, timeout_msecs)))
8f4f80e0
RK
717)
718#endif
f1e7d826
MD
719#ifndef OVERRIDE_32_getresgid16
720SC_LTTNG_TRACEPOINT_EVENT(getresgid16,
87b2af7b
JG
721 TP_PROTO(sc_exit(long ret,) old_gid_t * rgidp, old_gid_t * egidp, old_gid_t * sgidp),
722 TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp),
723 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t *, rgidp, rgidp)) sc_inout(ctf_integer(old_gid_t *, egidp, egidp)) sc_inout(ctf_integer(old_gid_t *, sgidp, sgidp)))
8f4f80e0
RK
724)
725#endif
f1e7d826
MD
726#ifndef OVERRIDE_32_rt_sigqueueinfo
727SC_LTTNG_TRACEPOINT_EVENT(rt_sigqueueinfo,
728 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig, siginfo_t * uinfo),
729 TP_ARGS(sc_exit(ret,) pid, sig, uinfo),
e0976e2b 730 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo)))
8f4f80e0
RK
731)
732#endif
f1e7d826
MD
733#ifndef OVERRIDE_32_chown16
734SC_LTTNG_TRACEPOINT_EVENT(chown16,
735 TP_PROTO(sc_exit(long ret,) const char * filename, old_uid_t user, old_gid_t group),
736 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 737 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(old_uid_t, user, user)) sc_inout(ctf_integer(old_gid_t, group, group)))
8f4f80e0
RK
738)
739#endif
f1e7d826
MD
740#ifndef OVERRIDE_32_lchown
741SC_LTTNG_TRACEPOINT_EVENT(lchown,
742 TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group),
743 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 744 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)))
8f4f80e0
RK
745)
746#endif
f1e7d826
MD
747#ifndef OVERRIDE_32_getresuid
748SC_LTTNG_TRACEPOINT_EVENT(getresuid,
87b2af7b
JG
749 TP_PROTO(sc_exit(long ret,) uid_t * ruidp, uid_t * euidp, uid_t * suidp),
750 TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp),
751 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(uid_t *, ruidp, ruidp)) sc_out(ctf_integer(uid_t *, euidp, euidp)) sc_out(ctf_integer(uid_t *, suidp, suidp)))
8f4f80e0
RK
752)
753#endif
f1e7d826
MD
754#ifndef OVERRIDE_32_getresgid
755SC_LTTNG_TRACEPOINT_EVENT(getresgid,
87b2af7b
JG
756 TP_PROTO(sc_exit(long ret,) gid_t * rgidp, gid_t * egidp, gid_t * sgidp),
757 TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp),
758 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(gid_t *, rgidp, rgidp)) sc_out(ctf_integer(gid_t *, egidp, egidp)) sc_out(ctf_integer(gid_t *, sgidp, sgidp)))
8f4f80e0
RK
759)
760#endif
f1e7d826
MD
761#ifndef OVERRIDE_32_chown
762SC_LTTNG_TRACEPOINT_EVENT(chown,
763 TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group),
764 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 765 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)))
8f4f80e0
RK
766)
767#endif
f1e7d826
MD
768#ifndef OVERRIDE_32_getdents64
769SC_LTTNG_TRACEPOINT_EVENT(getdents64,
770 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent64 * dirent, unsigned int count),
771 TP_ARGS(sc_exit(ret,) fd, dirent, count),
e0976e2b 772 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct linux_dirent64 *, dirent, dirent)) sc_in(ctf_integer(unsigned int, count, count)))
8f4f80e0
RK
773)
774#endif
f1e7d826
MD
775#ifndef OVERRIDE_32_mincore
776SC_LTTNG_TRACEPOINT_EVENT(mincore,
777 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned char * vec),
778 TP_ARGS(sc_exit(ret,) start, len, vec),
e0976e2b 779 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len, len)) sc_out(ctf_integer(unsigned char *, vec, vec)))
8f4f80e0
RK
780)
781#endif
f1e7d826
MD
782#ifndef OVERRIDE_32_listxattr
783SC_LTTNG_TRACEPOINT_EVENT(listxattr,
784 TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size),
785 TP_ARGS(sc_exit(ret,) pathname, list, size),
e0976e2b 786 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
787)
788#endif
f1e7d826
MD
789#ifndef OVERRIDE_32_llistxattr
790SC_LTTNG_TRACEPOINT_EVENT(llistxattr,
791 TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size),
792 TP_ARGS(sc_exit(ret,) pathname, list, size),
e0976e2b 793 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
794)
795#endif
f1e7d826
MD
796#ifndef OVERRIDE_32_flistxattr
797SC_LTTNG_TRACEPOINT_EVENT(flistxattr,
798 TP_PROTO(sc_exit(long ret,) int fd, char * list, size_t size),
799 TP_ARGS(sc_exit(ret,) fd, list, size),
e0976e2b 800 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
801)
802#endif
f1e7d826
MD
803#ifndef OVERRIDE_32_sched_setaffinity
804SC_LTTNG_TRACEPOINT_EVENT(sched_setaffinity,
805 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr),
806 TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr),
e0976e2b 807 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_in(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr)))
8f4f80e0
RK
808)
809#endif
f1e7d826
MD
810#ifndef OVERRIDE_32_sched_getaffinity
811SC_LTTNG_TRACEPOINT_EVENT(sched_getaffinity,
812 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr),
813 TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr),
e0976e2b 814 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_out(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr)))
8f4f80e0
RK
815)
816#endif
f1e7d826
MD
817#ifndef OVERRIDE_32_io_submit
818SC_LTTNG_TRACEPOINT_EVENT(io_submit,
819 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long nr, struct iocb * * iocbpp),
820 TP_ARGS(sc_exit(ret,) ctx_id, nr, iocbpp),
e0976e2b 821 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, nr, nr)) sc_in(ctf_integer(struct iocb * *, iocbpp, iocbpp)))
8f4f80e0
RK
822)
823#endif
f1e7d826
MD
824#ifndef OVERRIDE_32_io_cancel
825SC_LTTNG_TRACEPOINT_EVENT(io_cancel,
826 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, struct iocb * iocb, struct io_event * result),
827 TP_ARGS(sc_exit(ret,) ctx_id, iocb, result),
e0976e2b 828 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(struct iocb *, iocb, iocb)) sc_out(ctf_integer(struct io_event *, result, result)))
8f4f80e0
RK
829)
830#endif
f1e7d826
MD
831#ifndef OVERRIDE_32_timer_create
832SC_LTTNG_TRACEPOINT_EVENT(timer_create,
833 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct sigevent * timer_event_spec, timer_t * created_timer_id),
834 TP_ARGS(sc_exit(ret,) which_clock, timer_event_spec, created_timer_id),
e0976e2b 835 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct sigevent *, timer_event_spec, timer_event_spec)) sc_out(ctf_integer(timer_t *, created_timer_id, created_timer_id)))
8f4f80e0
RK
836)
837#endif
87b2af7b
JG
838#ifndef OVERRIDE_32_statfs64
839SC_LTTNG_TRACEPOINT_EVENT(statfs64,
840 TP_PROTO(sc_exit(long ret,) const char * pathname, size_t sz, struct statfs64 * buf),
841 TP_ARGS(sc_exit(ret,) pathname, sz, buf),
842 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(pathname, pathname)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf)))
843)
844#endif
845#ifndef OVERRIDE_32_fstatfs64
846SC_LTTNG_TRACEPOINT_EVENT(fstatfs64,
847 TP_PROTO(sc_exit(long ret,) unsigned int fd, size_t sz, struct statfs64 * buf),
848 TP_ARGS(sc_exit(ret,) fd, sz, buf),
849 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf)))
850)
851#endif
f1e7d826
MD
852#ifndef OVERRIDE_32_mq_getsetattr
853SC_LTTNG_TRACEPOINT_EVENT(mq_getsetattr,
854 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct mq_attr * u_mqstat, struct mq_attr * u_omqstat),
855 TP_ARGS(sc_exit(ret,) mqdes, u_mqstat, u_omqstat),
e0976e2b 856 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct mq_attr *, u_mqstat, u_mqstat)) sc_out(ctf_integer(struct mq_attr *, u_omqstat, u_omqstat)))
8f4f80e0
RK
857)
858#endif
f1e7d826
MD
859#ifndef OVERRIDE_32_bind
860SC_LTTNG_TRACEPOINT_EVENT(bind,
861 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * umyaddr, int addrlen),
862 TP_ARGS(sc_exit(ret,) fd, umyaddr, addrlen),
e0976e2b 863 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct sockaddr *, umyaddr, umyaddr)) sc_in(ctf_integer(int, addrlen, addrlen)))
8f4f80e0
RK
864)
865#endif
f1e7d826
MD
866#ifndef OVERRIDE_32_connect
867SC_LTTNG_TRACEPOINT_EVENT(connect,
868 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * uservaddr, int addrlen),
869 TP_ARGS(sc_exit(ret,) fd, uservaddr, addrlen),
e0976e2b 870 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct sockaddr *, uservaddr, uservaddr)) sc_in(ctf_integer(int, addrlen, addrlen)))
8f4f80e0
RK
871)
872#endif
f1e7d826
MD
873#ifndef OVERRIDE_32_accept
874SC_LTTNG_TRACEPOINT_EVENT(accept,
875 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen),
876 TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen),
e0976e2b 877 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, upeer_sockaddr, upeer_sockaddr)) sc_inout(ctf_integer(int *, upeer_addrlen, upeer_addrlen)))
8f4f80e0
RK
878)
879#endif
f1e7d826
MD
880#ifndef OVERRIDE_32_getsockname
881SC_LTTNG_TRACEPOINT_EVENT(getsockname,
882 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len),
883 TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len),
e0976e2b 884 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, usockaddr, usockaddr)) sc_inout(ctf_integer(int *, usockaddr_len, usockaddr_len)))
8f4f80e0
RK
885)
886#endif
f1e7d826
MD
887#ifndef OVERRIDE_32_getpeername
888SC_LTTNG_TRACEPOINT_EVENT(getpeername,
889 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len),
890 TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len),
e0976e2b 891 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, usockaddr, usockaddr)) sc_inout(ctf_integer(int *, usockaddr_len, usockaddr_len)))
8f4f80e0
RK
892)
893#endif
f1e7d826
MD
894#ifndef OVERRIDE_32_sendmsg
895SC_LTTNG_TRACEPOINT_EVENT(sendmsg,
87b2af7b 896 TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags),
f1e7d826 897 TP_ARGS(sc_exit(ret,) fd, msg, flags),
87b2af7b 898 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
899)
900#endif
f1e7d826
MD
901#ifndef OVERRIDE_32_recvmsg
902SC_LTTNG_TRACEPOINT_EVENT(recvmsg,
87b2af7b 903 TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags),
f1e7d826 904 TP_ARGS(sc_exit(ret,) fd, msg, flags),
87b2af7b 905 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
906)
907#endif
f1e7d826
MD
908#ifndef OVERRIDE_32_semop
909SC_LTTNG_TRACEPOINT_EVENT(semop,
910 TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned nsops),
911 TP_ARGS(sc_exit(ret,) semid, tsops, nsops),
e0976e2b 912 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops)))
8f4f80e0
RK
913)
914#endif
87b2af7b
JG
915#ifndef OVERRIDE_32_old_msgctl
916SC_LTTNG_TRACEPOINT_EVENT(old_msgctl,
f1e7d826
MD
917 TP_PROTO(sc_exit(long ret,) int msqid, int cmd, struct msqid_ds * buf),
918 TP_ARGS(sc_exit(ret,) msqid, cmd, buf),
87b2af7b 919 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct msqid_ds *, buf, buf)))
8f4f80e0
RK
920)
921#endif
f1e7d826
MD
922#ifndef OVERRIDE_32_shmat
923SC_LTTNG_TRACEPOINT_EVENT(shmat,
924 TP_PROTO(sc_exit(long ret,) int shmid, char * shmaddr, int shmflg),
925 TP_ARGS(sc_exit(ret,) shmid, shmaddr, shmflg),
e0976e2b 926 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, shmid, shmid)) sc_in(ctf_integer(char *, shmaddr, shmaddr)) sc_in(ctf_integer(int, shmflg, shmflg)))
8f4f80e0
RK
927)
928#endif
87b2af7b
JG
929#ifndef OVERRIDE_32_old_shmctl
930SC_LTTNG_TRACEPOINT_EVENT(old_shmctl,
f1e7d826
MD
931 TP_PROTO(sc_exit(long ret,) int shmid, int cmd, struct shmid_ds * buf),
932 TP_ARGS(sc_exit(ret,) shmid, cmd, buf),
87b2af7b 933 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, shmid, shmid)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct shmid_ds *, buf, buf)))
8f4f80e0
RK
934)
935#endif
f1e7d826
MD
936#ifndef OVERRIDE_32_inotify_add_watch
937SC_LTTNG_TRACEPOINT_EVENT(inotify_add_watch,
938 TP_PROTO(sc_exit(long ret,) int fd, const char * pathname, u32 mask),
939 TP_ARGS(sc_exit(ret,) fd, pathname, mask),
e0976e2b 940 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(u32, mask, mask)))
8f4f80e0
RK
941)
942#endif
f1e7d826
MD
943#ifndef OVERRIDE_32_mkdirat
944SC_LTTNG_TRACEPOINT_EVENT(mkdirat,
945 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, umode_t mode),
946 TP_ARGS(sc_exit(ret,) dfd, pathname, mode),
e0976e2b 947 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
948)
949#endif
87b2af7b
JG
950#ifndef OVERRIDE_32_futimesat_time32
951SC_LTTNG_TRACEPOINT_EVENT(futimesat_time32,
952 TP_PROTO(sc_exit(long ret,) unsigned int dfd, const char * filename, struct old_timeval32 * t),
953 TP_ARGS(sc_exit(ret,) dfd, filename, t),
954 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timeval32 *, t, t)))
8f4f80e0
RK
955)
956#endif
f1e7d826
MD
957#ifndef OVERRIDE_32_unlinkat
958SC_LTTNG_TRACEPOINT_EVENT(unlinkat,
959 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, int flag),
960 TP_ARGS(sc_exit(ret,) dfd, pathname, flag),
e0976e2b 961 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, flag, flag)))
8f4f80e0
RK
962)
963#endif
f1e7d826
MD
964#ifndef OVERRIDE_32_symlinkat
965SC_LTTNG_TRACEPOINT_EVENT(symlinkat,
966 TP_PROTO(sc_exit(long ret,) const char * oldname, int newdfd, const char * newname),
967 TP_ARGS(sc_exit(ret,) oldname, newdfd, newname),
e0976e2b 968 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)))
8f4f80e0
RK
969)
970#endif
f1e7d826
MD
971#ifndef OVERRIDE_32_fchmodat
972SC_LTTNG_TRACEPOINT_EVENT(fchmodat,
973 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode),
974 TP_ARGS(sc_exit(ret,) dfd, filename, mode),
e0976e2b 975 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
976)
977#endif
f1e7d826
MD
978#ifndef OVERRIDE_32_faccessat
979SC_LTTNG_TRACEPOINT_EVENT(faccessat,
980 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode),
981 TP_ARGS(sc_exit(ret,) dfd, filename, mode),
e0976e2b 982 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)))
8f4f80e0
RK
983)
984#endif
f1e7d826
MD
985#ifndef OVERRIDE_32_get_robust_list
986SC_LTTNG_TRACEPOINT_EVENT(get_robust_list,
987 TP_PROTO(sc_exit(long ret,) int pid, struct robust_list_head * * head_ptr, size_t * len_ptr),
988 TP_ARGS(sc_exit(ret,) pid, head_ptr, len_ptr),
e0976e2b 989 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, pid, pid)) sc_out(ctf_integer(struct robust_list_head * *, head_ptr, head_ptr)) sc_out(ctf_integer(size_t *, len_ptr, len_ptr)))
8f4f80e0
RK
990)
991#endif
f1e7d826
MD
992#ifndef OVERRIDE_32_getcpu
993SC_LTTNG_TRACEPOINT_EVENT(getcpu,
994 TP_PROTO(sc_exit(long ret,) unsigned * cpup, unsigned * nodep, struct getcpu_cache * unused),
995 TP_ARGS(sc_exit(ret,) cpup, nodep, unused),
e0976e2b 996 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(unsigned *, cpup, cpup)) sc_out(ctf_integer(unsigned *, nodep, nodep)) sc_inout(ctf_integer(struct getcpu_cache *, unused, unused)))
8f4f80e0
RK
997)
998#endif
f1e7d826
MD
999#ifndef OVERRIDE_32_signalfd
1000SC_LTTNG_TRACEPOINT_EVENT(signalfd,
1001 TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask),
1002 TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask),
e0976e2b 1003 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(sigset_t *, user_mask, user_mask)) sc_in(ctf_integer(size_t, sizemask, sizemask)))
8f4f80e0
RK
1004)
1005#endif
f1e7d826
MD
1006#ifndef OVERRIDE_32_open_by_handle_at
1007SC_LTTNG_TRACEPOINT_EVENT(open_by_handle_at,
1008 TP_PROTO(sc_exit(long ret,) int mountdirfd, struct file_handle * handle, int flags),
1009 TP_ARGS(sc_exit(ret,) mountdirfd, handle, flags),
e0976e2b 1010 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mountdirfd, mountdirfd)) sc_in(ctf_integer(struct file_handle *, handle, handle)) sc_in(ctf_integer(int, flags, flags)))
c974cc6e
JG
1011)
1012#endif
87b2af7b
JG
1013#ifndef OVERRIDE_32_finit_module
1014SC_LTTNG_TRACEPOINT_EVENT(finit_module,
1015 TP_PROTO(sc_exit(long ret,) int fd, const char * uargs, int flags),
1016 TP_ARGS(sc_exit(ret,) fd, uargs, flags),
1017 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const char *, uargs, uargs)) sc_in(ctf_integer(int, flags, flags)))
1018)
1019#endif
1020#ifndef OVERRIDE_32_sched_setattr
1021SC_LTTNG_TRACEPOINT_EVENT(sched_setattr,
1022 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int flags),
1023 TP_ARGS(sc_exit(ret,) pid, uattr, flags),
1024 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1025)
1026#endif
1027#ifndef OVERRIDE_32_seccomp
1028SC_LTTNG_TRACEPOINT_EVENT(seccomp,
1029 TP_PROTO(sc_exit(long ret,) unsigned int op, unsigned int flags, void * uargs),
1030 TP_ARGS(sc_exit(ret,) op, flags, uargs),
1031 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, op, op)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(void *, uargs, uargs)))
1032)
1033#endif
1034#ifndef OVERRIDE_32_getrandom
1035SC_LTTNG_TRACEPOINT_EVENT(getrandom,
1036 TP_PROTO(sc_exit(long ret,) char * ubuf, size_t len, unsigned int flags),
1037 TP_ARGS(sc_exit(ret,) ubuf, len, flags),
1038 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(char *, ubuf, ubuf)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1039)
1040#endif
1041#ifndef OVERRIDE_32_bpf
1042SC_LTTNG_TRACEPOINT_EVENT(bpf,
1043 TP_PROTO(sc_exit(long ret,) int cmd, union bpf_attr * uattr, unsigned int size),
1044 TP_ARGS(sc_exit(ret,) cmd, uattr, size),
1045 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(union bpf_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, size, size)))
1046)
1047#endif
1048#ifndef OVERRIDE_32_open_tree
1049SC_LTTNG_TRACEPOINT_EVENT(open_tree,
1050 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags),
1051 TP_ARGS(sc_exit(ret,) dfd, filename, flags),
1052 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags)))
1053)
1054#endif
1055#ifndef OVERRIDE_32_fspick
1056SC_LTTNG_TRACEPOINT_EVENT(fspick,
1057 TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags),
1058 TP_ARGS(sc_exit(ret,) dfd, path, flags),
1059 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1060)
1061#endif
1062#ifndef OVERRIDE_32_landlock_create_ruleset
1063SC_LTTNG_TRACEPOINT_EVENT(landlock_create_ruleset,
1064 TP_PROTO(sc_exit(long ret,) const struct landlock_ruleset_attr *const attr, const size_t size, const __u32 flags),
1065 TP_ARGS(sc_exit(ret,) attr, size, flags),
1066 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const struct landlock_ruleset_attr *const, attr, attr)) sc_inout(ctf_integer(const size_t, size, size)) sc_inout(ctf_integer(const __u32, flags, flags)))
1067)
1068#endif
f1e7d826
MD
1069#ifndef OVERRIDE_32_reboot
1070SC_LTTNG_TRACEPOINT_EVENT(reboot,
1071 TP_PROTO(sc_exit(long ret,) int magic1, int magic2, unsigned int cmd, void * arg),
1072 TP_ARGS(sc_exit(ret,) magic1, magic2, cmd, arg),
e0976e2b 1073 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, magic1, magic1)) sc_in(ctf_integer(int, magic2, magic2)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(void *, arg, arg)))
8f4f80e0
RK
1074)
1075#endif
f1e7d826
MD
1076#ifndef OVERRIDE_32_wait4
1077SC_LTTNG_TRACEPOINT_EVENT(wait4,
1078 TP_PROTO(sc_exit(long ret,) pid_t upid, int * stat_addr, int options, struct rusage * ru),
1079 TP_ARGS(sc_exit(ret,) upid, stat_addr, options, ru),
e0976e2b 1080 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(int *, stat_addr, stat_addr)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru)))
8f4f80e0
RK
1081)
1082#endif
f1e7d826
MD
1083#ifndef OVERRIDE_32_quotactl
1084SC_LTTNG_TRACEPOINT_EVENT(quotactl,
1085 TP_PROTO(sc_exit(long ret,) unsigned int cmd, const char * special, qid_t id, void * addr),
1086 TP_ARGS(sc_exit(ret,) cmd, special, id, addr),
e0976e2b 1087 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(const char *, special, special)) sc_in(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr)))
c974cc6e
JG
1088)
1089#endif
f1e7d826
MD
1090#ifndef OVERRIDE_32_rt_sigaction
1091SC_LTTNG_TRACEPOINT_EVENT(rt_sigaction,
1092 TP_PROTO(sc_exit(long ret,) int sig, const struct sigaction * act, struct sigaction * oact, size_t sigsetsize),
1093 TP_ARGS(sc_exit(ret,) sig, act, oact, sigsetsize),
e0976e2b 1094 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(const struct sigaction *, act, act)) sc_out(ctf_integer(struct sigaction *, oact, oact)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
1095)
1096#endif
f1e7d826
MD
1097#ifndef OVERRIDE_32_rt_sigprocmask
1098SC_LTTNG_TRACEPOINT_EVENT(rt_sigprocmask,
1099 TP_PROTO(sc_exit(long ret,) int how, sigset_t * nset, sigset_t * oset, size_t sigsetsize),
1100 TP_ARGS(sc_exit(ret,) how, nset, oset, sigsetsize),
e0976e2b 1101 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, how, how)) sc_in(ctf_integer(sigset_t *, nset, nset)) sc_out(ctf_integer(sigset_t *, oset, oset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
1102)
1103#endif
87b2af7b
JG
1104#ifndef OVERRIDE_32_rt_sigtimedwait_time32
1105SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait_time32,
1106 TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct old_timespec32 * uts, size_t sigsetsize),
f1e7d826 1107 TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize),
87b2af7b
JG
1108 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct old_timespec32 *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
1109)
1110#endif
1111#ifndef OVERRIDE_32_pread64
1112SC_LTTNG_TRACEPOINT_EVENT(pread64,
1113 TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count, loff_t pos),
1114 TP_ARGS(sc_exit(ret,) fd, buf, count, pos),
1115 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos)))
1116)
1117#endif
1118#ifndef OVERRIDE_32_pwrite64
1119SC_LTTNG_TRACEPOINT_EVENT(pwrite64,
1120 TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count, loff_t pos),
1121 TP_ARGS(sc_exit(ret,) fd, buf, count, pos),
1122 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos)))
8f4f80e0
RK
1123)
1124#endif
f1e7d826
MD
1125#ifndef OVERRIDE_32_sendfile
1126SC_LTTNG_TRACEPOINT_EVENT(sendfile,
1127 TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, off_t * offset, size_t count),
1128 TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count),
e0976e2b 1129 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, out_fd, out_fd)) sc_inout(ctf_integer(int, in_fd, in_fd)) sc_inout(ctf_integer(off_t *, offset, offset)) sc_inout(ctf_integer(size_t, count, count)))
8f4f80e0
RK
1130)
1131#endif
f1e7d826
MD
1132#ifndef OVERRIDE_32_getxattr
1133SC_LTTNG_TRACEPOINT_EVENT(getxattr,
1134 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size),
1135 TP_ARGS(sc_exit(ret,) pathname, name, value, size),
e0976e2b 1136 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
1137)
1138#endif
f1e7d826
MD
1139#ifndef OVERRIDE_32_lgetxattr
1140SC_LTTNG_TRACEPOINT_EVENT(lgetxattr,
1141 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size),
1142 TP_ARGS(sc_exit(ret,) pathname, name, value, size),
e0976e2b 1143 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
1144)
1145#endif
f1e7d826
MD
1146#ifndef OVERRIDE_32_fgetxattr
1147SC_LTTNG_TRACEPOINT_EVENT(fgetxattr,
1148 TP_PROTO(sc_exit(long ret,) int fd, const char * name, void * value, size_t size),
1149 TP_ARGS(sc_exit(ret,) fd, name, value, size),
e0976e2b 1150 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size)))
8f4f80e0
RK
1151)
1152#endif
f1e7d826
MD
1153#ifndef OVERRIDE_32_sendfile64
1154SC_LTTNG_TRACEPOINT_EVENT(sendfile64,
1155 TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, loff_t * offset, size_t count),
1156 TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count),
e0976e2b 1157 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, out_fd, out_fd)) sc_in(ctf_integer(int, in_fd, in_fd)) sc_inout(ctf_integer(loff_t *, offset, offset)) sc_in(ctf_integer(size_t, count, count)))
8f4f80e0
RK
1158)
1159#endif
f1e7d826
MD
1160#ifndef OVERRIDE_32_epoll_ctl
1161SC_LTTNG_TRACEPOINT_EVENT(epoll_ctl,
1162 TP_PROTO(sc_exit(long ret,) int epfd, int op, int fd, struct epoll_event * event),
1163 TP_ARGS(sc_exit(ret,) epfd, op, fd, event),
e0976e2b 1164 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct epoll_event *, event, event)))
8f4f80e0
RK
1165)
1166#endif
f1e7d826
MD
1167#ifndef OVERRIDE_32_epoll_wait
1168SC_LTTNG_TRACEPOINT_EVENT(epoll_wait,
1169 TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout),
1170 TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout),
e0976e2b 1171 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout)))
8f4f80e0
RK
1172)
1173#endif
87b2af7b
JG
1174#ifndef OVERRIDE_32_timer_settime32
1175SC_LTTNG_TRACEPOINT_EVENT(timer_settime32,
1176 TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, struct old_itimerspec32 * new, struct old_itimerspec32 * old),
1177 TP_ARGS(sc_exit(ret,) timer_id, flags, new, old),
1178 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(struct old_itimerspec32 *, new, new)) sc_out(ctf_integer(struct old_itimerspec32 *, old, old)))
8f4f80e0
RK
1179)
1180#endif
87b2af7b
JG
1181#ifndef OVERRIDE_32_clock_nanosleep_time32
1182SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep_time32,
1183 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, int flags, struct old_timespec32 * rqtp, struct old_timespec32 * rmtp),
f1e7d826 1184 TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp),
87b2af7b 1185 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(struct old_timespec32 *, rqtp, rqtp)) sc_out(ctf_integer(struct old_timespec32 *, rmtp, rmtp)))
8f4f80e0
RK
1186)
1187#endif
f1e7d826
MD
1188#ifndef OVERRIDE_32_mq_open
1189SC_LTTNG_TRACEPOINT_EVENT(mq_open,
1190 TP_PROTO(sc_exit(long ret,) const char * u_name, int oflag, umode_t mode, struct mq_attr * u_attr),
1191 TP_ARGS(sc_exit(ret,) u_name, oflag, mode, u_attr),
e0976e2b 1192 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name)) sc_in(ctf_integer(int, oflag, oflag)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(struct mq_attr *, u_attr, u_attr)))
8f4f80e0
RK
1193)
1194#endif
f1e7d826
MD
1195#ifndef OVERRIDE_32_socketpair
1196SC_LTTNG_TRACEPOINT_EVENT(socketpair,
1197 TP_PROTO(sc_exit(long ret,) int family, int type, int protocol, int * usockvec),
1198 TP_ARGS(sc_exit(ret,) family, type, protocol, usockvec),
e0976e2b 1199 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, family, family)) sc_in(ctf_integer(int, type, type)) sc_in(ctf_integer(int, protocol, protocol)) sc_out(ctf_integer(int *, usockvec, usockvec)))
8f4f80e0
RK
1200)
1201#endif
f1e7d826
MD
1202#ifndef OVERRIDE_32_send
1203SC_LTTNG_TRACEPOINT_EVENT(send,
87b2af7b 1204 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags),
f1e7d826 1205 TP_ARGS(sc_exit(ret,) fd, buff, len, flags),
87b2af7b
JG
1206 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, buff, buff)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1207)
1208#endif
1209#ifndef OVERRIDE_32_recv
1210SC_LTTNG_TRACEPOINT_EVENT(recv,
1211 TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags),
1212 TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags),
1213 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, ubuf, ubuf)) sc_inout(ctf_integer(size_t, size, size)) sc_inout(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
1214)
1215#endif
f1e7d826
MD
1216#ifndef OVERRIDE_32_msgsnd
1217SC_LTTNG_TRACEPOINT_EVENT(msgsnd,
1218 TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, int msgflg),
1219 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgflg),
e0976e2b 1220 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_in(ctf_integer(struct msgbuf *, msgp, msgp)) sc_in(ctf_integer(size_t, msgsz, msgsz)) sc_in(ctf_integer(int, msgflg, msgflg)))
8f4f80e0
RK
1221)
1222#endif
f1e7d826
MD
1223#ifndef OVERRIDE_32_request_key
1224SC_LTTNG_TRACEPOINT_EVENT(request_key,
1225 TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const char * _callout_info, key_serial_t destringid),
1226 TP_ARGS(sc_exit(ret,) _type, _description, _callout_info, destringid),
e0976e2b 1227 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const char *, _callout_info, _callout_info)) sc_in(ctf_integer(key_serial_t, destringid, destringid)))
8f4f80e0
RK
1228)
1229#endif
87b2af7b
JG
1230#ifndef OVERRIDE_32_semtimedop_time32
1231SC_LTTNG_TRACEPOINT_EVENT(semtimedop_time32,
1232 TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsems, unsigned int nsops, const struct old_timespec32 * timeout),
1233 TP_ARGS(sc_exit(ret,) semid, tsems, nsops, timeout),
1234 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, semid, semid)) sc_inout(ctf_integer(struct sembuf *, tsems, tsems)) sc_inout(ctf_integer(unsigned int, nsops, nsops)) sc_inout(ctf_integer(const struct old_timespec32 *, timeout, timeout)))
8f4f80e0
RK
1235)
1236#endif
f1e7d826
MD
1237#ifndef OVERRIDE_32_openat
1238SC_LTTNG_TRACEPOINT_EVENT(openat,
1239 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int flags, umode_t mode),
1240 TP_ARGS(sc_exit(ret,) dfd, filename, flags, mode),
e0976e2b 1241 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(umode_t, mode, mode)))
8f4f80e0
RK
1242)
1243#endif
f1e7d826
MD
1244#ifndef OVERRIDE_32_mknodat
1245SC_LTTNG_TRACEPOINT_EVENT(mknodat,
87b2af7b 1246 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned int dev),
f1e7d826 1247 TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev),
87b2af7b 1248 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(unsigned int, dev, dev)))
8f4f80e0
RK
1249)
1250#endif
f1e7d826
MD
1251#ifndef OVERRIDE_32_fstatat64
1252SC_LTTNG_TRACEPOINT_EVENT(fstatat64,
1253 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct stat64 * statbuf, int flag),
1254 TP_ARGS(sc_exit(ret,) dfd, filename, statbuf, flag),
e0976e2b 1255 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf)) sc_inout(ctf_integer(int, flag, flag)))
8f4f80e0
RK
1256)
1257#endif
f1e7d826
MD
1258#ifndef OVERRIDE_32_renameat
1259SC_LTTNG_TRACEPOINT_EVENT(renameat,
1260 TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname),
1261 TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname),
e0976e2b 1262 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)))
8f4f80e0
RK
1263)
1264#endif
f1e7d826
MD
1265#ifndef OVERRIDE_32_readlinkat
1266SC_LTTNG_TRACEPOINT_EVENT(readlinkat,
1267 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, char * buf, int bufsiz),
1268 TP_ARGS(sc_exit(ret,) dfd, pathname, buf, bufsiz),
e0976e2b 1269 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, bufsiz, bufsiz)))
8f4f80e0
RK
1270)
1271#endif
f1e7d826
MD
1272#ifndef OVERRIDE_32_vmsplice
1273SC_LTTNG_TRACEPOINT_EVENT(vmsplice,
87b2af7b
JG
1274 TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * uiov, unsigned long nr_segs, unsigned int flags),
1275 TP_ARGS(sc_exit(ret,) fd, uiov, nr_segs, flags),
1276 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const struct iovec *, uiov, uiov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
1277)
1278#endif
87b2af7b
JG
1279#ifndef OVERRIDE_32_kexec_load
1280SC_LTTNG_TRACEPOINT_EVENT(kexec_load,
1281 TP_PROTO(sc_exit(long ret,) unsigned long entry, unsigned long nr_segments, struct kexec_segment * segments, unsigned long flags),
1282 TP_ARGS(sc_exit(ret,) entry, nr_segments, segments, flags),
1283 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, entry, entry)) sc_in(ctf_integer(unsigned long, nr_segments, nr_segments)) sc_in(ctf_integer(struct kexec_segment *, segments, segments)) sc_in(ctf_integer(unsigned long, flags, flags)))
8f4f80e0
RK
1284)
1285#endif
87b2af7b
JG
1286#ifndef OVERRIDE_32_utimensat_time32
1287SC_LTTNG_TRACEPOINT_EVENT(utimensat_time32,
1288 TP_PROTO(sc_exit(long ret,) unsigned int dfd, const char * filename, struct old_timespec32 * t, int flags),
1289 TP_ARGS(sc_exit(ret,) dfd, filename, t, flags),
1290 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timespec32 *, t, t)) sc_in(ctf_integer(int, flags, flags)))
1291)
1292#endif
1293#ifndef OVERRIDE_32_timerfd_settime32
1294SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime32,
1295 TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct old_itimerspec32 * utmr, struct old_itimerspec32 * otmr),
f1e7d826 1296 TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr),
87b2af7b 1297 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct old_itimerspec32 *, utmr, utmr)) sc_out(ctf_integer(struct old_itimerspec32 *, otmr, otmr)))
8f4f80e0
RK
1298)
1299#endif
f1e7d826
MD
1300#ifndef OVERRIDE_32_signalfd4
1301SC_LTTNG_TRACEPOINT_EVENT(signalfd4,
1302 TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask, int flags),
1303 TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask, flags),
e0976e2b 1304 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(sigset_t *, user_mask, user_mask)) sc_in(ctf_integer(size_t, sizemask, sizemask)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1305)
1306#endif
f1e7d826
MD
1307#ifndef OVERRIDE_32_rt_tgsigqueueinfo
1308SC_LTTNG_TRACEPOINT_EVENT(rt_tgsigqueueinfo,
1309 TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig, siginfo_t * uinfo),
1310 TP_ARGS(sc_exit(ret,) tgid, pid, sig, uinfo),
e0976e2b 1311 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, tgid, tgid)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo)))
8f4f80e0
RK
1312)
1313#endif
f1e7d826
MD
1314#ifndef OVERRIDE_32_accept4
1315SC_LTTNG_TRACEPOINT_EVENT(accept4,
1316 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen, int flags),
1317 TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen, flags),
e0976e2b 1318 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, upeer_sockaddr, upeer_sockaddr)) sc_inout(ctf_integer(int *, upeer_addrlen, upeer_addrlen)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1319)
1320#endif
f1e7d826
MD
1321#ifndef OVERRIDE_32_prlimit64
1322SC_LTTNG_TRACEPOINT_EVENT(prlimit64,
1323 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int resource, const struct rlimit64 * new_rlim, struct rlimit64 * old_rlim),
1324 TP_ARGS(sc_exit(ret,) pid, resource, new_rlim, old_rlim),
e0976e2b 1325 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(const struct rlimit64 *, new_rlim, new_rlim)) sc_out(ctf_integer(struct rlimit64 *, old_rlim, old_rlim)))
8f4f80e0
RK
1326)
1327#endif
f1e7d826
MD
1328#ifndef OVERRIDE_32_sendmmsg
1329SC_LTTNG_TRACEPOINT_EVENT(sendmmsg,
1330 TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags),
1331 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags),
e0976e2b 1332 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)))
c974cc6e
JG
1333)
1334#endif
87b2af7b
JG
1335#ifndef OVERRIDE_32_sched_getattr
1336SC_LTTNG_TRACEPOINT_EVENT(sched_getattr,
1337 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int usize, unsigned int flags),
1338 TP_ARGS(sc_exit(ret,) pid, uattr, usize, flags),
1339 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, usize, usize)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1340)
1341#endif
1342#ifndef OVERRIDE_32_rseq
1343SC_LTTNG_TRACEPOINT_EVENT(rseq,
1344 TP_PROTO(sc_exit(long ret,) struct rseq * rseq, u32 rseq_len, int flags, u32 sig),
1345 TP_ARGS(sc_exit(ret,) rseq, rseq_len, flags, sig),
1346 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct rseq *, rseq, rseq)) sc_inout(ctf_integer(u32, rseq_len, rseq_len)) sc_inout(ctf_integer(int, flags, flags)) sc_inout(ctf_integer(u32, sig, sig)))
1347)
1348#endif
1349#ifndef OVERRIDE_32_clock_nanosleep
1350SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep,
1351 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct __kernel_timespec * rqtp, struct __kernel_timespec * rmtp),
1352 TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp),
1353 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct __kernel_timespec *, rmtp, rmtp)))
1354)
1355#endif
1356#ifndef OVERRIDE_32_timer_settime
1357SC_LTTNG_TRACEPOINT_EVENT(timer_settime,
1358 TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct __kernel_itimerspec * new_setting, struct __kernel_itimerspec * old_setting),
1359 TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting),
1360 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct __kernel_itimerspec *, old_setting, old_setting)))
1361)
1362#endif
1363#ifndef OVERRIDE_32_timerfd_settime
1364SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime,
1365 TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct __kernel_itimerspec * utmr, struct __kernel_itimerspec * otmr),
1366 TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr),
1367 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr)))
1368)
1369#endif
1370#ifndef OVERRIDE_32_utimensat
1371SC_LTTNG_TRACEPOINT_EVENT(utimensat,
1372 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct __kernel_timespec * utimes, int flags),
1373 TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags),
1374 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct __kernel_timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags)))
1375)
1376#endif
1377#ifndef OVERRIDE_32_semtimedop
1378SC_LTTNG_TRACEPOINT_EVENT(semtimedop,
1379 TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned int nsops, const struct __kernel_timespec * timeout),
1380 TP_ARGS(sc_exit(ret,) semid, tsops, nsops, timeout),
1381 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned int, nsops, nsops)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout)))
1382)
1383#endif
1384#ifndef OVERRIDE_32_rt_sigtimedwait
1385SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait,
1386 TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct __kernel_timespec * uts, size_t sigsetsize),
1387 TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize),
1388 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct __kernel_timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
1389)
1390#endif
1391#ifndef OVERRIDE_32_pidfd_send_signal
1392SC_LTTNG_TRACEPOINT_EVENT(pidfd_send_signal,
1393 TP_PROTO(sc_exit(long ret,) int pidfd, int sig, siginfo_t * info, unsigned int flags),
1394 TP_ARGS(sc_exit(ret,) pidfd, sig, info, flags),
1395 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(siginfo_t *, info, info)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1396)
1397#endif
1398#ifndef OVERRIDE_32_io_uring_register
1399SC_LTTNG_TRACEPOINT_EVENT(io_uring_register,
1400 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int opcode, void * arg, unsigned int nr_args),
1401 TP_ARGS(sc_exit(ret,) fd, opcode, arg, nr_args),
1402 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, opcode, opcode)) sc_inout(ctf_integer(void *, arg, arg)) sc_inout(ctf_integer(unsigned int, nr_args, nr_args)))
1403)
1404#endif
1405#ifndef OVERRIDE_32_openat2
1406SC_LTTNG_TRACEPOINT_EVENT(openat2,
1407 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct open_how * how, size_t usize),
1408 TP_ARGS(sc_exit(ret,) dfd, filename, how, usize),
1409 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct open_how *, how, how)) sc_inout(ctf_integer(size_t, usize, usize)))
1410)
1411#endif
1412#ifndef OVERRIDE_32_faccessat2
1413SC_LTTNG_TRACEPOINT_EVENT(faccessat2,
1414 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode, int flags),
1415 TP_ARGS(sc_exit(ret,) dfd, filename, mode, flags),
1416 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(int, mode, mode)) sc_inout(ctf_integer(int, flags, flags)))
1417)
1418#endif
1419#ifndef OVERRIDE_32_quotactl_fd
1420SC_LTTNG_TRACEPOINT_EVENT(quotactl_fd,
1421 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, qid_t id, void * addr),
1422 TP_ARGS(sc_exit(ret,) fd, cmd, id, addr),
1423 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr)))
1424)
1425#endif
1426#ifndef OVERRIDE_32_landlock_add_rule
1427SC_LTTNG_TRACEPOINT_EVENT(landlock_add_rule,
1428 TP_PROTO(sc_exit(long ret,) const int ruleset_fd, const enum landlock_rule_type rule_type, const void *const rule_attr, const __u32 flags),
1429 TP_ARGS(sc_exit(ret,) ruleset_fd, rule_type, rule_attr, flags),
1430 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const int, ruleset_fd, ruleset_fd)) sc_inout(ctf_integer(const enum landlock_rule_type, rule_type, rule_type)) sc_inout(ctf_integer(const void *const, rule_attr, rule_attr)) sc_inout(ctf_integer(const __u32, flags, flags)))
1431)
1432#endif
f1e7d826
MD
1433#ifndef OVERRIDE_32_mount
1434SC_LTTNG_TRACEPOINT_EVENT(mount,
1435 TP_PROTO(sc_exit(long ret,) char * dev_name, char * dir_name, char * type, unsigned long flags, void * data),
1436 TP_ARGS(sc_exit(ret,) dev_name, dir_name, type, flags, data),
e0976e2b 1437 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(dev_name, dev_name)) sc_in(ctf_user_string(dir_name, dir_name)) sc_in(ctf_user_string(type, type)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(void *, data, data)))
8f4f80e0
RK
1438)
1439#endif
87b2af7b
JG
1440#ifndef OVERRIDE_32_clone
1441SC_LTTNG_TRACEPOINT_EVENT(clone,
1442 TP_PROTO(sc_exit(long ret,) unsigned long clone_flags, unsigned long newsp, int * parent_tidptr, unsigned long tls, int * child_tidptr),
1443 TP_ARGS(sc_exit(ret,) clone_flags, newsp, parent_tidptr, tls, child_tidptr),
1444 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, clone_flags, clone_flags)) sc_inout(ctf_integer(unsigned long, newsp, newsp)) sc_inout(ctf_integer(int *, parent_tidptr, parent_tidptr)) sc_inout(ctf_integer(unsigned long, tls, tls)) sc_inout(ctf_integer(int *, child_tidptr, child_tidptr)))
1445)
1446#endif
f1e7d826
MD
1447#ifndef OVERRIDE_32_llseek
1448SC_LTTNG_TRACEPOINT_EVENT(llseek,
87b2af7b
JG
1449 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t * result, unsigned int whence),
1450 TP_ARGS(sc_exit(ret,) fd, offset_high, offset_low, result, whence),
1451 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned long, offset_high, offset_high)) sc_inout(ctf_integer(unsigned long, offset_low, offset_low)) sc_inout(ctf_integer(loff_t *, result, result)) sc_inout(ctf_integer(unsigned int, whence, whence)))
8f4f80e0
RK
1452)
1453#endif
f1e7d826
MD
1454#ifndef OVERRIDE_32_select
1455SC_LTTNG_TRACEPOINT_EVENT(select,
87b2af7b 1456 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_old_timeval * tvp),
f1e7d826 1457 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tvp),
87b2af7b 1458 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct __kernel_old_timeval *, tvp, tvp)))
8f4f80e0
RK
1459)
1460#endif
f1e7d826
MD
1461#ifndef OVERRIDE_32_setxattr
1462SC_LTTNG_TRACEPOINT_EVENT(setxattr,
1463 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags),
1464 TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags),
e0976e2b 1465 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1466)
1467#endif
f1e7d826
MD
1468#ifndef OVERRIDE_32_lsetxattr
1469SC_LTTNG_TRACEPOINT_EVENT(lsetxattr,
1470 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags),
1471 TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags),
e0976e2b 1472 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1473)
1474#endif
f1e7d826
MD
1475#ifndef OVERRIDE_32_fsetxattr
1476SC_LTTNG_TRACEPOINT_EVENT(fsetxattr,
1477 TP_PROTO(sc_exit(long ret,) int fd, const char * name, const void * value, size_t size, int flags),
1478 TP_ARGS(sc_exit(ret,) fd, name, value, size, flags),
e0976e2b 1479 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1480)
1481#endif
87b2af7b
JG
1482#ifndef OVERRIDE_32_io_getevents_time32
1483SC_LTTNG_TRACEPOINT_EVENT(io_getevents_time32,
1484 TP_PROTO(sc_exit(long ret,) __u32 ctx_id, __s32 min_nr, __s32 nr, struct io_event * events, struct old_timespec32 * timeout),
f1e7d826 1485 TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout),
87b2af7b 1486 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(__u32, ctx_id, ctx_id)) sc_in(ctf_integer(__s32, min_nr, min_nr)) sc_in(ctf_integer(__s32, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout)))
8f4f80e0
RK
1487)
1488#endif
87b2af7b
JG
1489#ifndef OVERRIDE_32_pciconfig_read
1490SC_LTTNG_TRACEPOINT_EVENT(pciconfig_read,
1491 TP_PROTO(sc_exit(long ret,) unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void * buf),
1492 TP_ARGS(sc_exit(ret,) bus, dfn, off, len, buf),
1493 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, bus, bus)) sc_inout(ctf_integer(unsigned long, dfn, dfn)) sc_inout(ctf_integer(unsigned long, off, off)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(void *, buf, buf)))
1494)
1495#endif
1496#ifndef OVERRIDE_32_pciconfig_write
1497SC_LTTNG_TRACEPOINT_EVENT(pciconfig_write,
1498 TP_PROTO(sc_exit(long ret,) unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void * buf),
1499 TP_ARGS(sc_exit(ret,) bus, dfn, off, len, buf),
1500 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, bus, bus)) sc_inout(ctf_integer(unsigned long, dfn, dfn)) sc_inout(ctf_integer(unsigned long, off, off)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(void *, buf, buf)))
1501)
1502#endif
1503#ifndef OVERRIDE_32_mq_timedsend_time32
1504SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend_time32,
1505 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, unsigned int msg_len, unsigned int msg_prio, const struct old_timespec32 * u_abs_timeout),
f1e7d826 1506 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout),
87b2af7b 1507 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(unsigned int, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct old_timespec32 *, u_abs_timeout, u_abs_timeout)))
8f4f80e0
RK
1508)
1509#endif
87b2af7b
JG
1510#ifndef OVERRIDE_32_mq_timedreceive_time32
1511SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive_time32,
1512 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, unsigned int msg_len, unsigned int * u_msg_prio, const struct old_timespec32 * u_abs_timeout),
f1e7d826 1513 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout),
87b2af7b 1514 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(unsigned int, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct old_timespec32 *, u_abs_timeout, u_abs_timeout)))
8f4f80e0
RK
1515)
1516#endif
f1e7d826
MD
1517#ifndef OVERRIDE_32_waitid
1518SC_LTTNG_TRACEPOINT_EVENT(waitid,
1519 TP_PROTO(sc_exit(long ret,) int which, pid_t upid, struct siginfo * infop, int options, struct rusage * ru),
1520 TP_ARGS(sc_exit(ret,) which, upid, infop, options, ru),
e0976e2b 1521 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(struct siginfo *, infop, infop)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru)))
8f4f80e0
RK
1522)
1523#endif
f1e7d826
MD
1524#ifndef OVERRIDE_32_setsockopt
1525SC_LTTNG_TRACEPOINT_EVENT(setsockopt,
1526 TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int optlen),
1527 TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen),
e0976e2b 1528 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, level, level)) sc_in(ctf_integer(int, optname, optname)) sc_in(ctf_integer(char *, optval, optval)) sc_in(ctf_integer(int, optlen, optlen)))
8f4f80e0
RK
1529)
1530#endif
f1e7d826
MD
1531#ifndef OVERRIDE_32_getsockopt
1532SC_LTTNG_TRACEPOINT_EVENT(getsockopt,
1533 TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int * optlen),
1534 TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen),
e0976e2b 1535 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, level, level)) sc_in(ctf_integer(int, optname, optname)) sc_out(ctf_integer(char *, optval, optval)) sc_inout(ctf_integer(int *, optlen, optlen)))
8f4f80e0
RK
1536)
1537#endif
f1e7d826
MD
1538#ifndef OVERRIDE_32_msgrcv
1539SC_LTTNG_TRACEPOINT_EVENT(msgrcv,
1540 TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, long msgtyp, int msgflg),
1541 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgtyp, msgflg),
e0976e2b 1542 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_out(ctf_integer(struct msgbuf *, msgp, msgp)) sc_in(ctf_integer(size_t, msgsz, msgsz)) sc_in(ctf_integer(long, msgtyp, msgtyp)) sc_in(ctf_integer(int, msgflg, msgflg)))
8f4f80e0
RK
1543)
1544#endif
f1e7d826
MD
1545#ifndef OVERRIDE_32_add_key
1546SC_LTTNG_TRACEPOINT_EVENT(add_key,
1547 TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const void * _payload, size_t plen, key_serial_t ringid),
1548 TP_ARGS(sc_exit(ret,) _type, _description, _payload, plen, ringid),
e0976e2b 1549 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const void *, _payload, _payload)) sc_in(ctf_integer(size_t, plen, plen)) sc_in(ctf_integer(key_serial_t, ringid, ringid)))
8f4f80e0
RK
1550)
1551#endif
f1e7d826
MD
1552#ifndef OVERRIDE_32_fchownat
1553SC_LTTNG_TRACEPOINT_EVENT(fchownat,
1554 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, uid_t user, gid_t group, int flag),
1555 TP_ARGS(sc_exit(ret,) dfd, filename, user, group, flag),
e0976e2b 1556 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)) sc_in(ctf_integer(int, flag, flag)))
8f4f80e0
RK
1557)
1558#endif
f1e7d826
MD
1559#ifndef OVERRIDE_32_linkat
1560SC_LTTNG_TRACEPOINT_EVENT(linkat,
1561 TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, int flags),
1562 TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags),
e0976e2b 1563 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)) sc_in(ctf_integer(int, flags, flags)))
8f4f80e0
RK
1564)
1565#endif
87b2af7b
JG
1566#ifndef OVERRIDE_32_ppoll_time32
1567SC_LTTNG_TRACEPOINT_EVENT(ppoll_time32,
1568 TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct old_timespec32 * tsp, const sigset_t * sigmask, size_t sigsetsize),
f1e7d826 1569 TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize),
87b2af7b 1570 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct old_timespec32 *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
1571)
1572#endif
f1e7d826
MD
1573#ifndef OVERRIDE_32_preadv
1574SC_LTTNG_TRACEPOINT_EVENT(preadv,
1575 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h),
1576 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h),
e0976e2b 1577 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_out(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h)))
8f4f80e0
RK
1578)
1579#endif
f1e7d826
MD
1580#ifndef OVERRIDE_32_pwritev
1581SC_LTTNG_TRACEPOINT_EVENT(pwritev,
1582 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h),
1583 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h),
e0976e2b 1584 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_in(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h)))
8f4f80e0
RK
1585)
1586#endif
f1e7d826
MD
1587#ifndef OVERRIDE_32_perf_event_open
1588SC_LTTNG_TRACEPOINT_EVENT(perf_event_open,
1589 TP_PROTO(sc_exit(long ret,) struct perf_event_attr * attr_uptr, pid_t pid, int cpu, int group_fd, unsigned long flags),
1590 TP_ARGS(sc_exit(ret,) attr_uptr, pid, cpu, group_fd, flags),
e0976e2b 1591 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct perf_event_attr *, attr_uptr, attr_uptr)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, cpu, cpu)) sc_in(ctf_integer(int, group_fd, group_fd)) sc_in(ctf_integer(unsigned long, flags, flags)))
c974cc6e
JG
1592)
1593#endif
87b2af7b
JG
1594#ifndef OVERRIDE_32_recvmmsg_time32
1595SC_LTTNG_TRACEPOINT_EVENT(recvmmsg_time32,
1596 TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct old_timespec32 * timeout),
f1e7d826 1597 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout),
87b2af7b
JG
1598 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout)))
1599)
1600#endif
1601#ifndef OVERRIDE_32_fanotify_mark
1602SC_LTTNG_TRACEPOINT_EVENT(fanotify_mark,
1603 TP_PROTO(sc_exit(long ret,) int fanotify_fd, unsigned int flags, __u64 mask, int dfd, const char * pathname),
1604 TP_ARGS(sc_exit(ret,) fanotify_fd, flags, mask, dfd, pathname),
1605 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fanotify_fd, fanotify_fd)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(__u64, mask, mask)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)))
8f4f80e0
RK
1606)
1607#endif
f1e7d826
MD
1608#ifndef OVERRIDE_32_name_to_handle_at
1609SC_LTTNG_TRACEPOINT_EVENT(name_to_handle_at,
1610 TP_PROTO(sc_exit(long ret,) int dfd, const char * name, struct file_handle * handle, int * mnt_id, int flag),
1611 TP_ARGS(sc_exit(ret,) dfd, name, handle, mnt_id, flag),
e0976e2b 1612 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(name, name)) sc_inout(ctf_integer(struct file_handle *, handle, handle)) sc_out(ctf_integer(int *, mnt_id, mnt_id)) sc_in(ctf_integer(int, flag, flag)))
c974cc6e
JG
1613)
1614#endif
87b2af7b
JG
1615#ifndef OVERRIDE_32_renameat2
1616SC_LTTNG_TRACEPOINT_EVENT(renameat2,
1617 TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, unsigned int flags),
1618 TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags),
1619 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, olddfd, olddfd)) sc_inout(ctf_user_string(oldname, oldname)) sc_inout(ctf_integer(int, newdfd, newdfd)) sc_inout(ctf_user_string(newname, newname)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1620)
1621#endif
1622#ifndef OVERRIDE_32_execveat
1623SC_LTTNG_TRACEPOINT_EVENT(execveat,
1624 TP_PROTO(sc_exit(long ret,) int fd, const char * filename, const char *const * argv, const char *const * envp, int flags),
1625 TP_ARGS(sc_exit(ret,) fd, filename, argv, envp, flags),
1626 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp)) sc_inout(ctf_integer(int, flags, flags)))
1627)
1628#endif
1629#ifndef OVERRIDE_32_statx
1630SC_LTTNG_TRACEPOINT_EVENT(statx,
1631 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags, unsigned int mask, struct statx * buffer),
1632 TP_ARGS(sc_exit(ret,) dfd, filename, flags, mask, buffer),
1633 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags)) sc_inout(ctf_integer(unsigned int, mask, mask)) sc_inout(ctf_integer(struct statx *, buffer, buffer)))
1634)
1635#endif
1636#ifndef OVERRIDE_32_ppoll
1637SC_LTTNG_TRACEPOINT_EVENT(ppoll,
1638 TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct __kernel_timespec * tsp, const sigset_t * sigmask, size_t sigsetsize),
1639 TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize),
1640 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
1641)
1642#endif
1643#ifndef OVERRIDE_32_recvmmsg
1644SC_LTTNG_TRACEPOINT_EVENT(recvmmsg,
1645 TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct __kernel_timespec * timeout),
1646 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout),
1647 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)))
1648)
1649#endif
1650#ifndef OVERRIDE_32_mq_timedsend
1651SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend,
1652 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec * u_abs_timeout),
1653 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout),
1654 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout)))
1655)
1656#endif
1657#ifndef OVERRIDE_32_mq_timedreceive
1658SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive,
1659 TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, size_t msg_len, unsigned int * u_msg_prio, const struct __kernel_timespec * u_abs_timeout),
1660 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout),
1661 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout)))
1662)
1663#endif
1664#ifndef OVERRIDE_32_move_mount
1665SC_LTTNG_TRACEPOINT_EVENT(move_mount,
1666 TP_PROTO(sc_exit(long ret,) int from_dfd, const char * from_pathname, int to_dfd, const char * to_pathname, unsigned int flags),
1667 TP_ARGS(sc_exit(ret,) from_dfd, from_pathname, to_dfd, to_pathname, flags),
1668 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, from_dfd, from_dfd)) sc_inout(ctf_user_string(from_pathname, from_pathname)) sc_inout(ctf_integer(int, to_dfd, to_dfd)) sc_inout(ctf_user_string(to_pathname, to_pathname)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1669)
1670#endif
1671#ifndef OVERRIDE_32_fsconfig
1672SC_LTTNG_TRACEPOINT_EVENT(fsconfig,
1673 TP_PROTO(sc_exit(long ret,) int fd, unsigned int cmd, const char * _key, const void * _value, int aux),
1674 TP_ARGS(sc_exit(ret,) fd, cmd, _key, _value, aux),
1675 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(const char *, _key, _key)) sc_inout(ctf_integer(const void *, _value, _value)) sc_inout(ctf_integer(int, aux, aux)))
1676)
1677#endif
1678#ifndef OVERRIDE_32_process_madvise
1679SC_LTTNG_TRACEPOINT_EVENT(process_madvise,
1680 TP_PROTO(sc_exit(long ret,) int pidfd, const struct iovec * vec, size_t vlen, int behavior, unsigned int flags),
1681 TP_ARGS(sc_exit(ret,) pidfd, vec, vlen, behavior, flags),
1682 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(size_t, vlen, vlen)) sc_inout(ctf_integer(int, behavior, behavior)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1683)
1684#endif
1685#ifndef OVERRIDE_32_mount_setattr
1686SC_LTTNG_TRACEPOINT_EVENT(mount_setattr,
1687 TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags, struct mount_attr * uattr, size_t usize),
1688 TP_ARGS(sc_exit(ret,) dfd, path, flags, uattr, usize),
1689 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct mount_attr *, uattr, uattr)) sc_inout(ctf_integer(size_t, usize, usize)))
1690)
1691#endif
1692#ifndef OVERRIDE_32_futex_waitv
1693SC_LTTNG_TRACEPOINT_EVENT(futex_waitv,
1694 TP_PROTO(sc_exit(long ret,) struct futex_waitv * waiters, unsigned int nr_futexes, unsigned int flags, struct __kernel_timespec * timeout, clockid_t clockid),
1695 TP_ARGS(sc_exit(ret,) waiters, nr_futexes, flags, timeout, clockid),
1696 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct futex_waitv *, waiters, waiters)) sc_inout(ctf_integer(unsigned int, nr_futexes, nr_futexes)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(clockid_t, clockid, clockid)))
1697)
1698#endif
1699#ifndef OVERRIDE_32_futex_time32
1700SC_LTTNG_TRACEPOINT_EVENT(futex_time32,
1701 TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, const struct old_timespec32 * utime, u32 * uaddr2, u32 val3),
f1e7d826 1702 TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3),
87b2af7b 1703 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(const struct old_timespec32 *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3)))
8f4f80e0
RK
1704)
1705#endif
f1e7d826
MD
1706#ifndef OVERRIDE_32_sendto
1707SC_LTTNG_TRACEPOINT_EVENT(sendto,
87b2af7b 1708 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags, struct sockaddr * addr, int addr_len),
f1e7d826 1709 TP_ARGS(sc_exit(ret,) fd, buff, len, flags, addr, addr_len),
87b2af7b 1710 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(void *, buff, buff)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(struct sockaddr *, addr, addr)) sc_in(ctf_integer(int, addr_len, addr_len)))
8f4f80e0
RK
1711)
1712#endif
f1e7d826
MD
1713#ifndef OVERRIDE_32_recvfrom
1714SC_LTTNG_TRACEPOINT_EVENT(recvfrom,
87b2af7b 1715 TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags, struct sockaddr * addr, int * addr_len),
f1e7d826 1716 TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags, addr, addr_len),
87b2af7b 1717 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(void *, ubuf, ubuf)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_out(ctf_integer(struct sockaddr *, addr, addr)) sc_inout(ctf_integer(int *, addr_len, addr_len)))
8f4f80e0
RK
1718)
1719#endif
87b2af7b
JG
1720#ifndef OVERRIDE_32_pselect6_time32
1721SC_LTTNG_TRACEPOINT_EVENT(pselect6_time32,
1722 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct old_timespec32 * tsp, void * sig),
f1e7d826 1723 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig),
87b2af7b 1724 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct old_timespec32 *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig)))
8f4f80e0
RK
1725)
1726#endif
f1e7d826
MD
1727#ifndef OVERRIDE_32_splice
1728SC_LTTNG_TRACEPOINT_EVENT(splice,
1729 TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags),
1730 TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags),
e0976e2b 1731 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd_in, fd_in)) sc_in(ctf_integer(loff_t *, off_in, off_in)) sc_in(ctf_integer(int, fd_out, fd_out)) sc_in(ctf_integer(loff_t *, off_out, off_out)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags)))
8f4f80e0
RK
1732)
1733#endif
f1e7d826
MD
1734#ifndef OVERRIDE_32_epoll_pwait
1735SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait,
1736 TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout, const sigset_t * sigmask, size_t sigsetsize),
1737 TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize),
e0976e2b 1738 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
8f4f80e0
RK
1739)
1740#endif
f1e7d826
MD
1741#ifndef OVERRIDE_32_process_vm_readv
1742SC_LTTNG_TRACEPOINT_EVENT(process_vm_readv,
1743 TP_PROTO(sc_exit(long ret,) pid_t pid, const struct iovec * lvec, unsigned long liovcnt, const struct iovec * rvec, unsigned long riovcnt, unsigned long flags),
1744 TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags),
e0976e2b 1745 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(const struct iovec *, lvec, lvec)) sc_in(ctf_integer(unsigned long, liovcnt, liovcnt)) sc_in(ctf_integer(const struct iovec *, rvec, rvec)) sc_in(ctf_integer(unsigned long, riovcnt, riovcnt)) sc_in(ctf_integer(unsigned long, flags, flags)))
c974cc6e
JG
1746)
1747#endif
f1e7d826
MD
1748#ifndef OVERRIDE_32_process_vm_writev
1749SC_LTTNG_TRACEPOINT_EVENT(process_vm_writev,
1750 TP_PROTO(sc_exit(long ret,) pid_t pid, const struct iovec * lvec, unsigned long liovcnt, const struct iovec * rvec, unsigned long riovcnt, unsigned long flags),
1751 TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags),
e0976e2b 1752 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(const struct iovec *, lvec, lvec)) sc_in(ctf_integer(unsigned long, liovcnt, liovcnt)) sc_in(ctf_integer(const struct iovec *, rvec, rvec)) sc_in(ctf_integer(unsigned long, riovcnt, riovcnt)) sc_in(ctf_integer(unsigned long, flags, flags)))
c974cc6e
JG
1753)
1754#endif
87b2af7b
JG
1755#ifndef OVERRIDE_32_copy_file_range
1756SC_LTTNG_TRACEPOINT_EVENT(copy_file_range,
1757 TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags),
1758 TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags),
1759 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd_in, fd_in)) sc_inout(ctf_integer(loff_t *, off_in, off_in)) sc_inout(ctf_integer(int, fd_out, fd_out)) sc_inout(ctf_integer(loff_t *, off_out, off_out)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags)))
1760)
1761#endif
1762#ifndef OVERRIDE_32_preadv2
1763SC_LTTNG_TRACEPOINT_EVENT(preadv2,
1764 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags),
1765 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags),
1766 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags)))
1767)
1768#endif
1769#ifndef OVERRIDE_32_pwritev2
1770SC_LTTNG_TRACEPOINT_EVENT(pwritev2,
1771 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags),
1772 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags),
1773 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags)))
1774)
1775#endif
1776#ifndef OVERRIDE_32_io_pgetevents_time32
1777SC_LTTNG_TRACEPOINT_EVENT(io_pgetevents_time32,
1778 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct old_timespec32 * timeout, const struct __aio_sigset * usig),
1779 TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout, usig),
1780 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_inout(ctf_integer(long, min_nr, min_nr)) sc_inout(ctf_integer(long, nr, nr)) sc_inout(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout)) sc_inout(ctf_integer(const struct __aio_sigset *, usig, usig)))
1781)
1782#endif
1783#ifndef OVERRIDE_32_pselect6
1784SC_LTTNG_TRACEPOINT_EVENT(pselect6,
1785 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_timespec * tsp, void * sig),
1786 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig),
1787 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig)))
1788)
1789#endif
1790#ifndef OVERRIDE_32_io_pgetevents
1791SC_LTTNG_TRACEPOINT_EVENT(io_pgetevents,
1792 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct __kernel_timespec * timeout, const struct __aio_sigset * usig),
1793 TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout, usig),
1794 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_inout(ctf_integer(long, min_nr, min_nr)) sc_inout(ctf_integer(long, nr, nr)) sc_inout(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const struct __aio_sigset *, usig, usig)))
1795)
1796#endif
1797#ifndef OVERRIDE_32_futex
1798SC_LTTNG_TRACEPOINT_EVENT(futex,
1799 TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, const struct __kernel_timespec * utime, u32 * uaddr2, u32 val3),
1800 TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3),
1801 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(const struct __kernel_timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3)))
1802)
1803#endif
1804#ifndef OVERRIDE_32_io_uring_enter
1805SC_LTTNG_TRACEPOINT_EVENT(io_uring_enter,
1806 TP_PROTO(sc_exit(long ret,) unsigned int fd, u32 to_submit, u32 min_complete, u32 flags, const void * argp, size_t argsz),
1807 TP_ARGS(sc_exit(ret,) fd, to_submit, min_complete, flags, argp, argsz),
1808 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(u32, to_submit, to_submit)) sc_inout(ctf_integer(u32, min_complete, min_complete)) sc_inout(ctf_integer(u32, flags, flags)) sc_inout(ctf_integer(const void *, argp, argp)) sc_inout(ctf_integer(size_t, argsz, argsz)))
1809)
1810#endif
1811#ifndef OVERRIDE_32_epoll_pwait2
1812SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait2,
1813 TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, const struct __kernel_timespec * timeout, const sigset_t * sigmask, size_t sigsetsize),
1814 TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize),
1815 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, epfd, epfd)) sc_inout(ctf_integer(struct epoll_event *, events, events)) sc_inout(ctf_integer(int, maxevents, maxevents)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_inout(ctf_integer(size_t, sigsetsize, sigsetsize)))
1816)
1817#endif
8f4f80e0
RK
1818
1819#endif /* _TRACE_SYSCALLS_POINTERS_H */
1820
1821/* This part must be outside protection */
3b4aafcb 1822#include <lttng/define_trace.h>
8f4f80e0
RK
1823
1824#else /* CREATE_SYSCALL_TABLE */
1825
6314c2d3 1826#include "arm-32-syscalls_pointers_override.h"
8f4f80e0
RK
1827#include "syscalls_pointers_override.h"
1828
f1e7d826
MD
1829#ifndef OVERRIDE_TABLE_32_read
1830TRACE_SYSCALL_TABLE(read, read, 3, 3)
8f4f80e0 1831#endif
f1e7d826
MD
1832#ifndef OVERRIDE_TABLE_32_write
1833TRACE_SYSCALL_TABLE(write, write, 4, 3)
8f4f80e0 1834#endif
f1e7d826
MD
1835#ifndef OVERRIDE_TABLE_32_open
1836TRACE_SYSCALL_TABLE(open, open, 5, 3)
8f4f80e0 1837#endif
f1e7d826
MD
1838#ifndef OVERRIDE_TABLE_32_creat
1839TRACE_SYSCALL_TABLE(creat, creat, 8, 2)
8f4f80e0 1840#endif
f1e7d826
MD
1841#ifndef OVERRIDE_TABLE_32_link
1842TRACE_SYSCALL_TABLE(link, link, 9, 2)
8f4f80e0 1843#endif
f1e7d826
MD
1844#ifndef OVERRIDE_TABLE_32_unlink
1845TRACE_SYSCALL_TABLE(unlink, unlink, 10, 1)
8f4f80e0 1846#endif
87b2af7b
JG
1847#ifndef OVERRIDE_TABLE_32_execve
1848TRACE_SYSCALL_TABLE(execve, execve, 11, 3)
1849#endif
f1e7d826
MD
1850#ifndef OVERRIDE_TABLE_32_chdir
1851TRACE_SYSCALL_TABLE(chdir, chdir, 12, 1)
8f4f80e0 1852#endif
f1e7d826
MD
1853#ifndef OVERRIDE_TABLE_32_mknod
1854TRACE_SYSCALL_TABLE(mknod, mknod, 14, 3)
8f4f80e0 1855#endif
f1e7d826
MD
1856#ifndef OVERRIDE_TABLE_32_chmod
1857TRACE_SYSCALL_TABLE(chmod, chmod, 15, 2)
8f4f80e0 1858#endif
f1e7d826
MD
1859#ifndef OVERRIDE_TABLE_32_lchown16
1860TRACE_SYSCALL_TABLE(lchown16, lchown16, 16, 3)
8f4f80e0 1861#endif
f1e7d826
MD
1862#ifndef OVERRIDE_TABLE_32_mount
1863TRACE_SYSCALL_TABLE(mount, mount, 21, 5)
8f4f80e0 1864#endif
f1e7d826
MD
1865#ifndef OVERRIDE_TABLE_32_access
1866TRACE_SYSCALL_TABLE(access, access, 33, 2)
8f4f80e0 1867#endif
f1e7d826
MD
1868#ifndef OVERRIDE_TABLE_32_rename
1869TRACE_SYSCALL_TABLE(rename, rename, 38, 2)
8f4f80e0 1870#endif
f1e7d826
MD
1871#ifndef OVERRIDE_TABLE_32_mkdir
1872TRACE_SYSCALL_TABLE(mkdir, mkdir, 39, 2)
8f4f80e0 1873#endif
f1e7d826
MD
1874#ifndef OVERRIDE_TABLE_32_rmdir
1875TRACE_SYSCALL_TABLE(rmdir, rmdir, 40, 1)
8f4f80e0 1876#endif
f1e7d826
MD
1877#ifndef OVERRIDE_TABLE_32_pipe
1878TRACE_SYSCALL_TABLE(pipe, pipe, 42, 1)
8f4f80e0 1879#endif
f1e7d826
MD
1880#ifndef OVERRIDE_TABLE_32_times
1881TRACE_SYSCALL_TABLE(times, times, 43, 1)
8f4f80e0 1882#endif
f1e7d826
MD
1883#ifndef OVERRIDE_TABLE_32_acct
1884TRACE_SYSCALL_TABLE(acct, acct, 51, 1)
c974cc6e 1885#endif
f1e7d826
MD
1886#ifndef OVERRIDE_TABLE_32_umount
1887TRACE_SYSCALL_TABLE(umount, umount, 52, 2)
8f4f80e0 1888#endif
f1e7d826
MD
1889#ifndef OVERRIDE_TABLE_32_chroot
1890TRACE_SYSCALL_TABLE(chroot, chroot, 61, 1)
8f4f80e0 1891#endif
f1e7d826
MD
1892#ifndef OVERRIDE_TABLE_32_ustat
1893TRACE_SYSCALL_TABLE(ustat, ustat, 62, 2)
8f4f80e0 1894#endif
87b2af7b
JG
1895#ifndef OVERRIDE_TABLE_32_sigaction
1896TRACE_SYSCALL_TABLE(sigaction, sigaction, 67, 3)
1897#endif
f1e7d826
MD
1898#ifndef OVERRIDE_TABLE_32_sigpending
1899TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1)
8f4f80e0 1900#endif
f1e7d826
MD
1901#ifndef OVERRIDE_TABLE_32_sethostname
1902TRACE_SYSCALL_TABLE(sethostname, sethostname, 74, 2)
8f4f80e0 1903#endif
f1e7d826
MD
1904#ifndef OVERRIDE_TABLE_32_setrlimit
1905TRACE_SYSCALL_TABLE(setrlimit, setrlimit, 75, 2)
8f4f80e0 1906#endif
f1e7d826
MD
1907#ifndef OVERRIDE_TABLE_32_getrusage
1908TRACE_SYSCALL_TABLE(getrusage, getrusage, 77, 2)
8f4f80e0 1909#endif
f1e7d826
MD
1910#ifndef OVERRIDE_TABLE_32_gettimeofday
1911TRACE_SYSCALL_TABLE(gettimeofday, gettimeofday, 78, 2)
8f4f80e0 1912#endif
f1e7d826
MD
1913#ifndef OVERRIDE_TABLE_32_settimeofday
1914TRACE_SYSCALL_TABLE(settimeofday, settimeofday, 79, 2)
8f4f80e0 1915#endif
f1e7d826
MD
1916#ifndef OVERRIDE_TABLE_32_getgroups16
1917TRACE_SYSCALL_TABLE(getgroups16, getgroups16, 80, 2)
8f4f80e0 1918#endif
f1e7d826
MD
1919#ifndef OVERRIDE_TABLE_32_setgroups16
1920TRACE_SYSCALL_TABLE(setgroups16, setgroups16, 81, 2)
8f4f80e0 1921#endif
f1e7d826
MD
1922#ifndef OVERRIDE_TABLE_32_symlink
1923TRACE_SYSCALL_TABLE(symlink, symlink, 83, 2)
8f4f80e0 1924#endif
f1e7d826
MD
1925#ifndef OVERRIDE_TABLE_32_readlink
1926TRACE_SYSCALL_TABLE(readlink, readlink, 85, 3)
8f4f80e0 1927#endif
f1e7d826
MD
1928#ifndef OVERRIDE_TABLE_32_swapon
1929TRACE_SYSCALL_TABLE(swapon, swapon, 87, 2)
c974cc6e 1930#endif
f1e7d826
MD
1931#ifndef OVERRIDE_TABLE_32_reboot
1932TRACE_SYSCALL_TABLE(reboot, reboot, 88, 4)
8f4f80e0 1933#endif
f1e7d826
MD
1934#ifndef OVERRIDE_TABLE_32_truncate
1935TRACE_SYSCALL_TABLE(truncate, truncate, 92, 2)
8f4f80e0 1936#endif
f1e7d826
MD
1937#ifndef OVERRIDE_TABLE_32_statfs
1938TRACE_SYSCALL_TABLE(statfs, statfs, 99, 2)
8f4f80e0 1939#endif
f1e7d826
MD
1940#ifndef OVERRIDE_TABLE_32_fstatfs
1941TRACE_SYSCALL_TABLE(fstatfs, fstatfs, 100, 2)
8f4f80e0 1942#endif
f1e7d826
MD
1943#ifndef OVERRIDE_TABLE_32_syslog
1944TRACE_SYSCALL_TABLE(syslog, syslog, 103, 3)
8f4f80e0 1945#endif
f1e7d826
MD
1946#ifndef OVERRIDE_TABLE_32_setitimer
1947TRACE_SYSCALL_TABLE(setitimer, setitimer, 104, 3)
8f4f80e0 1948#endif
f1e7d826
MD
1949#ifndef OVERRIDE_TABLE_32_getitimer
1950TRACE_SYSCALL_TABLE(getitimer, getitimer, 105, 2)
8f4f80e0 1951#endif
f1e7d826
MD
1952#ifndef OVERRIDE_TABLE_32_newstat
1953TRACE_SYSCALL_TABLE(newstat, newstat, 106, 2)
8f4f80e0 1954#endif
f1e7d826
MD
1955#ifndef OVERRIDE_TABLE_32_newlstat
1956TRACE_SYSCALL_TABLE(newlstat, newlstat, 107, 2)
8f4f80e0 1957#endif
f1e7d826
MD
1958#ifndef OVERRIDE_TABLE_32_newfstat
1959TRACE_SYSCALL_TABLE(newfstat, newfstat, 108, 2)
8f4f80e0 1960#endif
f1e7d826
MD
1961#ifndef OVERRIDE_TABLE_32_wait4
1962TRACE_SYSCALL_TABLE(wait4, wait4, 114, 4)
8f4f80e0 1963#endif
f1e7d826
MD
1964#ifndef OVERRIDE_TABLE_32_swapoff
1965TRACE_SYSCALL_TABLE(swapoff, swapoff, 115, 1)
c974cc6e 1966#endif
f1e7d826
MD
1967#ifndef OVERRIDE_TABLE_32_sysinfo
1968TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 116, 1)
8f4f80e0 1969#endif
87b2af7b
JG
1970#ifndef OVERRIDE_TABLE_32_clone
1971TRACE_SYSCALL_TABLE(clone, clone, 120, 5)
1972#endif
f1e7d826
MD
1973#ifndef OVERRIDE_TABLE_32_setdomainname
1974TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 121, 2)
8f4f80e0 1975#endif
f1e7d826
MD
1976#ifndef OVERRIDE_TABLE_32_newuname
1977TRACE_SYSCALL_TABLE(newuname, newuname, 122, 1)
8f4f80e0 1978#endif
87b2af7b
JG
1979#ifndef OVERRIDE_TABLE_32_adjtimex_time32
1980TRACE_SYSCALL_TABLE(adjtimex_time32, adjtimex_time32, 124, 1)
8f4f80e0 1981#endif
f1e7d826
MD
1982#ifndef OVERRIDE_TABLE_32_sigprocmask
1983TRACE_SYSCALL_TABLE(sigprocmask, sigprocmask, 126, 3)
8f4f80e0 1984#endif
f1e7d826
MD
1985#ifndef OVERRIDE_TABLE_32_init_module
1986TRACE_SYSCALL_TABLE(init_module, init_module, 128, 3)
8f4f80e0 1987#endif
f1e7d826
MD
1988#ifndef OVERRIDE_TABLE_32_delete_module
1989TRACE_SYSCALL_TABLE(delete_module, delete_module, 129, 2)
8f4f80e0 1990#endif
f1e7d826
MD
1991#ifndef OVERRIDE_TABLE_32_quotactl
1992TRACE_SYSCALL_TABLE(quotactl, quotactl, 131, 4)
c974cc6e 1993#endif
f1e7d826
MD
1994#ifndef OVERRIDE_TABLE_32_llseek
1995TRACE_SYSCALL_TABLE(llseek, llseek, 140, 5)
8f4f80e0 1996#endif
f1e7d826
MD
1997#ifndef OVERRIDE_TABLE_32_getdents
1998TRACE_SYSCALL_TABLE(getdents, getdents, 141, 3)
8f4f80e0 1999#endif
f1e7d826
MD
2000#ifndef OVERRIDE_TABLE_32_select
2001TRACE_SYSCALL_TABLE(select, select, 142, 5)
8f4f80e0 2002#endif
f1e7d826
MD
2003#ifndef OVERRIDE_TABLE_32_readv
2004TRACE_SYSCALL_TABLE(readv, readv, 145, 3)
8f4f80e0 2005#endif
f1e7d826
MD
2006#ifndef OVERRIDE_TABLE_32_writev
2007TRACE_SYSCALL_TABLE(writev, writev, 146, 3)
8f4f80e0 2008#endif
f1e7d826
MD
2009#ifndef OVERRIDE_TABLE_32_sched_setparam
2010TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 154, 2)
8f4f80e0 2011#endif
f1e7d826
MD
2012#ifndef OVERRIDE_TABLE_32_sched_getparam
2013TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 155, 2)
8f4f80e0 2014#endif
f1e7d826
MD
2015#ifndef OVERRIDE_TABLE_32_sched_setscheduler
2016TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 156, 3)
8f4f80e0 2017#endif
87b2af7b
JG
2018#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval_time32
2019TRACE_SYSCALL_TABLE(sched_rr_get_interval_time32, sched_rr_get_interval_time32, 161, 2)
8f4f80e0 2020#endif
87b2af7b
JG
2021#ifndef OVERRIDE_TABLE_32_nanosleep_time32
2022TRACE_SYSCALL_TABLE(nanosleep_time32, nanosleep_time32, 162, 2)
8f4f80e0 2023#endif
f1e7d826
MD
2024#ifndef OVERRIDE_TABLE_32_getresuid16
2025TRACE_SYSCALL_TABLE(getresuid16, getresuid16, 165, 3)
8f4f80e0 2026#endif
f1e7d826
MD
2027#ifndef OVERRIDE_TABLE_32_poll
2028TRACE_SYSCALL_TABLE(poll, poll, 168, 3)
8f4f80e0 2029#endif
f1e7d826
MD
2030#ifndef OVERRIDE_TABLE_32_getresgid16
2031TRACE_SYSCALL_TABLE(getresgid16, getresgid16, 171, 3)
8f4f80e0 2032#endif
f1e7d826
MD
2033#ifndef OVERRIDE_TABLE_32_rt_sigaction
2034TRACE_SYSCALL_TABLE(rt_sigaction, rt_sigaction, 174, 4)
8f4f80e0 2035#endif
f1e7d826
MD
2036#ifndef OVERRIDE_TABLE_32_rt_sigprocmask
2037TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 175, 4)
8f4f80e0 2038#endif
f1e7d826
MD
2039#ifndef OVERRIDE_TABLE_32_rt_sigpending
2040TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 176, 2)
8f4f80e0 2041#endif
87b2af7b
JG
2042#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait_time32
2043TRACE_SYSCALL_TABLE(rt_sigtimedwait_time32, rt_sigtimedwait_time32, 177, 4)
8f4f80e0 2044#endif
f1e7d826
MD
2045#ifndef OVERRIDE_TABLE_32_rt_sigqueueinfo
2046TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 178, 3)
8f4f80e0 2047#endif
f1e7d826
MD
2048#ifndef OVERRIDE_TABLE_32_rt_sigsuspend
2049TRACE_SYSCALL_TABLE(rt_sigsuspend, rt_sigsuspend, 179, 2)
8f4f80e0 2050#endif
87b2af7b
JG
2051#ifndef OVERRIDE_TABLE_32_pread64
2052TRACE_SYSCALL_TABLE(pread64, pread64, 180, 4)
2053#endif
2054#ifndef OVERRIDE_TABLE_32_pwrite64
2055TRACE_SYSCALL_TABLE(pwrite64, pwrite64, 181, 4)
2056#endif
f1e7d826
MD
2057#ifndef OVERRIDE_TABLE_32_chown16
2058TRACE_SYSCALL_TABLE(chown16, chown16, 182, 3)
8f4f80e0 2059#endif
f1e7d826
MD
2060#ifndef OVERRIDE_TABLE_32_getcwd
2061TRACE_SYSCALL_TABLE(getcwd, getcwd, 183, 2)
8f4f80e0 2062#endif
87b2af7b
JG
2063#ifndef OVERRIDE_TABLE_32_sigaltstack
2064TRACE_SYSCALL_TABLE(sigaltstack, sigaltstack, 186, 2)
2065#endif
f1e7d826
MD
2066#ifndef OVERRIDE_TABLE_32_sendfile
2067TRACE_SYSCALL_TABLE(sendfile, sendfile, 187, 4)
8f4f80e0 2068#endif
f1e7d826
MD
2069#ifndef OVERRIDE_TABLE_32_getrlimit
2070TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 191, 2)
8f4f80e0 2071#endif
87b2af7b
JG
2072#ifndef OVERRIDE_TABLE_32_truncate64
2073TRACE_SYSCALL_TABLE(truncate64, truncate64, 193, 2)
2074#endif
f1e7d826
MD
2075#ifndef OVERRIDE_TABLE_32_stat64
2076TRACE_SYSCALL_TABLE(stat64, stat64, 195, 2)
8f4f80e0 2077#endif
f1e7d826
MD
2078#ifndef OVERRIDE_TABLE_32_lstat64
2079TRACE_SYSCALL_TABLE(lstat64, lstat64, 196, 2)
8f4f80e0 2080#endif
f1e7d826
MD
2081#ifndef OVERRIDE_TABLE_32_fstat64
2082TRACE_SYSCALL_TABLE(fstat64, fstat64, 197, 2)
8f4f80e0 2083#endif
f1e7d826
MD
2084#ifndef OVERRIDE_TABLE_32_lchown
2085TRACE_SYSCALL_TABLE(lchown, lchown, 198, 3)
8f4f80e0 2086#endif
f1e7d826
MD
2087#ifndef OVERRIDE_TABLE_32_getgroups
2088TRACE_SYSCALL_TABLE(getgroups, getgroups, 205, 2)
8f4f80e0 2089#endif
f1e7d826
MD
2090#ifndef OVERRIDE_TABLE_32_setgroups
2091TRACE_SYSCALL_TABLE(setgroups, setgroups, 206, 2)
8f4f80e0 2092#endif
f1e7d826
MD
2093#ifndef OVERRIDE_TABLE_32_getresuid
2094TRACE_SYSCALL_TABLE(getresuid, getresuid, 209, 3)
8f4f80e0 2095#endif
f1e7d826
MD
2096#ifndef OVERRIDE_TABLE_32_getresgid
2097TRACE_SYSCALL_TABLE(getresgid, getresgid, 211, 3)
8f4f80e0 2098#endif
f1e7d826
MD
2099#ifndef OVERRIDE_TABLE_32_chown
2100TRACE_SYSCALL_TABLE(chown, chown, 212, 3)
8f4f80e0 2101#endif
f1e7d826
MD
2102#ifndef OVERRIDE_TABLE_32_getdents64
2103TRACE_SYSCALL_TABLE(getdents64, getdents64, 217, 3)
8f4f80e0 2104#endif
f1e7d826
MD
2105#ifndef OVERRIDE_TABLE_32_pivot_root
2106TRACE_SYSCALL_TABLE(pivot_root, pivot_root, 218, 2)
8f4f80e0 2107#endif
f1e7d826
MD
2108#ifndef OVERRIDE_TABLE_32_mincore
2109TRACE_SYSCALL_TABLE(mincore, mincore, 219, 3)
8f4f80e0 2110#endif
f1e7d826
MD
2111#ifndef OVERRIDE_TABLE_32_setxattr
2112TRACE_SYSCALL_TABLE(setxattr, setxattr, 226, 5)
8f4f80e0 2113#endif
f1e7d826
MD
2114#ifndef OVERRIDE_TABLE_32_lsetxattr
2115TRACE_SYSCALL_TABLE(lsetxattr, lsetxattr, 227, 5)
8f4f80e0 2116#endif
f1e7d826
MD
2117#ifndef OVERRIDE_TABLE_32_fsetxattr
2118TRACE_SYSCALL_TABLE(fsetxattr, fsetxattr, 228, 5)
8f4f80e0 2119#endif
f1e7d826
MD
2120#ifndef OVERRIDE_TABLE_32_getxattr
2121TRACE_SYSCALL_TABLE(getxattr, getxattr, 229, 4)
8f4f80e0 2122#endif
f1e7d826
MD
2123#ifndef OVERRIDE_TABLE_32_lgetxattr
2124TRACE_SYSCALL_TABLE(lgetxattr, lgetxattr, 230, 4)
8f4f80e0 2125#endif
f1e7d826
MD
2126#ifndef OVERRIDE_TABLE_32_fgetxattr
2127TRACE_SYSCALL_TABLE(fgetxattr, fgetxattr, 231, 4)
8f4f80e0 2128#endif
f1e7d826
MD
2129#ifndef OVERRIDE_TABLE_32_listxattr
2130TRACE_SYSCALL_TABLE(listxattr, listxattr, 232, 3)
8f4f80e0 2131#endif
f1e7d826
MD
2132#ifndef OVERRIDE_TABLE_32_llistxattr
2133TRACE_SYSCALL_TABLE(llistxattr, llistxattr, 233, 3)
8f4f80e0 2134#endif
f1e7d826
MD
2135#ifndef OVERRIDE_TABLE_32_flistxattr
2136TRACE_SYSCALL_TABLE(flistxattr, flistxattr, 234, 3)
8f4f80e0 2137#endif
f1e7d826
MD
2138#ifndef OVERRIDE_TABLE_32_removexattr
2139TRACE_SYSCALL_TABLE(removexattr, removexattr, 235, 2)
8f4f80e0 2140#endif
f1e7d826
MD
2141#ifndef OVERRIDE_TABLE_32_lremovexattr
2142TRACE_SYSCALL_TABLE(lremovexattr, lremovexattr, 236, 2)
8f4f80e0 2143#endif
f1e7d826
MD
2144#ifndef OVERRIDE_TABLE_32_fremovexattr
2145TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 237, 2)
8f4f80e0 2146#endif
f1e7d826
MD
2147#ifndef OVERRIDE_TABLE_32_sendfile64
2148TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 239, 4)
8f4f80e0 2149#endif
87b2af7b
JG
2150#ifndef OVERRIDE_TABLE_32_futex_time32
2151TRACE_SYSCALL_TABLE(futex_time32, futex_time32, 240, 6)
8f4f80e0 2152#endif
f1e7d826
MD
2153#ifndef OVERRIDE_TABLE_32_sched_setaffinity
2154TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 241, 3)
8f4f80e0 2155#endif
f1e7d826
MD
2156#ifndef OVERRIDE_TABLE_32_sched_getaffinity
2157TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 242, 3)
8f4f80e0 2158#endif
f1e7d826
MD
2159#ifndef OVERRIDE_TABLE_32_io_setup
2160TRACE_SYSCALL_TABLE(io_setup, io_setup, 243, 2)
8f4f80e0 2161#endif
87b2af7b
JG
2162#ifndef OVERRIDE_TABLE_32_io_getevents_time32
2163TRACE_SYSCALL_TABLE(io_getevents_time32, io_getevents_time32, 245, 5)
8f4f80e0 2164#endif
f1e7d826
MD
2165#ifndef OVERRIDE_TABLE_32_io_submit
2166TRACE_SYSCALL_TABLE(io_submit, io_submit, 246, 3)
8f4f80e0 2167#endif
f1e7d826
MD
2168#ifndef OVERRIDE_TABLE_32_io_cancel
2169TRACE_SYSCALL_TABLE(io_cancel, io_cancel, 247, 3)
8f4f80e0 2170#endif
f1e7d826
MD
2171#ifndef OVERRIDE_TABLE_32_epoll_ctl
2172TRACE_SYSCALL_TABLE(epoll_ctl, epoll_ctl, 251, 4)
8f4f80e0 2173#endif
f1e7d826
MD
2174#ifndef OVERRIDE_TABLE_32_epoll_wait
2175TRACE_SYSCALL_TABLE(epoll_wait, epoll_wait, 252, 4)
8f4f80e0 2176#endif
f1e7d826
MD
2177#ifndef OVERRIDE_TABLE_32_set_tid_address
2178TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 256, 1)
8f4f80e0 2179#endif
f1e7d826
MD
2180#ifndef OVERRIDE_TABLE_32_timer_create
2181TRACE_SYSCALL_TABLE(timer_create, timer_create, 257, 3)
8f4f80e0 2182#endif
87b2af7b
JG
2183#ifndef OVERRIDE_TABLE_32_timer_settime32
2184TRACE_SYSCALL_TABLE(timer_settime32, timer_settime32, 258, 4)
8f4f80e0 2185#endif
87b2af7b
JG
2186#ifndef OVERRIDE_TABLE_32_timer_gettime32
2187TRACE_SYSCALL_TABLE(timer_gettime32, timer_gettime32, 259, 2)
8f4f80e0 2188#endif
87b2af7b
JG
2189#ifndef OVERRIDE_TABLE_32_clock_settime32
2190TRACE_SYSCALL_TABLE(clock_settime32, clock_settime32, 262, 2)
8f4f80e0 2191#endif
87b2af7b
JG
2192#ifndef OVERRIDE_TABLE_32_clock_gettime32
2193TRACE_SYSCALL_TABLE(clock_gettime32, clock_gettime32, 263, 2)
8f4f80e0 2194#endif
87b2af7b
JG
2195#ifndef OVERRIDE_TABLE_32_clock_getres_time32
2196TRACE_SYSCALL_TABLE(clock_getres_time32, clock_getres_time32, 264, 2)
8f4f80e0 2197#endif
87b2af7b
JG
2198#ifndef OVERRIDE_TABLE_32_clock_nanosleep_time32
2199TRACE_SYSCALL_TABLE(clock_nanosleep_time32, clock_nanosleep_time32, 265, 4)
2200#endif
2201#ifndef OVERRIDE_TABLE_32_statfs64
2202TRACE_SYSCALL_TABLE(statfs64, statfs64, 266, 3)
2203#endif
2204#ifndef OVERRIDE_TABLE_32_fstatfs64
2205TRACE_SYSCALL_TABLE(fstatfs64, fstatfs64, 267, 3)
2206#endif
2207#ifndef OVERRIDE_TABLE_32_utimes_time32
2208TRACE_SYSCALL_TABLE(utimes_time32, utimes_time32, 269, 2)
2209#endif
2210#ifndef OVERRIDE_TABLE_32_pciconfig_read
2211TRACE_SYSCALL_TABLE(pciconfig_read, pciconfig_read, 272, 5)
8f4f80e0 2212#endif
87b2af7b
JG
2213#ifndef OVERRIDE_TABLE_32_pciconfig_write
2214TRACE_SYSCALL_TABLE(pciconfig_write, pciconfig_write, 273, 5)
8f4f80e0 2215#endif
f1e7d826
MD
2216#ifndef OVERRIDE_TABLE_32_mq_open
2217TRACE_SYSCALL_TABLE(mq_open, mq_open, 274, 4)
8f4f80e0 2218#endif
f1e7d826
MD
2219#ifndef OVERRIDE_TABLE_32_mq_unlink
2220TRACE_SYSCALL_TABLE(mq_unlink, mq_unlink, 275, 1)
8f4f80e0 2221#endif
87b2af7b
JG
2222#ifndef OVERRIDE_TABLE_32_mq_timedsend_time32
2223TRACE_SYSCALL_TABLE(mq_timedsend_time32, mq_timedsend_time32, 276, 5)
8f4f80e0 2224#endif
87b2af7b
JG
2225#ifndef OVERRIDE_TABLE_32_mq_timedreceive_time32
2226TRACE_SYSCALL_TABLE(mq_timedreceive_time32, mq_timedreceive_time32, 277, 5)
8f4f80e0 2227#endif
f1e7d826
MD
2228#ifndef OVERRIDE_TABLE_32_mq_notify
2229TRACE_SYSCALL_TABLE(mq_notify, mq_notify, 278, 2)
8f4f80e0 2230#endif
f1e7d826
MD
2231#ifndef OVERRIDE_TABLE_32_mq_getsetattr
2232TRACE_SYSCALL_TABLE(mq_getsetattr, mq_getsetattr, 279, 3)
8f4f80e0 2233#endif
f1e7d826
MD
2234#ifndef OVERRIDE_TABLE_32_waitid
2235TRACE_SYSCALL_TABLE(waitid, waitid, 280, 5)
8f4f80e0 2236#endif
f1e7d826
MD
2237#ifndef OVERRIDE_TABLE_32_bind
2238TRACE_SYSCALL_TABLE(bind, bind, 282, 3)
8f4f80e0 2239#endif
f1e7d826
MD
2240#ifndef OVERRIDE_TABLE_32_connect
2241TRACE_SYSCALL_TABLE(connect, connect, 283, 3)
8f4f80e0 2242#endif
f1e7d826
MD
2243#ifndef OVERRIDE_TABLE_32_accept
2244TRACE_SYSCALL_TABLE(accept, accept, 285, 3)
8f4f80e0 2245#endif
f1e7d826
MD
2246#ifndef OVERRIDE_TABLE_32_getsockname
2247TRACE_SYSCALL_TABLE(getsockname, getsockname, 286, 3)
8f4f80e0 2248#endif
f1e7d826
MD
2249#ifndef OVERRIDE_TABLE_32_getpeername
2250TRACE_SYSCALL_TABLE(getpeername, getpeername, 287, 3)
8f4f80e0 2251#endif
f1e7d826
MD
2252#ifndef OVERRIDE_TABLE_32_socketpair
2253TRACE_SYSCALL_TABLE(socketpair, socketpair, 288, 4)
8f4f80e0 2254#endif
f1e7d826
MD
2255#ifndef OVERRIDE_TABLE_32_send
2256TRACE_SYSCALL_TABLE(send, send, 289, 4)
8f4f80e0 2257#endif
f1e7d826
MD
2258#ifndef OVERRIDE_TABLE_32_sendto
2259TRACE_SYSCALL_TABLE(sendto, sendto, 290, 6)
8f4f80e0 2260#endif
87b2af7b
JG
2261#ifndef OVERRIDE_TABLE_32_recv
2262TRACE_SYSCALL_TABLE(recv, recv, 291, 4)
2263#endif
f1e7d826
MD
2264#ifndef OVERRIDE_TABLE_32_recvfrom
2265TRACE_SYSCALL_TABLE(recvfrom, recvfrom, 292, 6)
8f4f80e0 2266#endif
f1e7d826
MD
2267#ifndef OVERRIDE_TABLE_32_setsockopt
2268TRACE_SYSCALL_TABLE(setsockopt, setsockopt, 294, 5)
8f4f80e0 2269#endif
f1e7d826
MD
2270#ifndef OVERRIDE_TABLE_32_getsockopt
2271TRACE_SYSCALL_TABLE(getsockopt, getsockopt, 295, 5)
8f4f80e0 2272#endif
f1e7d826
MD
2273#ifndef OVERRIDE_TABLE_32_sendmsg
2274TRACE_SYSCALL_TABLE(sendmsg, sendmsg, 296, 3)
8f4f80e0 2275#endif
f1e7d826
MD
2276#ifndef OVERRIDE_TABLE_32_recvmsg
2277TRACE_SYSCALL_TABLE(recvmsg, recvmsg, 297, 3)
8f4f80e0 2278#endif
f1e7d826
MD
2279#ifndef OVERRIDE_TABLE_32_semop
2280TRACE_SYSCALL_TABLE(semop, semop, 298, 3)
8f4f80e0 2281#endif
f1e7d826
MD
2282#ifndef OVERRIDE_TABLE_32_msgsnd
2283TRACE_SYSCALL_TABLE(msgsnd, msgsnd, 301, 4)
8f4f80e0 2284#endif
f1e7d826
MD
2285#ifndef OVERRIDE_TABLE_32_msgrcv
2286TRACE_SYSCALL_TABLE(msgrcv, msgrcv, 302, 5)
8f4f80e0 2287#endif
87b2af7b
JG
2288#ifndef OVERRIDE_TABLE_32_old_msgctl
2289TRACE_SYSCALL_TABLE(old_msgctl, old_msgctl, 304, 3)
8f4f80e0 2290#endif
f1e7d826
MD
2291#ifndef OVERRIDE_TABLE_32_shmat
2292TRACE_SYSCALL_TABLE(shmat, shmat, 305, 3)
8f4f80e0 2293#endif
f1e7d826
MD
2294#ifndef OVERRIDE_TABLE_32_shmdt
2295TRACE_SYSCALL_TABLE(shmdt, shmdt, 306, 1)
8f4f80e0 2296#endif
87b2af7b
JG
2297#ifndef OVERRIDE_TABLE_32_old_shmctl
2298TRACE_SYSCALL_TABLE(old_shmctl, old_shmctl, 308, 3)
8f4f80e0 2299#endif
f1e7d826
MD
2300#ifndef OVERRIDE_TABLE_32_add_key
2301TRACE_SYSCALL_TABLE(add_key, add_key, 309, 5)
8f4f80e0 2302#endif
f1e7d826
MD
2303#ifndef OVERRIDE_TABLE_32_request_key
2304TRACE_SYSCALL_TABLE(request_key, request_key, 310, 4)
8f4f80e0 2305#endif
87b2af7b
JG
2306#ifndef OVERRIDE_TABLE_32_semtimedop_time32
2307TRACE_SYSCALL_TABLE(semtimedop_time32, semtimedop_time32, 312, 4)
8f4f80e0 2308#endif
f1e7d826
MD
2309#ifndef OVERRIDE_TABLE_32_inotify_add_watch
2310TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 317, 3)
8f4f80e0 2311#endif
f1e7d826
MD
2312#ifndef OVERRIDE_TABLE_32_openat
2313TRACE_SYSCALL_TABLE(openat, openat, 322, 4)
8f4f80e0 2314#endif
f1e7d826
MD
2315#ifndef OVERRIDE_TABLE_32_mkdirat
2316TRACE_SYSCALL_TABLE(mkdirat, mkdirat, 323, 3)
8f4f80e0 2317#endif
f1e7d826
MD
2318#ifndef OVERRIDE_TABLE_32_mknodat
2319TRACE_SYSCALL_TABLE(mknodat, mknodat, 324, 4)
8f4f80e0 2320#endif
f1e7d826
MD
2321#ifndef OVERRIDE_TABLE_32_fchownat
2322TRACE_SYSCALL_TABLE(fchownat, fchownat, 325, 5)
8f4f80e0 2323#endif
87b2af7b
JG
2324#ifndef OVERRIDE_TABLE_32_futimesat_time32
2325TRACE_SYSCALL_TABLE(futimesat_time32, futimesat_time32, 326, 3)
8f4f80e0 2326#endif
f1e7d826
MD
2327#ifndef OVERRIDE_TABLE_32_fstatat64
2328TRACE_SYSCALL_TABLE(fstatat64, fstatat64, 327, 4)
8f4f80e0 2329#endif
f1e7d826
MD
2330#ifndef OVERRIDE_TABLE_32_unlinkat
2331TRACE_SYSCALL_TABLE(unlinkat, unlinkat, 328, 3)
8f4f80e0 2332#endif
f1e7d826
MD
2333#ifndef OVERRIDE_TABLE_32_renameat
2334TRACE_SYSCALL_TABLE(renameat, renameat, 329, 4)
8f4f80e0 2335#endif
f1e7d826
MD
2336#ifndef OVERRIDE_TABLE_32_linkat
2337TRACE_SYSCALL_TABLE(linkat, linkat, 330, 5)
8f4f80e0 2338#endif
f1e7d826
MD
2339#ifndef OVERRIDE_TABLE_32_symlinkat
2340TRACE_SYSCALL_TABLE(symlinkat, symlinkat, 331, 3)
8f4f80e0 2341#endif
f1e7d826
MD
2342#ifndef OVERRIDE_TABLE_32_readlinkat
2343TRACE_SYSCALL_TABLE(readlinkat, readlinkat, 332, 4)
8f4f80e0 2344#endif
f1e7d826
MD
2345#ifndef OVERRIDE_TABLE_32_fchmodat
2346TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 333, 3)
8f4f80e0 2347#endif
f1e7d826
MD
2348#ifndef OVERRIDE_TABLE_32_faccessat
2349TRACE_SYSCALL_TABLE(faccessat, faccessat, 334, 3)
8f4f80e0 2350#endif
87b2af7b
JG
2351#ifndef OVERRIDE_TABLE_32_pselect6_time32
2352TRACE_SYSCALL_TABLE(pselect6_time32, pselect6_time32, 335, 6)
8f4f80e0 2353#endif
87b2af7b
JG
2354#ifndef OVERRIDE_TABLE_32_ppoll_time32
2355TRACE_SYSCALL_TABLE(ppoll_time32, ppoll_time32, 336, 5)
8f4f80e0 2356#endif
f1e7d826
MD
2357#ifndef OVERRIDE_TABLE_32_set_robust_list
2358TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 338, 2)
8f4f80e0 2359#endif
f1e7d826
MD
2360#ifndef OVERRIDE_TABLE_32_get_robust_list
2361TRACE_SYSCALL_TABLE(get_robust_list, get_robust_list, 339, 3)
8f4f80e0 2362#endif
f1e7d826
MD
2363#ifndef OVERRIDE_TABLE_32_splice
2364TRACE_SYSCALL_TABLE(splice, splice, 340, 6)
8f4f80e0 2365#endif
f1e7d826
MD
2366#ifndef OVERRIDE_TABLE_32_vmsplice
2367TRACE_SYSCALL_TABLE(vmsplice, vmsplice, 343, 4)
8f4f80e0 2368#endif
f1e7d826
MD
2369#ifndef OVERRIDE_TABLE_32_getcpu
2370TRACE_SYSCALL_TABLE(getcpu, getcpu, 345, 3)
8f4f80e0 2371#endif
f1e7d826
MD
2372#ifndef OVERRIDE_TABLE_32_epoll_pwait
2373TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 346, 6)
8f4f80e0 2374#endif
87b2af7b
JG
2375#ifndef OVERRIDE_TABLE_32_kexec_load
2376TRACE_SYSCALL_TABLE(kexec_load, kexec_load, 347, 4)
2377#endif
2378#ifndef OVERRIDE_TABLE_32_utimensat_time32
2379TRACE_SYSCALL_TABLE(utimensat_time32, utimensat_time32, 348, 4)
8f4f80e0 2380#endif
f1e7d826
MD
2381#ifndef OVERRIDE_TABLE_32_signalfd
2382TRACE_SYSCALL_TABLE(signalfd, signalfd, 349, 3)
8f4f80e0 2383#endif
87b2af7b
JG
2384#ifndef OVERRIDE_TABLE_32_timerfd_settime32
2385TRACE_SYSCALL_TABLE(timerfd_settime32, timerfd_settime32, 353, 4)
8f4f80e0 2386#endif
87b2af7b
JG
2387#ifndef OVERRIDE_TABLE_32_timerfd_gettime32
2388TRACE_SYSCALL_TABLE(timerfd_gettime32, timerfd_gettime32, 354, 2)
8f4f80e0 2389#endif
f1e7d826
MD
2390#ifndef OVERRIDE_TABLE_32_signalfd4
2391TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 355, 4)
8f4f80e0 2392#endif
f1e7d826
MD
2393#ifndef OVERRIDE_TABLE_32_pipe2
2394TRACE_SYSCALL_TABLE(pipe2, pipe2, 359, 2)
8f4f80e0 2395#endif
f1e7d826
MD
2396#ifndef OVERRIDE_TABLE_32_preadv
2397TRACE_SYSCALL_TABLE(preadv, preadv, 361, 5)
8f4f80e0 2398#endif
f1e7d826
MD
2399#ifndef OVERRIDE_TABLE_32_pwritev
2400TRACE_SYSCALL_TABLE(pwritev, pwritev, 362, 5)
8f4f80e0 2401#endif
f1e7d826
MD
2402#ifndef OVERRIDE_TABLE_32_rt_tgsigqueueinfo
2403TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 363, 4)
8f4f80e0 2404#endif
f1e7d826
MD
2405#ifndef OVERRIDE_TABLE_32_perf_event_open
2406TRACE_SYSCALL_TABLE(perf_event_open, perf_event_open, 364, 5)
c974cc6e 2407#endif
87b2af7b
JG
2408#ifndef OVERRIDE_TABLE_32_recvmmsg_time32
2409TRACE_SYSCALL_TABLE(recvmmsg_time32, recvmmsg_time32, 365, 5)
8f4f80e0 2410#endif
f1e7d826
MD
2411#ifndef OVERRIDE_TABLE_32_accept4
2412TRACE_SYSCALL_TABLE(accept4, accept4, 366, 4)
8f4f80e0 2413#endif
87b2af7b
JG
2414#ifndef OVERRIDE_TABLE_32_fanotify_mark
2415TRACE_SYSCALL_TABLE(fanotify_mark, fanotify_mark, 368, 5)
2416#endif
f1e7d826
MD
2417#ifndef OVERRIDE_TABLE_32_prlimit64
2418TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 369, 4)
8f4f80e0 2419#endif
f1e7d826
MD
2420#ifndef OVERRIDE_TABLE_32_name_to_handle_at
2421TRACE_SYSCALL_TABLE(name_to_handle_at, name_to_handle_at, 370, 5)
c974cc6e 2422#endif
f1e7d826
MD
2423#ifndef OVERRIDE_TABLE_32_open_by_handle_at
2424TRACE_SYSCALL_TABLE(open_by_handle_at, open_by_handle_at, 371, 3)
c974cc6e 2425#endif
87b2af7b
JG
2426#ifndef OVERRIDE_TABLE_32_clock_adjtime32
2427TRACE_SYSCALL_TABLE(clock_adjtime32, clock_adjtime32, 372, 2)
c974cc6e 2428#endif
f1e7d826
MD
2429#ifndef OVERRIDE_TABLE_32_sendmmsg
2430TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 374, 4)
c974cc6e 2431#endif
f1e7d826
MD
2432#ifndef OVERRIDE_TABLE_32_process_vm_readv
2433TRACE_SYSCALL_TABLE(process_vm_readv, process_vm_readv, 376, 6)
c974cc6e 2434#endif
f1e7d826
MD
2435#ifndef OVERRIDE_TABLE_32_process_vm_writev
2436TRACE_SYSCALL_TABLE(process_vm_writev, process_vm_writev, 377, 6)
c974cc6e 2437#endif
87b2af7b
JG
2438#ifndef OVERRIDE_TABLE_32_finit_module
2439TRACE_SYSCALL_TABLE(finit_module, finit_module, 379, 3)
2440#endif
2441#ifndef OVERRIDE_TABLE_32_sched_setattr
2442TRACE_SYSCALL_TABLE(sched_setattr, sched_setattr, 380, 3)
2443#endif
2444#ifndef OVERRIDE_TABLE_32_sched_getattr
2445TRACE_SYSCALL_TABLE(sched_getattr, sched_getattr, 381, 4)
2446#endif
2447#ifndef OVERRIDE_TABLE_32_renameat2
2448TRACE_SYSCALL_TABLE(renameat2, renameat2, 382, 5)
2449#endif
2450#ifndef OVERRIDE_TABLE_32_seccomp
2451TRACE_SYSCALL_TABLE(seccomp, seccomp, 383, 3)
2452#endif
2453#ifndef OVERRIDE_TABLE_32_getrandom
2454TRACE_SYSCALL_TABLE(getrandom, getrandom, 384, 3)
2455#endif
2456#ifndef OVERRIDE_TABLE_32_memfd_create
2457TRACE_SYSCALL_TABLE(memfd_create, memfd_create, 385, 2)
2458#endif
2459#ifndef OVERRIDE_TABLE_32_bpf
2460TRACE_SYSCALL_TABLE(bpf, bpf, 386, 3)
2461#endif
2462#ifndef OVERRIDE_TABLE_32_execveat
2463TRACE_SYSCALL_TABLE(execveat, execveat, 387, 5)
2464#endif
2465#ifndef OVERRIDE_TABLE_32_copy_file_range
2466TRACE_SYSCALL_TABLE(copy_file_range, copy_file_range, 391, 6)
2467#endif
2468#ifndef OVERRIDE_TABLE_32_preadv2
2469TRACE_SYSCALL_TABLE(preadv2, preadv2, 392, 6)
2470#endif
2471#ifndef OVERRIDE_TABLE_32_pwritev2
2472TRACE_SYSCALL_TABLE(pwritev2, pwritev2, 393, 6)
2473#endif
2474#ifndef OVERRIDE_TABLE_32_statx
2475TRACE_SYSCALL_TABLE(statx, statx, 397, 5)
2476#endif
2477#ifndef OVERRIDE_TABLE_32_rseq
2478TRACE_SYSCALL_TABLE(rseq, rseq, 398, 4)
2479#endif
2480#ifndef OVERRIDE_TABLE_32_io_pgetevents_time32
2481TRACE_SYSCALL_TABLE(io_pgetevents_time32, io_pgetevents_time32, 399, 6)
2482#endif
2483#ifndef OVERRIDE_TABLE_32_clock_gettime
2484TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 403, 2)
2485#endif
2486#ifndef OVERRIDE_TABLE_32_clock_settime
2487TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 404, 2)
2488#endif
2489#ifndef OVERRIDE_TABLE_32_clock_adjtime
2490TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 405, 2)
2491#endif
2492#ifndef OVERRIDE_TABLE_32_clock_getres
2493TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 406, 2)
2494#endif
2495#ifndef OVERRIDE_TABLE_32_clock_nanosleep
2496TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 407, 4)
2497#endif
2498#ifndef OVERRIDE_TABLE_32_timer_gettime
2499TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 408, 2)
2500#endif
2501#ifndef OVERRIDE_TABLE_32_timer_settime
2502TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 409, 4)
2503#endif
2504#ifndef OVERRIDE_TABLE_32_timerfd_gettime
2505TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 410, 2)
2506#endif
2507#ifndef OVERRIDE_TABLE_32_timerfd_settime
2508TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 411, 4)
2509#endif
2510#ifndef OVERRIDE_TABLE_32_utimensat
2511TRACE_SYSCALL_TABLE(utimensat, utimensat, 412, 4)
2512#endif
2513#ifndef OVERRIDE_TABLE_32_pselect6
2514TRACE_SYSCALL_TABLE(pselect6, pselect6, 413, 6)
2515#endif
2516#ifndef OVERRIDE_TABLE_32_ppoll
2517TRACE_SYSCALL_TABLE(ppoll, ppoll, 414, 5)
2518#endif
2519#ifndef OVERRIDE_TABLE_32_io_pgetevents
2520TRACE_SYSCALL_TABLE(io_pgetevents, io_pgetevents, 416, 6)
2521#endif
2522#ifndef OVERRIDE_TABLE_32_recvmmsg
2523TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 417, 5)
2524#endif
2525#ifndef OVERRIDE_TABLE_32_mq_timedsend
2526TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 418, 5)
2527#endif
2528#ifndef OVERRIDE_TABLE_32_mq_timedreceive
2529TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 419, 5)
2530#endif
2531#ifndef OVERRIDE_TABLE_32_semtimedop
2532TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 420, 4)
2533#endif
2534#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait
2535TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 421, 4)
2536#endif
2537#ifndef OVERRIDE_TABLE_32_futex
2538TRACE_SYSCALL_TABLE(futex, futex, 422, 6)
2539#endif
2540#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval
2541TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 423, 2)
2542#endif
2543#ifndef OVERRIDE_TABLE_32_pidfd_send_signal
2544TRACE_SYSCALL_TABLE(pidfd_send_signal, pidfd_send_signal, 424, 4)
2545#endif
2546#ifndef OVERRIDE_TABLE_32_io_uring_setup
2547TRACE_SYSCALL_TABLE(io_uring_setup, io_uring_setup, 425, 2)
2548#endif
2549#ifndef OVERRIDE_TABLE_32_io_uring_enter
2550TRACE_SYSCALL_TABLE(io_uring_enter, io_uring_enter, 426, 6)
2551#endif
2552#ifndef OVERRIDE_TABLE_32_io_uring_register
2553TRACE_SYSCALL_TABLE(io_uring_register, io_uring_register, 427, 4)
2554#endif
2555#ifndef OVERRIDE_TABLE_32_open_tree
2556TRACE_SYSCALL_TABLE(open_tree, open_tree, 428, 3)
2557#endif
2558#ifndef OVERRIDE_TABLE_32_move_mount
2559TRACE_SYSCALL_TABLE(move_mount, move_mount, 429, 5)
2560#endif
2561#ifndef OVERRIDE_TABLE_32_fsopen
2562TRACE_SYSCALL_TABLE(fsopen, fsopen, 430, 2)
2563#endif
2564#ifndef OVERRIDE_TABLE_32_fsconfig
2565TRACE_SYSCALL_TABLE(fsconfig, fsconfig, 431, 5)
2566#endif
2567#ifndef OVERRIDE_TABLE_32_fspick
2568TRACE_SYSCALL_TABLE(fspick, fspick, 433, 3)
2569#endif
2570#ifndef OVERRIDE_TABLE_32_clone3
2571TRACE_SYSCALL_TABLE(clone3, clone3, 435, 2)
2572#endif
2573#ifndef OVERRIDE_TABLE_32_openat2
2574TRACE_SYSCALL_TABLE(openat2, openat2, 437, 4)
2575#endif
2576#ifndef OVERRIDE_TABLE_32_faccessat2
2577TRACE_SYSCALL_TABLE(faccessat2, faccessat2, 439, 4)
2578#endif
2579#ifndef OVERRIDE_TABLE_32_process_madvise
2580TRACE_SYSCALL_TABLE(process_madvise, process_madvise, 440, 5)
2581#endif
2582#ifndef OVERRIDE_TABLE_32_epoll_pwait2
2583TRACE_SYSCALL_TABLE(epoll_pwait2, epoll_pwait2, 441, 6)
2584#endif
2585#ifndef OVERRIDE_TABLE_32_mount_setattr
2586TRACE_SYSCALL_TABLE(mount_setattr, mount_setattr, 442, 5)
2587#endif
2588#ifndef OVERRIDE_TABLE_32_quotactl_fd
2589TRACE_SYSCALL_TABLE(quotactl_fd, quotactl_fd, 443, 4)
2590#endif
2591#ifndef OVERRIDE_TABLE_32_landlock_create_ruleset
2592TRACE_SYSCALL_TABLE(landlock_create_ruleset, landlock_create_ruleset, 444, 3)
2593#endif
2594#ifndef OVERRIDE_TABLE_32_landlock_add_rule
2595TRACE_SYSCALL_TABLE(landlock_add_rule, landlock_add_rule, 445, 4)
2596#endif
2597#ifndef OVERRIDE_TABLE_32_futex_waitv
2598TRACE_SYSCALL_TABLE(futex_waitv, futex_waitv, 449, 5)
2599#endif
8f4f80e0
RK
2600
2601#endif /* CREATE_SYSCALL_TABLE */
This page took 0.193598 seconds and 5 git commands to generate.