b586b19c55687e37a7e0f37d3fb10caeefa718ef
[lttng-modules.git] / include / instrumentation / syscalls / arm-32-syscalls_pointers.h
1 // SPDX-FileCopyrightText: 2022 EfficiOS Inc.
2 //
3 // SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
4
5 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
6
7 /* Generated from arm-32-syscalls 6.0.7 */
8
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
14 #include <lttng/tracepoint-event.h>
15 #include <linux/syscalls.h>
16 #include "arm-32-syscalls_pointers_override.h"
17 #include "syscalls_pointers_override.h"
18
19 #ifndef OVERRIDE_32_unlink
20 SC_LTTNG_TRACEPOINT_EVENT(unlink,
21 TP_PROTO(sc_exit(long ret,) const char * pathname),
22 TP_ARGS(sc_exit(ret,) pathname),
23 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
24 )
25 #endif
26 #ifndef OVERRIDE_32_chdir
27 SC_LTTNG_TRACEPOINT_EVENT(chdir,
28 TP_PROTO(sc_exit(long ret,) const char * filename),
29 TP_ARGS(sc_exit(ret,) filename),
30 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
31 )
32 #endif
33 #ifndef OVERRIDE_32_rmdir
34 SC_LTTNG_TRACEPOINT_EVENT(rmdir,
35 TP_PROTO(sc_exit(long ret,) const char * pathname),
36 TP_ARGS(sc_exit(ret,) pathname),
37 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
38 )
39 #endif
40 #ifndef OVERRIDE_32_pipe
41 SC_LTTNG_TRACEPOINT_EVENT(pipe,
42 TP_PROTO(sc_exit(long ret,) int * fildes),
43 TP_ARGS(sc_exit(ret,) fildes),
44 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)))
45 )
46 #endif
47 #ifndef OVERRIDE_32_times
48 SC_LTTNG_TRACEPOINT_EVENT(times,
49 TP_PROTO(sc_exit(long ret,) struct tms * tbuf),
50 TP_ARGS(sc_exit(ret,) tbuf),
51 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct tms *, tbuf, tbuf)))
52 )
53 #endif
54 #ifndef OVERRIDE_32_acct
55 SC_LTTNG_TRACEPOINT_EVENT(acct,
56 TP_PROTO(sc_exit(long ret,) const char * name),
57 TP_ARGS(sc_exit(ret,) name),
58 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)))
59 )
60 #endif
61 #ifndef OVERRIDE_32_chroot
62 SC_LTTNG_TRACEPOINT_EVENT(chroot,
63 TP_PROTO(sc_exit(long ret,) const char * filename),
64 TP_ARGS(sc_exit(ret,) filename),
65 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
66 )
67 #endif
68 #ifndef OVERRIDE_32_sigpending
69 SC_LTTNG_TRACEPOINT_EVENT(sigpending,
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)))
73 )
74 #endif
75 #ifndef OVERRIDE_32_swapoff
76 SC_LTTNG_TRACEPOINT_EVENT(swapoff,
77 TP_PROTO(sc_exit(long ret,) const char * specialfile),
78 TP_ARGS(sc_exit(ret,) specialfile),
79 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)))
80 )
81 #endif
82 #ifndef OVERRIDE_32_sysinfo
83 SC_LTTNG_TRACEPOINT_EVENT(sysinfo,
84 TP_PROTO(sc_exit(long ret,) struct sysinfo * info),
85 TP_ARGS(sc_exit(ret,) info),
86 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct sysinfo *, info, info)))
87 )
88 #endif
89 #ifndef OVERRIDE_32_newuname
90 SC_LTTNG_TRACEPOINT_EVENT(newuname,
91 TP_PROTO(sc_exit(long ret,) struct new_utsname * name),
92 TP_ARGS(sc_exit(ret,) name),
93 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name)))
94 )
95 #endif
96 #ifndef OVERRIDE_32_adjtimex_time32
97 SC_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)))
101 )
102 #endif
103 #ifndef OVERRIDE_32_set_tid_address
104 SC_LTTNG_TRACEPOINT_EVENT(set_tid_address,
105 TP_PROTO(sc_exit(long ret,) int * tidptr),
106 TP_ARGS(sc_exit(ret,) tidptr),
107 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int *, tidptr, tidptr)))
108 )
109 #endif
110 #ifndef OVERRIDE_32_mq_unlink
111 SC_LTTNG_TRACEPOINT_EVENT(mq_unlink,
112 TP_PROTO(sc_exit(long ret,) const char * u_name),
113 TP_ARGS(sc_exit(ret,) u_name),
114 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name)))
115 )
116 #endif
117 #ifndef OVERRIDE_32_shmdt
118 SC_LTTNG_TRACEPOINT_EVENT(shmdt,
119 TP_PROTO(sc_exit(long ret,) char * shmaddr),
120 TP_ARGS(sc_exit(ret,) shmaddr),
121 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(char *, shmaddr, shmaddr)))
122 )
123 #endif
124 #ifndef OVERRIDE_32_creat
125 SC_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),
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)))
129 )
130 #endif
131 #ifndef OVERRIDE_32_link
132 SC_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),
135 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
136 )
137 #endif
138 #ifndef OVERRIDE_32_chmod
139 SC_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),
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)))
143 )
144 #endif
145 #ifndef OVERRIDE_32_access
146 SC_LTTNG_TRACEPOINT_EVENT(access,
147 TP_PROTO(sc_exit(long ret,) const char * filename, int mode),
148 TP_ARGS(sc_exit(ret,) filename, mode),
149 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)))
150 )
151 #endif
152 #ifndef OVERRIDE_32_rename
153 SC_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),
156 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
157 )
158 #endif
159 #ifndef OVERRIDE_32_mkdir
160 SC_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),
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)))
164 )
165 #endif
166 #ifndef OVERRIDE_32_umount
167 SC_LTTNG_TRACEPOINT_EVENT(umount,
168 TP_PROTO(sc_exit(long ret,) char * name, int flags),
169 TP_ARGS(sc_exit(ret,) name, flags),
170 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, flags, flags)))
171 )
172 #endif
173 #ifndef OVERRIDE_32_ustat
174 SC_LTTNG_TRACEPOINT_EVENT(ustat,
175 TP_PROTO(sc_exit(long ret,) unsigned dev, struct ustat * ubuf),
176 TP_ARGS(sc_exit(ret,) dev, ubuf),
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)))
178 )
179 #endif
180 #ifndef OVERRIDE_32_sethostname
181 SC_LTTNG_TRACEPOINT_EVENT(sethostname,
182 TP_PROTO(sc_exit(long ret,) char * name, int len),
183 TP_ARGS(sc_exit(ret,) name, len),
184 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
185 )
186 #endif
187 #ifndef OVERRIDE_32_setrlimit
188 SC_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),
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)))
192 )
193 #endif
194 #ifndef OVERRIDE_32_getrusage
195 SC_LTTNG_TRACEPOINT_EVENT(getrusage,
196 TP_PROTO(sc_exit(long ret,) int who, struct rusage * ru),
197 TP_ARGS(sc_exit(ret,) who, ru),
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)))
199 )
200 #endif
201 #ifndef OVERRIDE_32_gettimeofday
202 SC_LTTNG_TRACEPOINT_EVENT(gettimeofday,
203 TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz),
204 TP_ARGS(sc_exit(ret,) tv, tz),
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)))
206 )
207 #endif
208 #ifndef OVERRIDE_32_settimeofday
209 SC_LTTNG_TRACEPOINT_EVENT(settimeofday,
210 TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz),
211 TP_ARGS(sc_exit(ret,) tv, tz),
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)))
213 )
214 #endif
215 #ifndef OVERRIDE_32_getgroups16
216 SC_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),
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)))
220 )
221 #endif
222 #ifndef OVERRIDE_32_setgroups16
223 SC_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),
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)))
227 )
228 #endif
229 #ifndef OVERRIDE_32_symlink
230 SC_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),
233 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
234 )
235 #endif
236 #ifndef OVERRIDE_32_swapon
237 SC_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),
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)))
241 )
242 #endif
243 #ifndef OVERRIDE_32_truncate
244 SC_LTTNG_TRACEPOINT_EVENT(truncate,
245 TP_PROTO(sc_exit(long ret,) const char * path, long length),
246 TP_ARGS(sc_exit(ret,) path, length),
247 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(long, length, length)))
248 )
249 #endif
250 #ifndef OVERRIDE_32_statfs
251 SC_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),
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)))
255 )
256 #endif
257 #ifndef OVERRIDE_32_fstatfs
258 SC_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),
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)))
262 )
263 #endif
264 #ifndef OVERRIDE_32_getitimer
265 SC_LTTNG_TRACEPOINT_EVENT(getitimer,
266 TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value),
267 TP_ARGS(sc_exit(ret,) which, value),
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)))
269 )
270 #endif
271 #ifndef OVERRIDE_32_newstat
272 SC_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),
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)))
276 )
277 #endif
278 #ifndef OVERRIDE_32_newlstat
279 SC_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),
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)))
283 )
284 #endif
285 #ifndef OVERRIDE_32_newfstat
286 SC_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),
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)))
290 )
291 #endif
292 #ifndef OVERRIDE_32_setdomainname
293 SC_LTTNG_TRACEPOINT_EVENT(setdomainname,
294 TP_PROTO(sc_exit(long ret,) char * name, int len),
295 TP_ARGS(sc_exit(ret,) name, len),
296 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
297 )
298 #endif
299 #ifndef OVERRIDE_32_delete_module
300 SC_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),
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)))
304 )
305 #endif
306 #ifndef OVERRIDE_32_sched_setparam
307 SC_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),
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)))
311 )
312 #endif
313 #ifndef OVERRIDE_32_sched_getparam
314 SC_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),
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)))
318 )
319 #endif
320 #ifndef OVERRIDE_32_sched_rr_get_interval_time32
321 SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval_time32,
322 TP_PROTO(sc_exit(long ret,) pid_t pid, struct old_timespec32 * interval),
323 TP_ARGS(sc_exit(ret,) pid, interval),
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)))
325 )
326 #endif
327 #ifndef OVERRIDE_32_nanosleep_time32
328 SC_LTTNG_TRACEPOINT_EVENT(nanosleep_time32,
329 TP_PROTO(sc_exit(long ret,) struct old_timespec32 * rqtp, struct old_timespec32 * rmtp),
330 TP_ARGS(sc_exit(ret,) rqtp, rmtp),
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)))
332 )
333 #endif
334 #ifndef OVERRIDE_32_rt_sigpending
335 SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending,
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)))
339 )
340 #endif
341 #ifndef OVERRIDE_32_rt_sigsuspend
342 SC_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),
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)))
346 )
347 #endif
348 #ifndef OVERRIDE_32_getcwd
349 SC_LTTNG_TRACEPOINT_EVENT(getcwd,
350 TP_PROTO(sc_exit(long ret,) char * buf, unsigned long size),
351 TP_ARGS(sc_exit(ret,) buf, size),
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)))
353 )
354 #endif
355 #ifndef OVERRIDE_32_sigaltstack
356 SC_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
362 #ifndef OVERRIDE_32_getrlimit
363 SC_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),
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)))
367 )
368 #endif
369 #ifndef OVERRIDE_32_truncate64
370 SC_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
376 #ifndef OVERRIDE_32_stat64
377 SC_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),
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)))
381 )
382 #endif
383 #ifndef OVERRIDE_32_lstat64
384 SC_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),
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)))
388 )
389 #endif
390 #ifndef OVERRIDE_32_fstat64
391 SC_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),
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)))
395 )
396 #endif
397 #ifndef OVERRIDE_32_getgroups
398 SC_LTTNG_TRACEPOINT_EVENT(getgroups,
399 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
400 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
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)))
402 )
403 #endif
404 #ifndef OVERRIDE_32_setgroups
405 SC_LTTNG_TRACEPOINT_EVENT(setgroups,
406 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
407 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
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)))
409 )
410 #endif
411 #ifndef OVERRIDE_32_pivot_root
412 SC_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),
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)))
416 )
417 #endif
418 #ifndef OVERRIDE_32_removexattr
419 SC_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),
422 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
423 )
424 #endif
425 #ifndef OVERRIDE_32_lremovexattr
426 SC_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),
429 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
430 )
431 #endif
432 #ifndef OVERRIDE_32_fremovexattr
433 SC_LTTNG_TRACEPOINT_EVENT(fremovexattr,
434 TP_PROTO(sc_exit(long ret,) int fd, const char * name),
435 TP_ARGS(sc_exit(ret,) fd, name),
436 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)))
437 )
438 #endif
439 #ifndef OVERRIDE_32_io_setup
440 SC_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),
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)))
444 )
445 #endif
446 #ifndef OVERRIDE_32_timer_gettime32
447 SC_LTTNG_TRACEPOINT_EVENT(timer_gettime32,
448 TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct old_itimerspec32 * setting),
449 TP_ARGS(sc_exit(ret,) timer_id, setting),
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)))
451 )
452 #endif
453 #ifndef OVERRIDE_32_clock_settime32
454 SC_LTTNG_TRACEPOINT_EVENT(clock_settime32,
455 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
456 TP_ARGS(sc_exit(ret,) which_clock, tp),
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)))
458 )
459 #endif
460 #ifndef OVERRIDE_32_clock_gettime32
461 SC_LTTNG_TRACEPOINT_EVENT(clock_gettime32,
462 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
463 TP_ARGS(sc_exit(ret,) which_clock, tp),
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)))
465 )
466 #endif
467 #ifndef OVERRIDE_32_clock_getres_time32
468 SC_LTTNG_TRACEPOINT_EVENT(clock_getres_time32,
469 TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp),
470 TP_ARGS(sc_exit(ret,) which_clock, tp),
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)))
472 )
473 #endif
474 #ifndef OVERRIDE_32_utimes_time32
475 SC_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)))
479 )
480 #endif
481 #ifndef OVERRIDE_32_mq_notify
482 SC_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),
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)))
486 )
487 #endif
488 #ifndef OVERRIDE_32_set_robust_list
489 SC_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),
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)))
493 )
494 #endif
495 #ifndef OVERRIDE_32_timerfd_gettime32
496 SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime32,
497 TP_PROTO(sc_exit(long ret,) int ufd, struct old_itimerspec32 * otmr),
498 TP_ARGS(sc_exit(ret,) ufd, otmr),
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)))
500 )
501 #endif
502 #ifndef OVERRIDE_32_pipe2
503 SC_LTTNG_TRACEPOINT_EVENT(pipe2,
504 TP_PROTO(sc_exit(long ret,) int * fildes, int flags),
505 TP_ARGS(sc_exit(ret,) fildes, flags),
506 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags)))
507 )
508 #endif
509 #ifndef OVERRIDE_32_clock_adjtime32
510 SC_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
517 SC_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
524 SC_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
531 SC_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
537 #ifndef OVERRIDE_32_clock_adjtime
538 SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime,
539 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timex * utx),
540 TP_ARGS(sc_exit(ret,) which_clock, utx),
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
545 SC_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
552 SC_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
559 SC_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
566 SC_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
573 SC_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
580 SC_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
587 SC_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)))
591 )
592 #endif
593 #ifndef OVERRIDE_32_read
594 SC_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),
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)))
598 )
599 #endif
600 #ifndef OVERRIDE_32_write
601 SC_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),
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)))
605 )
606 #endif
607 #ifndef OVERRIDE_32_open
608 SC_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),
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)))
612 )
613 #endif
614 #ifndef OVERRIDE_32_execve
615 SC_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
621 #ifndef OVERRIDE_32_mknod
622 SC_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),
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)))
626 )
627 #endif
628 #ifndef OVERRIDE_32_lchown16
629 SC_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),
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)))
633 )
634 #endif
635 #ifndef OVERRIDE_32_sigaction
636 SC_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
642 #ifndef OVERRIDE_32_readlink
643 SC_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),
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)))
647 )
648 #endif
649 #ifndef OVERRIDE_32_syslog
650 SC_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),
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)))
654 )
655 #endif
656 #ifndef OVERRIDE_32_setitimer
657 SC_LTTNG_TRACEPOINT_EVENT(setitimer,
658 TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value, struct __kernel_old_itimerval * ovalue),
659 TP_ARGS(sc_exit(ret,) which, value, ovalue),
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)))
661 )
662 #endif
663 #ifndef OVERRIDE_32_sigprocmask
664 SC_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),
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)))
668 )
669 #endif
670 #ifndef OVERRIDE_32_init_module
671 SC_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),
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)))
675 )
676 #endif
677 #ifndef OVERRIDE_32_getdents
678 SC_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),
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)))
682 )
683 #endif
684 #ifndef OVERRIDE_32_readv
685 SC_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),
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)))
689 )
690 #endif
691 #ifndef OVERRIDE_32_writev
692 SC_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),
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)))
696 )
697 #endif
698 #ifndef OVERRIDE_32_sched_setscheduler
699 SC_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),
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)))
703 )
704 #endif
705 #ifndef OVERRIDE_32_getresuid16
706 SC_LTTNG_TRACEPOINT_EVENT(getresuid16,
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)))
710 )
711 #endif
712 #ifndef OVERRIDE_32_poll
713 SC_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),
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)))
717 )
718 #endif
719 #ifndef OVERRIDE_32_getresgid16
720 SC_LTTNG_TRACEPOINT_EVENT(getresgid16,
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)))
724 )
725 #endif
726 #ifndef OVERRIDE_32_rt_sigqueueinfo
727 SC_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),
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)))
731 )
732 #endif
733 #ifndef OVERRIDE_32_chown16
734 SC_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),
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)))
738 )
739 #endif
740 #ifndef OVERRIDE_32_lchown
741 SC_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),
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)))
745 )
746 #endif
747 #ifndef OVERRIDE_32_getresuid
748 SC_LTTNG_TRACEPOINT_EVENT(getresuid,
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)))
752 )
753 #endif
754 #ifndef OVERRIDE_32_getresgid
755 SC_LTTNG_TRACEPOINT_EVENT(getresgid,
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)))
759 )
760 #endif
761 #ifndef OVERRIDE_32_chown
762 SC_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),
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)))
766 )
767 #endif
768 #ifndef OVERRIDE_32_getdents64
769 SC_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),
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)))
773 )
774 #endif
775 #ifndef OVERRIDE_32_mincore
776 SC_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),
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)))
780 )
781 #endif
782 #ifndef OVERRIDE_32_listxattr
783 SC_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),
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)))
787 )
788 #endif
789 #ifndef OVERRIDE_32_llistxattr
790 SC_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),
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)))
794 )
795 #endif
796 #ifndef OVERRIDE_32_flistxattr
797 SC_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),
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)))
801 )
802 #endif
803 #ifndef OVERRIDE_32_sched_setaffinity
804 SC_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),
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)))
808 )
809 #endif
810 #ifndef OVERRIDE_32_sched_getaffinity
811 SC_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),
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)))
815 )
816 #endif
817 #ifndef OVERRIDE_32_io_submit
818 SC_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),
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)))
822 )
823 #endif
824 #ifndef OVERRIDE_32_io_cancel
825 SC_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),
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)))
829 )
830 #endif
831 #ifndef OVERRIDE_32_timer_create
832 SC_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),
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)))
836 )
837 #endif
838 #ifndef OVERRIDE_32_statfs64
839 SC_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
846 SC_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
852 #ifndef OVERRIDE_32_mq_getsetattr
853 SC_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),
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)))
857 )
858 #endif
859 #ifndef OVERRIDE_32_bind
860 SC_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),
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)))
864 )
865 #endif
866 #ifndef OVERRIDE_32_connect
867 SC_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),
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)))
871 )
872 #endif
873 #ifndef OVERRIDE_32_accept
874 SC_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),
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)))
878 )
879 #endif
880 #ifndef OVERRIDE_32_getsockname
881 SC_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),
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)))
885 )
886 #endif
887 #ifndef OVERRIDE_32_getpeername
888 SC_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),
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)))
892 )
893 #endif
894 #ifndef OVERRIDE_32_sendmsg
895 SC_LTTNG_TRACEPOINT_EVENT(sendmsg,
896 TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags),
897 TP_ARGS(sc_exit(ret,) fd, msg, flags),
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)))
899 )
900 #endif
901 #ifndef OVERRIDE_32_recvmsg
902 SC_LTTNG_TRACEPOINT_EVENT(recvmsg,
903 TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags),
904 TP_ARGS(sc_exit(ret,) fd, msg, flags),
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)))
906 )
907 #endif
908 #ifndef OVERRIDE_32_semop
909 SC_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),
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)))
913 )
914 #endif
915 #ifndef OVERRIDE_32_old_msgctl
916 SC_LTTNG_TRACEPOINT_EVENT(old_msgctl,
917 TP_PROTO(sc_exit(long ret,) int msqid, int cmd, struct msqid_ds * buf),
918 TP_ARGS(sc_exit(ret,) msqid, cmd, buf),
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)))
920 )
921 #endif
922 #ifndef OVERRIDE_32_shmat
923 SC_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),
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)))
927 )
928 #endif
929 #ifndef OVERRIDE_32_old_shmctl
930 SC_LTTNG_TRACEPOINT_EVENT(old_shmctl,
931 TP_PROTO(sc_exit(long ret,) int shmid, int cmd, struct shmid_ds * buf),
932 TP_ARGS(sc_exit(ret,) shmid, cmd, buf),
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)))
934 )
935 #endif
936 #ifndef OVERRIDE_32_inotify_add_watch
937 SC_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),
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)))
941 )
942 #endif
943 #ifndef OVERRIDE_32_mkdirat
944 SC_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),
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)))
948 )
949 #endif
950 #ifndef OVERRIDE_32_futimesat_time32
951 SC_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)))
955 )
956 #endif
957 #ifndef OVERRIDE_32_unlinkat
958 SC_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),
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)))
962 )
963 #endif
964 #ifndef OVERRIDE_32_symlinkat
965 SC_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),
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)))
969 )
970 #endif
971 #ifndef OVERRIDE_32_fchmodat
972 SC_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),
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)))
976 )
977 #endif
978 #ifndef OVERRIDE_32_faccessat
979 SC_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),
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)))
983 )
984 #endif
985 #ifndef OVERRIDE_32_get_robust_list
986 SC_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),
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)))
990 )
991 #endif
992 #ifndef OVERRIDE_32_getcpu
993 SC_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),
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)))
997 )
998 #endif
999 #ifndef OVERRIDE_32_signalfd
1000 SC_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),
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)))
1004 )
1005 #endif
1006 #ifndef OVERRIDE_32_open_by_handle_at
1007 SC_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),
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)))
1011 )
1012 #endif
1013 #ifndef OVERRIDE_32_finit_module
1014 SC_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
1021 SC_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
1028 SC_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
1035 SC_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
1042 SC_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
1049 SC_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
1056 SC_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
1063 SC_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
1069 #ifndef OVERRIDE_32_reboot
1070 SC_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),
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)))
1074 )
1075 #endif
1076 #ifndef OVERRIDE_32_wait4
1077 SC_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),
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)))
1081 )
1082 #endif
1083 #ifndef OVERRIDE_32_quotactl
1084 SC_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),
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)))
1088 )
1089 #endif
1090 #ifndef OVERRIDE_32_rt_sigaction
1091 SC_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),
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)))
1095 )
1096 #endif
1097 #ifndef OVERRIDE_32_rt_sigprocmask
1098 SC_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),
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)))
1102 )
1103 #endif
1104 #ifndef OVERRIDE_32_rt_sigtimedwait_time32
1105 SC_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),
1107 TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize),
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
1112 SC_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
1119 SC_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)))
1123 )
1124 #endif
1125 #ifndef OVERRIDE_32_sendfile
1126 SC_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),
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)))
1130 )
1131 #endif
1132 #ifndef OVERRIDE_32_getxattr
1133 SC_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),
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)))
1137 )
1138 #endif
1139 #ifndef OVERRIDE_32_lgetxattr
1140 SC_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),
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)))
1144 )
1145 #endif
1146 #ifndef OVERRIDE_32_fgetxattr
1147 SC_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),
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)))
1151 )
1152 #endif
1153 #ifndef OVERRIDE_32_sendfile64
1154 SC_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),
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)))
1158 )
1159 #endif
1160 #ifndef OVERRIDE_32_epoll_ctl
1161 SC_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),
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)))
1165 )
1166 #endif
1167 #ifndef OVERRIDE_32_epoll_wait
1168 SC_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),
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)))
1172 )
1173 #endif
1174 #ifndef OVERRIDE_32_timer_settime32
1175 SC_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)))
1179 )
1180 #endif
1181 #ifndef OVERRIDE_32_clock_nanosleep_time32
1182 SC_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),
1184 TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp),
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)))
1186 )
1187 #endif
1188 #ifndef OVERRIDE_32_mq_open
1189 SC_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),
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)))
1193 )
1194 #endif
1195 #ifndef OVERRIDE_32_socketpair
1196 SC_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),
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)))
1200 )
1201 #endif
1202 #ifndef OVERRIDE_32_send
1203 SC_LTTNG_TRACEPOINT_EVENT(send,
1204 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags),
1205 TP_ARGS(sc_exit(ret,) fd, buff, len, flags),
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
1210 SC_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)))
1214 )
1215 #endif
1216 #ifndef OVERRIDE_32_msgsnd
1217 SC_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),
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)))
1221 )
1222 #endif
1223 #ifndef OVERRIDE_32_request_key
1224 SC_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),
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)))
1228 )
1229 #endif
1230 #ifndef OVERRIDE_32_semtimedop_time32
1231 SC_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)))
1235 )
1236 #endif
1237 #ifndef OVERRIDE_32_openat
1238 SC_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),
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)))
1242 )
1243 #endif
1244 #ifndef OVERRIDE_32_mknodat
1245 SC_LTTNG_TRACEPOINT_EVENT(mknodat,
1246 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned int dev),
1247 TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev),
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)))
1249 )
1250 #endif
1251 #ifndef OVERRIDE_32_fstatat64
1252 SC_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),
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)))
1256 )
1257 #endif
1258 #ifndef OVERRIDE_32_renameat
1259 SC_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),
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)))
1263 )
1264 #endif
1265 #ifndef OVERRIDE_32_readlinkat
1266 SC_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),
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)))
1270 )
1271 #endif
1272 #ifndef OVERRIDE_32_vmsplice
1273 SC_LTTNG_TRACEPOINT_EVENT(vmsplice,
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)))
1277 )
1278 #endif
1279 #ifndef OVERRIDE_32_kexec_load
1280 SC_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)))
1284 )
1285 #endif
1286 #ifndef OVERRIDE_32_utimensat_time32
1287 SC_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
1294 SC_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),
1296 TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr),
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)))
1298 )
1299 #endif
1300 #ifndef OVERRIDE_32_signalfd4
1301 SC_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),
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)))
1305 )
1306 #endif
1307 #ifndef OVERRIDE_32_rt_tgsigqueueinfo
1308 SC_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),
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)))
1312 )
1313 #endif
1314 #ifndef OVERRIDE_32_accept4
1315 SC_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),
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)))
1319 )
1320 #endif
1321 #ifndef OVERRIDE_32_prlimit64
1322 SC_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),
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)))
1326 )
1327 #endif
1328 #ifndef OVERRIDE_32_sendmmsg
1329 SC_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),
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)))
1333 )
1334 #endif
1335 #ifndef OVERRIDE_32_sched_getattr
1336 SC_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
1343 SC_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
1350 SC_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
1357 SC_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
1364 SC_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
1371 SC_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
1378 SC_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
1385 SC_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
1392 SC_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
1399 SC_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
1406 SC_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
1413 SC_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
1420 SC_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
1427 SC_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
1433 #ifndef OVERRIDE_32_mount
1434 SC_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),
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)))
1438 )
1439 #endif
1440 #ifndef OVERRIDE_32_clone
1441 SC_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
1447 #ifndef OVERRIDE_32_llseek
1448 SC_LTTNG_TRACEPOINT_EVENT(llseek,
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)))
1452 )
1453 #endif
1454 #ifndef OVERRIDE_32_select
1455 SC_LTTNG_TRACEPOINT_EVENT(select,
1456 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_old_timeval * tvp),
1457 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tvp),
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)))
1459 )
1460 #endif
1461 #ifndef OVERRIDE_32_setxattr
1462 SC_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),
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)))
1466 )
1467 #endif
1468 #ifndef OVERRIDE_32_lsetxattr
1469 SC_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),
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)))
1473 )
1474 #endif
1475 #ifndef OVERRIDE_32_fsetxattr
1476 SC_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),
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)))
1480 )
1481 #endif
1482 #ifndef OVERRIDE_32_io_getevents_time32
1483 SC_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),
1485 TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout),
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)))
1487 )
1488 #endif
1489 #ifndef OVERRIDE_32_pciconfig_read
1490 SC_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
1497 SC_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
1504 SC_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),
1506 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout),
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)))
1508 )
1509 #endif
1510 #ifndef OVERRIDE_32_mq_timedreceive_time32
1511 SC_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),
1513 TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout),
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)))
1515 )
1516 #endif
1517 #ifndef OVERRIDE_32_waitid
1518 SC_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),
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)))
1522 )
1523 #endif
1524 #ifndef OVERRIDE_32_setsockopt
1525 SC_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),
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)))
1529 )
1530 #endif
1531 #ifndef OVERRIDE_32_getsockopt
1532 SC_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),
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)))
1536 )
1537 #endif
1538 #ifndef OVERRIDE_32_msgrcv
1539 SC_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),
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)))
1543 )
1544 #endif
1545 #ifndef OVERRIDE_32_add_key
1546 SC_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),
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)))
1550 )
1551 #endif
1552 #ifndef OVERRIDE_32_fchownat
1553 SC_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),
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)))
1557 )
1558 #endif
1559 #ifndef OVERRIDE_32_linkat
1560 SC_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),
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)))
1564 )
1565 #endif
1566 #ifndef OVERRIDE_32_ppoll_time32
1567 SC_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),
1569 TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize),
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)))
1571 )
1572 #endif
1573 #ifndef OVERRIDE_32_preadv
1574 SC_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),
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)))
1578 )
1579 #endif
1580 #ifndef OVERRIDE_32_pwritev
1581 SC_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),
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)))
1585 )
1586 #endif
1587 #ifndef OVERRIDE_32_perf_event_open
1588 SC_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),
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)))
1592 )
1593 #endif
1594 #ifndef OVERRIDE_32_recvmmsg_time32
1595 SC_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),
1597 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout),
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
1602 SC_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)))
1606 )
1607 #endif
1608 #ifndef OVERRIDE_32_name_to_handle_at
1609 SC_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),
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)))
1613 )
1614 #endif
1615 #ifndef OVERRIDE_32_renameat2
1616 SC_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
1623 SC_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
1630 SC_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
1637 SC_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
1644 SC_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
1651 SC_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
1658 SC_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
1665 SC_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
1672 SC_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
1679 SC_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
1686 SC_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
1693 SC_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
1700 SC_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),
1702 TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3),
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)))
1704 )
1705 #endif
1706 #ifndef OVERRIDE_32_sendto
1707 SC_LTTNG_TRACEPOINT_EVENT(sendto,
1708 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags, struct sockaddr * addr, int addr_len),
1709 TP_ARGS(sc_exit(ret,) fd, buff, len, flags, addr, addr_len),
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)))
1711 )
1712 #endif
1713 #ifndef OVERRIDE_32_recvfrom
1714 SC_LTTNG_TRACEPOINT_EVENT(recvfrom,
1715 TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags, struct sockaddr * addr, int * addr_len),
1716 TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags, addr, addr_len),
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)))
1718 )
1719 #endif
1720 #ifndef OVERRIDE_32_pselect6_time32
1721 SC_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),
1723 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig),
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)))
1725 )
1726 #endif
1727 #ifndef OVERRIDE_32_splice
1728 SC_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),
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)))
1732 )
1733 #endif
1734 #ifndef OVERRIDE_32_epoll_pwait
1735 SC_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),
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)))
1739 )
1740 #endif
1741 #ifndef OVERRIDE_32_process_vm_readv
1742 SC_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),
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)))
1746 )
1747 #endif
1748 #ifndef OVERRIDE_32_process_vm_writev
1749 SC_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),
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)))
1753 )
1754 #endif
1755 #ifndef OVERRIDE_32_copy_file_range
1756 SC_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
1763 SC_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
1770 SC_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
1777 SC_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
1784 SC_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
1791 SC_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
1798 SC_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
1805 SC_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
1812 SC_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
1818
1819 #endif /* _TRACE_SYSCALLS_POINTERS_H */
1820
1821 /* This part must be outside protection */
1822 #include <lttng/define_trace.h>
1823
1824 #else /* CREATE_SYSCALL_TABLE */
1825
1826 #include "arm-32-syscalls_pointers_override.h"
1827 #include "syscalls_pointers_override.h"
1828
1829 #ifndef OVERRIDE_TABLE_32_read
1830 TRACE_SYSCALL_TABLE(read, read, 3, 3)
1831 #endif
1832 #ifndef OVERRIDE_TABLE_32_write
1833 TRACE_SYSCALL_TABLE(write, write, 4, 3)
1834 #endif
1835 #ifndef OVERRIDE_TABLE_32_open
1836 TRACE_SYSCALL_TABLE(open, open, 5, 3)
1837 #endif
1838 #ifndef OVERRIDE_TABLE_32_creat
1839 TRACE_SYSCALL_TABLE(creat, creat, 8, 2)
1840 #endif
1841 #ifndef OVERRIDE_TABLE_32_link
1842 TRACE_SYSCALL_TABLE(link, link, 9, 2)
1843 #endif
1844 #ifndef OVERRIDE_TABLE_32_unlink
1845 TRACE_SYSCALL_TABLE(unlink, unlink, 10, 1)
1846 #endif
1847 #ifndef OVERRIDE_TABLE_32_execve
1848 TRACE_SYSCALL_TABLE(execve, execve, 11, 3)
1849 #endif
1850 #ifndef OVERRIDE_TABLE_32_chdir
1851 TRACE_SYSCALL_TABLE(chdir, chdir, 12, 1)
1852 #endif
1853 #ifndef OVERRIDE_TABLE_32_mknod
1854 TRACE_SYSCALL_TABLE(mknod, mknod, 14, 3)
1855 #endif
1856 #ifndef OVERRIDE_TABLE_32_chmod
1857 TRACE_SYSCALL_TABLE(chmod, chmod, 15, 2)
1858 #endif
1859 #ifndef OVERRIDE_TABLE_32_lchown16
1860 TRACE_SYSCALL_TABLE(lchown16, lchown16, 16, 3)
1861 #endif
1862 #ifndef OVERRIDE_TABLE_32_mount
1863 TRACE_SYSCALL_TABLE(mount, mount, 21, 5)
1864 #endif
1865 #ifndef OVERRIDE_TABLE_32_access
1866 TRACE_SYSCALL_TABLE(access, access, 33, 2)
1867 #endif
1868 #ifndef OVERRIDE_TABLE_32_rename
1869 TRACE_SYSCALL_TABLE(rename, rename, 38, 2)
1870 #endif
1871 #ifndef OVERRIDE_TABLE_32_mkdir
1872 TRACE_SYSCALL_TABLE(mkdir, mkdir, 39, 2)
1873 #endif
1874 #ifndef OVERRIDE_TABLE_32_rmdir
1875 TRACE_SYSCALL_TABLE(rmdir, rmdir, 40, 1)
1876 #endif
1877 #ifndef OVERRIDE_TABLE_32_pipe
1878 TRACE_SYSCALL_TABLE(pipe, pipe, 42, 1)
1879 #endif
1880 #ifndef OVERRIDE_TABLE_32_times
1881 TRACE_SYSCALL_TABLE(times, times, 43, 1)
1882 #endif
1883 #ifndef OVERRIDE_TABLE_32_acct
1884 TRACE_SYSCALL_TABLE(acct, acct, 51, 1)
1885 #endif
1886 #ifndef OVERRIDE_TABLE_32_umount
1887 TRACE_SYSCALL_TABLE(umount, umount, 52, 2)
1888 #endif
1889 #ifndef OVERRIDE_TABLE_32_chroot
1890 TRACE_SYSCALL_TABLE(chroot, chroot, 61, 1)
1891 #endif
1892 #ifndef OVERRIDE_TABLE_32_ustat
1893 TRACE_SYSCALL_TABLE(ustat, ustat, 62, 2)
1894 #endif
1895 #ifndef OVERRIDE_TABLE_32_sigaction
1896 TRACE_SYSCALL_TABLE(sigaction, sigaction, 67, 3)
1897 #endif
1898 #ifndef OVERRIDE_TABLE_32_sigpending
1899 TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1)
1900 #endif
1901 #ifndef OVERRIDE_TABLE_32_sethostname
1902 TRACE_SYSCALL_TABLE(sethostname, sethostname, 74, 2)
1903 #endif
1904 #ifndef OVERRIDE_TABLE_32_setrlimit
1905 TRACE_SYSCALL_TABLE(setrlimit, setrlimit, 75, 2)
1906 #endif
1907 #ifndef OVERRIDE_TABLE_32_getrusage
1908 TRACE_SYSCALL_TABLE(getrusage, getrusage, 77, 2)
1909 #endif
1910 #ifndef OVERRIDE_TABLE_32_gettimeofday
1911 TRACE_SYSCALL_TABLE(gettimeofday, gettimeofday, 78, 2)
1912 #endif
1913 #ifndef OVERRIDE_TABLE_32_settimeofday
1914 TRACE_SYSCALL_TABLE(settimeofday, settimeofday, 79, 2)
1915 #endif
1916 #ifndef OVERRIDE_TABLE_32_getgroups16
1917 TRACE_SYSCALL_TABLE(getgroups16, getgroups16, 80, 2)
1918 #endif
1919 #ifndef OVERRIDE_TABLE_32_setgroups16
1920 TRACE_SYSCALL_TABLE(setgroups16, setgroups16, 81, 2)
1921 #endif
1922 #ifndef OVERRIDE_TABLE_32_symlink
1923 TRACE_SYSCALL_TABLE(symlink, symlink, 83, 2)
1924 #endif
1925 #ifndef OVERRIDE_TABLE_32_readlink
1926 TRACE_SYSCALL_TABLE(readlink, readlink, 85, 3)
1927 #endif
1928 #ifndef OVERRIDE_TABLE_32_swapon
1929 TRACE_SYSCALL_TABLE(swapon, swapon, 87, 2)
1930 #endif
1931 #ifndef OVERRIDE_TABLE_32_reboot
1932 TRACE_SYSCALL_TABLE(reboot, reboot, 88, 4)
1933 #endif
1934 #ifndef OVERRIDE_TABLE_32_truncate
1935 TRACE_SYSCALL_TABLE(truncate, truncate, 92, 2)
1936 #endif
1937 #ifndef OVERRIDE_TABLE_32_statfs
1938 TRACE_SYSCALL_TABLE(statfs, statfs, 99, 2)
1939 #endif
1940 #ifndef OVERRIDE_TABLE_32_fstatfs
1941 TRACE_SYSCALL_TABLE(fstatfs, fstatfs, 100, 2)
1942 #endif
1943 #ifndef OVERRIDE_TABLE_32_syslog
1944 TRACE_SYSCALL_TABLE(syslog, syslog, 103, 3)
1945 #endif
1946 #ifndef OVERRIDE_TABLE_32_setitimer
1947 TRACE_SYSCALL_TABLE(setitimer, setitimer, 104, 3)
1948 #endif
1949 #ifndef OVERRIDE_TABLE_32_getitimer
1950 TRACE_SYSCALL_TABLE(getitimer, getitimer, 105, 2)
1951 #endif
1952 #ifndef OVERRIDE_TABLE_32_newstat
1953 TRACE_SYSCALL_TABLE(newstat, newstat, 106, 2)
1954 #endif
1955 #ifndef OVERRIDE_TABLE_32_newlstat
1956 TRACE_SYSCALL_TABLE(newlstat, newlstat, 107, 2)
1957 #endif
1958 #ifndef OVERRIDE_TABLE_32_newfstat
1959 TRACE_SYSCALL_TABLE(newfstat, newfstat, 108, 2)
1960 #endif
1961 #ifndef OVERRIDE_TABLE_32_wait4
1962 TRACE_SYSCALL_TABLE(wait4, wait4, 114, 4)
1963 #endif
1964 #ifndef OVERRIDE_TABLE_32_swapoff
1965 TRACE_SYSCALL_TABLE(swapoff, swapoff, 115, 1)
1966 #endif
1967 #ifndef OVERRIDE_TABLE_32_sysinfo
1968 TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 116, 1)
1969 #endif
1970 #ifndef OVERRIDE_TABLE_32_clone
1971 TRACE_SYSCALL_TABLE(clone, clone, 120, 5)
1972 #endif
1973 #ifndef OVERRIDE_TABLE_32_setdomainname
1974 TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 121, 2)
1975 #endif
1976 #ifndef OVERRIDE_TABLE_32_newuname
1977 TRACE_SYSCALL_TABLE(newuname, newuname, 122, 1)
1978 #endif
1979 #ifndef OVERRIDE_TABLE_32_adjtimex_time32
1980 TRACE_SYSCALL_TABLE(adjtimex_time32, adjtimex_time32, 124, 1)
1981 #endif
1982 #ifndef OVERRIDE_TABLE_32_sigprocmask
1983 TRACE_SYSCALL_TABLE(sigprocmask, sigprocmask, 126, 3)
1984 #endif
1985 #ifndef OVERRIDE_TABLE_32_init_module
1986 TRACE_SYSCALL_TABLE(init_module, init_module, 128, 3)
1987 #endif
1988 #ifndef OVERRIDE_TABLE_32_delete_module
1989 TRACE_SYSCALL_TABLE(delete_module, delete_module, 129, 2)
1990 #endif
1991 #ifndef OVERRIDE_TABLE_32_quotactl
1992 TRACE_SYSCALL_TABLE(quotactl, quotactl, 131, 4)
1993 #endif
1994 #ifndef OVERRIDE_TABLE_32_llseek
1995 TRACE_SYSCALL_TABLE(llseek, llseek, 140, 5)
1996 #endif
1997 #ifndef OVERRIDE_TABLE_32_getdents
1998 TRACE_SYSCALL_TABLE(getdents, getdents, 141, 3)
1999 #endif
2000 #ifndef OVERRIDE_TABLE_32_select
2001 TRACE_SYSCALL_TABLE(select, select, 142, 5)
2002 #endif
2003 #ifndef OVERRIDE_TABLE_32_readv
2004 TRACE_SYSCALL_TABLE(readv, readv, 145, 3)
2005 #endif
2006 #ifndef OVERRIDE_TABLE_32_writev
2007 TRACE_SYSCALL_TABLE(writev, writev, 146, 3)
2008 #endif
2009 #ifndef OVERRIDE_TABLE_32_sched_setparam
2010 TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 154, 2)
2011 #endif
2012 #ifndef OVERRIDE_TABLE_32_sched_getparam
2013 TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 155, 2)
2014 #endif
2015 #ifndef OVERRIDE_TABLE_32_sched_setscheduler
2016 TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 156, 3)
2017 #endif
2018 #ifndef OVERRIDE_TABLE_32_sched_rr_get_interval_time32
2019 TRACE_SYSCALL_TABLE(sched_rr_get_interval_time32, sched_rr_get_interval_time32, 161, 2)
2020 #endif
2021 #ifndef OVERRIDE_TABLE_32_nanosleep_time32
2022 TRACE_SYSCALL_TABLE(nanosleep_time32, nanosleep_time32, 162, 2)
2023 #endif
2024 #ifndef OVERRIDE_TABLE_32_getresuid16
2025 TRACE_SYSCALL_TABLE(getresuid16, getresuid16, 165, 3)
2026 #endif
2027 #ifndef OVERRIDE_TABLE_32_poll
2028 TRACE_SYSCALL_TABLE(poll, poll, 168, 3)
2029 #endif
2030 #ifndef OVERRIDE_TABLE_32_getresgid16
2031 TRACE_SYSCALL_TABLE(getresgid16, getresgid16, 171, 3)
2032 #endif
2033 #ifndef OVERRIDE_TABLE_32_rt_sigaction
2034 TRACE_SYSCALL_TABLE(rt_sigaction, rt_sigaction, 174, 4)
2035 #endif
2036 #ifndef OVERRIDE_TABLE_32_rt_sigprocmask
2037 TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 175, 4)
2038 #endif
2039 #ifndef OVERRIDE_TABLE_32_rt_sigpending
2040 TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 176, 2)
2041 #endif
2042 #ifndef OVERRIDE_TABLE_32_rt_sigtimedwait_time32
2043 TRACE_SYSCALL_TABLE(rt_sigtimedwait_time32, rt_sigtimedwait_time32, 177, 4)
2044 #endif
2045 #ifndef OVERRIDE_TABLE_32_rt_sigqueueinfo
2046 TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 178, 3)
2047 #endif
2048 #ifndef OVERRIDE_TABLE_32_rt_sigsuspend
2049 TRACE_SYSCALL_TABLE(rt_sigsuspend, rt_sigsuspend, 179, 2)
2050 #endif
2051 #ifndef OVERRIDE_TABLE_32_pread64
2052 TRACE_SYSCALL_TABLE(pread64, pread64, 180, 4)
2053 #endif
2054 #ifndef OVERRIDE_TABLE_32_pwrite64
2055 TRACE_SYSCALL_TABLE(pwrite64, pwrite64, 181, 4)
2056 #endif
2057 #ifndef OVERRIDE_TABLE_32_chown16
2058 TRACE_SYSCALL_TABLE(chown16, chown16, 182, 3)
2059 #endif
2060 #ifndef OVERRIDE_TABLE_32_getcwd
2061 TRACE_SYSCALL_TABLE(getcwd, getcwd, 183, 2)
2062 #endif
2063 #ifndef OVERRIDE_TABLE_32_sigaltstack
2064 TRACE_SYSCALL_TABLE(sigaltstack, sigaltstack, 186, 2)
2065 #endif
2066 #ifndef OVERRIDE_TABLE_32_sendfile
2067 TRACE_SYSCALL_TABLE(sendfile, sendfile, 187, 4)
2068 #endif
2069 #ifndef OVERRIDE_TABLE_32_getrlimit
2070 TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 191, 2)
2071 #endif
2072 #ifndef OVERRIDE_TABLE_32_truncate64
2073 TRACE_SYSCALL_TABLE(truncate64, truncate64, 193, 2)
2074 #endif
2075 #ifndef OVERRIDE_TABLE_32_stat64
2076 TRACE_SYSCALL_TABLE(stat64, stat64, 195, 2)
2077 #endif
2078 #ifndef OVERRIDE_TABLE_32_lstat64
2079 TRACE_SYSCALL_TABLE(lstat64, lstat64, 196, 2)
2080 #endif
2081 #ifndef OVERRIDE_TABLE_32_fstat64
2082 TRACE_SYSCALL_TABLE(fstat64, fstat64, 197, 2)
2083 #endif
2084 #ifndef OVERRIDE_TABLE_32_lchown
2085 TRACE_SYSCALL_TABLE(lchown, lchown, 198, 3)
2086 #endif
2087 #ifndef OVERRIDE_TABLE_32_getgroups
2088 TRACE_SYSCALL_TABLE(getgroups, getgroups, 205, 2)
2089 #endif
2090 #ifndef OVERRIDE_TABLE_32_setgroups
2091 TRACE_SYSCALL_TABLE(setgroups, setgroups, 206, 2)
2092 #endif
2093 #ifndef OVERRIDE_TABLE_32_getresuid
2094 TRACE_SYSCALL_TABLE(getresuid, getresuid, 209, 3)
2095 #endif
2096 #ifndef OVERRIDE_TABLE_32_getresgid
2097 TRACE_SYSCALL_TABLE(getresgid, getresgid, 211, 3)
2098 #endif
2099 #ifndef OVERRIDE_TABLE_32_chown
2100 TRACE_SYSCALL_TABLE(chown, chown, 212, 3)
2101 #endif
2102 #ifndef OVERRIDE_TABLE_32_getdents64
2103 TRACE_SYSCALL_TABLE(getdents64, getdents64, 217, 3)
2104 #endif
2105 #ifndef OVERRIDE_TABLE_32_pivot_root
2106 TRACE_SYSCALL_TABLE(pivot_root, pivot_root, 218, 2)
2107 #endif
2108 #ifndef OVERRIDE_TABLE_32_mincore
2109 TRACE_SYSCALL_TABLE(mincore, mincore, 219, 3)
2110 #endif
2111 #ifndef OVERRIDE_TABLE_32_setxattr
2112 TRACE_SYSCALL_TABLE(setxattr, setxattr, 226, 5)
2113 #endif
2114 #ifndef OVERRIDE_TABLE_32_lsetxattr
2115 TRACE_SYSCALL_TABLE(lsetxattr, lsetxattr, 227, 5)
2116 #endif
2117 #ifndef OVERRIDE_TABLE_32_fsetxattr
2118 TRACE_SYSCALL_TABLE(fsetxattr, fsetxattr, 228, 5)
2119 #endif
2120 #ifndef OVERRIDE_TABLE_32_getxattr
2121 TRACE_SYSCALL_TABLE(getxattr, getxattr, 229, 4)
2122 #endif
2123 #ifndef OVERRIDE_TABLE_32_lgetxattr
2124 TRACE_SYSCALL_TABLE(lgetxattr, lgetxattr, 230, 4)
2125 #endif
2126 #ifndef OVERRIDE_TABLE_32_fgetxattr
2127 TRACE_SYSCALL_TABLE(fgetxattr, fgetxattr, 231, 4)
2128 #endif
2129 #ifndef OVERRIDE_TABLE_32_listxattr
2130 TRACE_SYSCALL_TABLE(listxattr, listxattr, 232, 3)
2131 #endif
2132 #ifndef OVERRIDE_TABLE_32_llistxattr
2133 TRACE_SYSCALL_TABLE(llistxattr, llistxattr, 233, 3)
2134 #endif
2135 #ifndef OVERRIDE_TABLE_32_flistxattr
2136 TRACE_SYSCALL_TABLE(flistxattr, flistxattr, 234, 3)
2137 #endif
2138 #ifndef OVERRIDE_TABLE_32_removexattr
2139 TRACE_SYSCALL_TABLE(removexattr, removexattr, 235, 2)
2140 #endif
2141 #ifndef OVERRIDE_TABLE_32_lremovexattr
2142 TRACE_SYSCALL_TABLE(lremovexattr, lremovexattr, 236, 2)
2143 #endif
2144 #ifndef OVERRIDE_TABLE_32_fremovexattr
2145 TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 237, 2)
2146 #endif
2147 #ifndef OVERRIDE_TABLE_32_sendfile64
2148 TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 239, 4)
2149 #endif
2150 #ifndef OVERRIDE_TABLE_32_futex_time32
2151 TRACE_SYSCALL_TABLE(futex_time32, futex_time32, 240, 6)
2152 #endif
2153 #ifndef OVERRIDE_TABLE_32_sched_setaffinity
2154 TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 241, 3)
2155 #endif
2156 #ifndef OVERRIDE_TABLE_32_sched_getaffinity
2157 TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 242, 3)
2158 #endif
2159 #ifndef OVERRIDE_TABLE_32_io_setup
2160 TRACE_SYSCALL_TABLE(io_setup, io_setup, 243, 2)
2161 #endif
2162 #ifndef OVERRIDE_TABLE_32_io_getevents_time32
2163 TRACE_SYSCALL_TABLE(io_getevents_time32, io_getevents_time32, 245, 5)
2164 #endif
2165 #ifndef OVERRIDE_TABLE_32_io_submit
2166 TRACE_SYSCALL_TABLE(io_submit, io_submit, 246, 3)
2167 #endif
2168 #ifndef OVERRIDE_TABLE_32_io_cancel
2169 TRACE_SYSCALL_TABLE(io_cancel, io_cancel, 247, 3)
2170 #endif
2171 #ifndef OVERRIDE_TABLE_32_epoll_ctl
2172 TRACE_SYSCALL_TABLE(epoll_ctl, epoll_ctl, 251, 4)
2173 #endif
2174 #ifndef OVERRIDE_TABLE_32_epoll_wait
2175 TRACE_SYSCALL_TABLE(epoll_wait, epoll_wait, 252, 4)
2176 #endif
2177 #ifndef OVERRIDE_TABLE_32_set_tid_address
2178 TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 256, 1)
2179 #endif
2180 #ifndef OVERRIDE_TABLE_32_timer_create
2181 TRACE_SYSCALL_TABLE(timer_create, timer_create, 257, 3)
2182 #endif
2183 #ifndef OVERRIDE_TABLE_32_timer_settime32
2184 TRACE_SYSCALL_TABLE(timer_settime32, timer_settime32, 258, 4)
2185 #endif
2186 #ifndef OVERRIDE_TABLE_32_timer_gettime32
2187 TRACE_SYSCALL_TABLE(timer_gettime32, timer_gettime32, 259, 2)
2188 #endif
2189 #ifndef OVERRIDE_TABLE_32_clock_settime32
2190 TRACE_SYSCALL_TABLE(clock_settime32, clock_settime32, 262, 2)
2191 #endif
2192 #ifndef OVERRIDE_TABLE_32_clock_gettime32
2193 TRACE_SYSCALL_TABLE(clock_gettime32, clock_gettime32, 263, 2)
2194 #endif
2195 #ifndef OVERRIDE_TABLE_32_clock_getres_time32
2196 TRACE_SYSCALL_TABLE(clock_getres_time32, clock_getres_time32, 264, 2)
2197 #endif
2198 #ifndef OVERRIDE_TABLE_32_clock_nanosleep_time32
2199 TRACE_SYSCALL_TABLE(clock_nanosleep_time32, clock_nanosleep_time32, 265, 4)
2200 #endif
2201 #ifndef OVERRIDE_TABLE_32_statfs64
2202 TRACE_SYSCALL_TABLE(statfs64, statfs64, 266, 3)
2203 #endif
2204 #ifndef OVERRIDE_TABLE_32_fstatfs64
2205 TRACE_SYSCALL_TABLE(fstatfs64, fstatfs64, 267, 3)
2206 #endif
2207 #ifndef OVERRIDE_TABLE_32_utimes_time32
2208 TRACE_SYSCALL_TABLE(utimes_time32, utimes_time32, 269, 2)
2209 #endif
2210 #ifndef OVERRIDE_TABLE_32_pciconfig_read
2211 TRACE_SYSCALL_TABLE(pciconfig_read, pciconfig_read, 272, 5)
2212 #endif
2213 #ifndef OVERRIDE_TABLE_32_pciconfig_write
2214 TRACE_SYSCALL_TABLE(pciconfig_write, pciconfig_write, 273, 5)
2215 #endif
2216 #ifndef OVERRIDE_TABLE_32_mq_open
2217 TRACE_SYSCALL_TABLE(mq_open, mq_open, 274, 4)
2218 #endif
2219 #ifndef OVERRIDE_TABLE_32_mq_unlink
2220 TRACE_SYSCALL_TABLE(mq_unlink, mq_unlink, 275, 1)
2221 #endif
2222 #ifndef OVERRIDE_TABLE_32_mq_timedsend_time32
2223 TRACE_SYSCALL_TABLE(mq_timedsend_time32, mq_timedsend_time32, 276, 5)
2224 #endif
2225 #ifndef OVERRIDE_TABLE_32_mq_timedreceive_time32
2226 TRACE_SYSCALL_TABLE(mq_timedreceive_time32, mq_timedreceive_time32, 277, 5)
2227 #endif
2228 #ifndef OVERRIDE_TABLE_32_mq_notify
2229 TRACE_SYSCALL_TABLE(mq_notify, mq_notify, 278, 2)
2230 #endif
2231 #ifndef OVERRIDE_TABLE_32_mq_getsetattr
2232 TRACE_SYSCALL_TABLE(mq_getsetattr, mq_getsetattr, 279, 3)
2233 #endif
2234 #ifndef OVERRIDE_TABLE_32_waitid
2235 TRACE_SYSCALL_TABLE(waitid, waitid, 280, 5)
2236 #endif
2237 #ifndef OVERRIDE_TABLE_32_bind
2238 TRACE_SYSCALL_TABLE(bind, bind, 282, 3)
2239 #endif
2240 #ifndef OVERRIDE_TABLE_32_connect
2241 TRACE_SYSCALL_TABLE(connect, connect, 283, 3)
2242 #endif
2243 #ifndef OVERRIDE_TABLE_32_accept
2244 TRACE_SYSCALL_TABLE(accept, accept, 285, 3)
2245 #endif
2246 #ifndef OVERRIDE_TABLE_32_getsockname
2247 TRACE_SYSCALL_TABLE(getsockname, getsockname, 286, 3)
2248 #endif
2249 #ifndef OVERRIDE_TABLE_32_getpeername
2250 TRACE_SYSCALL_TABLE(getpeername, getpeername, 287, 3)
2251 #endif
2252 #ifndef OVERRIDE_TABLE_32_socketpair
2253 TRACE_SYSCALL_TABLE(socketpair, socketpair, 288, 4)
2254 #endif
2255 #ifndef OVERRIDE_TABLE_32_send
2256 TRACE_SYSCALL_TABLE(send, send, 289, 4)
2257 #endif
2258 #ifndef OVERRIDE_TABLE_32_sendto
2259 TRACE_SYSCALL_TABLE(sendto, sendto, 290, 6)
2260 #endif
2261 #ifndef OVERRIDE_TABLE_32_recv
2262 TRACE_SYSCALL_TABLE(recv, recv, 291, 4)
2263 #endif
2264 #ifndef OVERRIDE_TABLE_32_recvfrom
2265 TRACE_SYSCALL_TABLE(recvfrom, recvfrom, 292, 6)
2266 #endif
2267 #ifndef OVERRIDE_TABLE_32_setsockopt
2268 TRACE_SYSCALL_TABLE(setsockopt, setsockopt, 294, 5)
2269 #endif
2270 #ifndef OVERRIDE_TABLE_32_getsockopt
2271 TRACE_SYSCALL_TABLE(getsockopt, getsockopt, 295, 5)
2272 #endif
2273 #ifndef OVERRIDE_TABLE_32_sendmsg
2274 TRACE_SYSCALL_TABLE(sendmsg, sendmsg, 296, 3)
2275 #endif
2276 #ifndef OVERRIDE_TABLE_32_recvmsg
2277 TRACE_SYSCALL_TABLE(recvmsg, recvmsg, 297, 3)
2278 #endif
2279 #ifndef OVERRIDE_TABLE_32_semop
2280 TRACE_SYSCALL_TABLE(semop, semop, 298, 3)
2281 #endif
2282 #ifndef OVERRIDE_TABLE_32_msgsnd
2283 TRACE_SYSCALL_TABLE(msgsnd, msgsnd, 301, 4)
2284 #endif
2285 #ifndef OVERRIDE_TABLE_32_msgrcv
2286 TRACE_SYSCALL_TABLE(msgrcv, msgrcv, 302, 5)
2287 #endif
2288 #ifndef OVERRIDE_TABLE_32_old_msgctl
2289 TRACE_SYSCALL_TABLE(old_msgctl, old_msgctl, 304, 3)
2290 #endif
2291 #ifndef OVERRIDE_TABLE_32_shmat
2292 TRACE_SYSCALL_TABLE(shmat, shmat, 305, 3)
2293 #endif
2294 #ifndef OVERRIDE_TABLE_32_shmdt
2295 TRACE_SYSCALL_TABLE(shmdt, shmdt, 306, 1)
2296 #endif
2297 #ifndef OVERRIDE_TABLE_32_old_shmctl
2298 TRACE_SYSCALL_TABLE(old_shmctl, old_shmctl, 308, 3)
2299 #endif
2300 #ifndef OVERRIDE_TABLE_32_add_key
2301 TRACE_SYSCALL_TABLE(add_key, add_key, 309, 5)
2302 #endif
2303 #ifndef OVERRIDE_TABLE_32_request_key
2304 TRACE_SYSCALL_TABLE(request_key, request_key, 310, 4)
2305 #endif
2306 #ifndef OVERRIDE_TABLE_32_semtimedop_time32
2307 TRACE_SYSCALL_TABLE(semtimedop_time32, semtimedop_time32, 312, 4)
2308 #endif
2309 #ifndef OVERRIDE_TABLE_32_inotify_add_watch
2310 TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 317, 3)
2311 #endif
2312 #ifndef OVERRIDE_TABLE_32_openat
2313 TRACE_SYSCALL_TABLE(openat, openat, 322, 4)
2314 #endif
2315 #ifndef OVERRIDE_TABLE_32_mkdirat
2316 TRACE_SYSCALL_TABLE(mkdirat, mkdirat, 323, 3)
2317 #endif
2318 #ifndef OVERRIDE_TABLE_32_mknodat
2319 TRACE_SYSCALL_TABLE(mknodat, mknodat, 324, 4)
2320 #endif
2321 #ifndef OVERRIDE_TABLE_32_fchownat
2322 TRACE_SYSCALL_TABLE(fchownat, fchownat, 325, 5)
2323 #endif
2324 #ifndef OVERRIDE_TABLE_32_futimesat_time32
2325 TRACE_SYSCALL_TABLE(futimesat_time32, futimesat_time32, 326, 3)
2326 #endif
2327 #ifndef OVERRIDE_TABLE_32_fstatat64
2328 TRACE_SYSCALL_TABLE(fstatat64, fstatat64, 327, 4)
2329 #endif
2330 #ifndef OVERRIDE_TABLE_32_unlinkat
2331 TRACE_SYSCALL_TABLE(unlinkat, unlinkat, 328, 3)
2332 #endif
2333 #ifndef OVERRIDE_TABLE_32_renameat
2334 TRACE_SYSCALL_TABLE(renameat, renameat, 329, 4)
2335 #endif
2336 #ifndef OVERRIDE_TABLE_32_linkat
2337 TRACE_SYSCALL_TABLE(linkat, linkat, 330, 5)
2338 #endif
2339 #ifndef OVERRIDE_TABLE_32_symlinkat
2340 TRACE_SYSCALL_TABLE(symlinkat, symlinkat, 331, 3)
2341 #endif
2342 #ifndef OVERRIDE_TABLE_32_readlinkat
2343 TRACE_SYSCALL_TABLE(readlinkat, readlinkat, 332, 4)
2344 #endif
2345 #ifndef OVERRIDE_TABLE_32_fchmodat
2346 TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 333, 3)
2347 #endif
2348 #ifndef OVERRIDE_TABLE_32_faccessat
2349 TRACE_SYSCALL_TABLE(faccessat, faccessat, 334, 3)
2350 #endif
2351 #ifndef OVERRIDE_TABLE_32_pselect6_time32
2352 TRACE_SYSCALL_TABLE(pselect6_time32, pselect6_time32, 335, 6)
2353 #endif
2354 #ifndef OVERRIDE_TABLE_32_ppoll_time32
2355 TRACE_SYSCALL_TABLE(ppoll_time32, ppoll_time32, 336, 5)
2356 #endif
2357 #ifndef OVERRIDE_TABLE_32_set_robust_list
2358 TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 338, 2)
2359 #endif
2360 #ifndef OVERRIDE_TABLE_32_get_robust_list
2361 TRACE_SYSCALL_TABLE(get_robust_list, get_robust_list, 339, 3)
2362 #endif
2363 #ifndef OVERRIDE_TABLE_32_splice
2364 TRACE_SYSCALL_TABLE(splice, splice, 340, 6)
2365 #endif
2366 #ifndef OVERRIDE_TABLE_32_vmsplice
2367 TRACE_SYSCALL_TABLE(vmsplice, vmsplice, 343, 4)
2368 #endif
2369 #ifndef OVERRIDE_TABLE_32_getcpu
2370 TRACE_SYSCALL_TABLE(getcpu, getcpu, 345, 3)
2371 #endif
2372 #ifndef OVERRIDE_TABLE_32_epoll_pwait
2373 TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 346, 6)
2374 #endif
2375 #ifndef OVERRIDE_TABLE_32_kexec_load
2376 TRACE_SYSCALL_TABLE(kexec_load, kexec_load, 347, 4)
2377 #endif
2378 #ifndef OVERRIDE_TABLE_32_utimensat_time32
2379 TRACE_SYSCALL_TABLE(utimensat_time32, utimensat_time32, 348, 4)
2380 #endif
2381 #ifndef OVERRIDE_TABLE_32_signalfd
2382 TRACE_SYSCALL_TABLE(signalfd, signalfd, 349, 3)
2383 #endif
2384 #ifndef OVERRIDE_TABLE_32_timerfd_settime32
2385 TRACE_SYSCALL_TABLE(timerfd_settime32, timerfd_settime32, 353, 4)
2386 #endif
2387 #ifndef OVERRIDE_TABLE_32_timerfd_gettime32
2388 TRACE_SYSCALL_TABLE(timerfd_gettime32, timerfd_gettime32, 354, 2)
2389 #endif
2390 #ifndef OVERRIDE_TABLE_32_signalfd4
2391 TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 355, 4)
2392 #endif
2393 #ifndef OVERRIDE_TABLE_32_pipe2
2394 TRACE_SYSCALL_TABLE(pipe2, pipe2, 359, 2)
2395 #endif
2396 #ifndef OVERRIDE_TABLE_32_preadv
2397 TRACE_SYSCALL_TABLE(preadv, preadv, 361, 5)
2398 #endif
2399 #ifndef OVERRIDE_TABLE_32_pwritev
2400 TRACE_SYSCALL_TABLE(pwritev, pwritev, 362, 5)
2401 #endif
2402 #ifndef OVERRIDE_TABLE_32_rt_tgsigqueueinfo
2403 TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 363, 4)
2404 #endif
2405 #ifndef OVERRIDE_TABLE_32_perf_event_open
2406 TRACE_SYSCALL_TABLE(perf_event_open, perf_event_open, 364, 5)
2407 #endif
2408 #ifndef OVERRIDE_TABLE_32_recvmmsg_time32
2409 TRACE_SYSCALL_TABLE(recvmmsg_time32, recvmmsg_time32, 365, 5)
2410 #endif
2411 #ifndef OVERRIDE_TABLE_32_accept4
2412 TRACE_SYSCALL_TABLE(accept4, accept4, 366, 4)
2413 #endif
2414 #ifndef OVERRIDE_TABLE_32_fanotify_mark
2415 TRACE_SYSCALL_TABLE(fanotify_mark, fanotify_mark, 368, 5)
2416 #endif
2417 #ifndef OVERRIDE_TABLE_32_prlimit64
2418 TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 369, 4)
2419 #endif
2420 #ifndef OVERRIDE_TABLE_32_name_to_handle_at
2421 TRACE_SYSCALL_TABLE(name_to_handle_at, name_to_handle_at, 370, 5)
2422 #endif
2423 #ifndef OVERRIDE_TABLE_32_open_by_handle_at
2424 TRACE_SYSCALL_TABLE(open_by_handle_at, open_by_handle_at, 371, 3)
2425 #endif
2426 #ifndef OVERRIDE_TABLE_32_clock_adjtime32
2427 TRACE_SYSCALL_TABLE(clock_adjtime32, clock_adjtime32, 372, 2)
2428 #endif
2429 #ifndef OVERRIDE_TABLE_32_sendmmsg
2430 TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 374, 4)
2431 #endif
2432 #ifndef OVERRIDE_TABLE_32_process_vm_readv
2433 TRACE_SYSCALL_TABLE(process_vm_readv, process_vm_readv, 376, 6)
2434 #endif
2435 #ifndef OVERRIDE_TABLE_32_process_vm_writev
2436 TRACE_SYSCALL_TABLE(process_vm_writev, process_vm_writev, 377, 6)
2437 #endif
2438 #ifndef OVERRIDE_TABLE_32_finit_module
2439 TRACE_SYSCALL_TABLE(finit_module, finit_module, 379, 3)
2440 #endif
2441 #ifndef OVERRIDE_TABLE_32_sched_setattr
2442 TRACE_SYSCALL_TABLE(sched_setattr, sched_setattr, 380, 3)
2443 #endif
2444 #ifndef OVERRIDE_TABLE_32_sched_getattr
2445 TRACE_SYSCALL_TABLE(sched_getattr, sched_getattr, 381, 4)
2446 #endif
2447 #ifndef OVERRIDE_TABLE_32_renameat2
2448 TRACE_SYSCALL_TABLE(renameat2, renameat2, 382, 5)
2449 #endif
2450 #ifndef OVERRIDE_TABLE_32_seccomp
2451 TRACE_SYSCALL_TABLE(seccomp, seccomp, 383, 3)
2452 #endif
2453 #ifndef OVERRIDE_TABLE_32_getrandom
2454 TRACE_SYSCALL_TABLE(getrandom, getrandom, 384, 3)
2455 #endif
2456 #ifndef OVERRIDE_TABLE_32_memfd_create
2457 TRACE_SYSCALL_TABLE(memfd_create, memfd_create, 385, 2)
2458 #endif
2459 #ifndef OVERRIDE_TABLE_32_bpf
2460 TRACE_SYSCALL_TABLE(bpf, bpf, 386, 3)
2461 #endif
2462 #ifndef OVERRIDE_TABLE_32_execveat
2463 TRACE_SYSCALL_TABLE(execveat, execveat, 387, 5)
2464 #endif
2465 #ifndef OVERRIDE_TABLE_32_copy_file_range
2466 TRACE_SYSCALL_TABLE(copy_file_range, copy_file_range, 391, 6)
2467 #endif
2468 #ifndef OVERRIDE_TABLE_32_preadv2
2469 TRACE_SYSCALL_TABLE(preadv2, preadv2, 392, 6)
2470 #endif
2471 #ifndef OVERRIDE_TABLE_32_pwritev2
2472 TRACE_SYSCALL_TABLE(pwritev2, pwritev2, 393, 6)
2473 #endif
2474 #ifndef OVERRIDE_TABLE_32_statx
2475 TRACE_SYSCALL_TABLE(statx, statx, 397, 5)
2476 #endif
2477 #ifndef OVERRIDE_TABLE_32_rseq
2478 TRACE_SYSCALL_TABLE(rseq, rseq, 398, 4)
2479 #endif
2480 #ifndef OVERRIDE_TABLE_32_io_pgetevents_time32
2481 TRACE_SYSCALL_TABLE(io_pgetevents_time32, io_pgetevents_time32, 399, 6)
2482 #endif
2483 #ifndef OVERRIDE_TABLE_32_clock_gettime
2484 TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 403, 2)
2485 #endif
2486 #ifndef OVERRIDE_TABLE_32_clock_settime
2487 TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 404, 2)
2488 #endif
2489 #ifndef OVERRIDE_TABLE_32_clock_adjtime
2490 TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 405, 2)
2491 #endif
2492 #ifndef OVERRIDE_TABLE_32_clock_getres
2493 TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 406, 2)
2494 #endif
2495 #ifndef OVERRIDE_TABLE_32_clock_nanosleep
2496 TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 407, 4)
2497 #endif
2498 #ifndef OVERRIDE_TABLE_32_timer_gettime
2499 TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 408, 2)
2500 #endif
2501 #ifndef OVERRIDE_TABLE_32_timer_settime
2502 TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 409, 4)
2503 #endif
2504 #ifndef OVERRIDE_TABLE_32_timerfd_gettime
2505 TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 410, 2)
2506 #endif
2507 #ifndef OVERRIDE_TABLE_32_timerfd_settime
2508 TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 411, 4)
2509 #endif
2510 #ifndef OVERRIDE_TABLE_32_utimensat
2511 TRACE_SYSCALL_TABLE(utimensat, utimensat, 412, 4)
2512 #endif
2513 #ifndef OVERRIDE_TABLE_32_pselect6
2514 TRACE_SYSCALL_TABLE(pselect6, pselect6, 413, 6)
2515 #endif
2516 #ifndef OVERRIDE_TABLE_32_ppoll
2517 TRACE_SYSCALL_TABLE(ppoll, ppoll, 414, 5)
2518 #endif
2519 #ifndef OVERRIDE_TABLE_32_io_pgetevents
2520 TRACE_SYSCALL_TABLE(io_pgetevents, io_pgetevents, 416, 6)
2521 #endif
2522 #ifndef OVERRIDE_TABLE_32_recvmmsg
2523 TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 417, 5)
2524 #endif
2525 #ifndef OVERRIDE_TABLE_32_mq_timedsend
2526 TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 418, 5)
2527 #endif
2528 #ifndef OVERRIDE_TABLE_32_mq_timedreceive
2529 TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 419, 5)
2530 #endif
2531 #ifndef OVERRIDE_TABLE_32_semtimedop
2532 TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 420, 4)
2533 #endif
2534 #ifndef OVERRIDE_TABLE_32_rt_sigtimedwait
2535 TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 421, 4)
2536 #endif
2537 #ifndef OVERRIDE_TABLE_32_futex
2538 TRACE_SYSCALL_TABLE(futex, futex, 422, 6)
2539 #endif
2540 #ifndef OVERRIDE_TABLE_32_sched_rr_get_interval
2541 TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 423, 2)
2542 #endif
2543 #ifndef OVERRIDE_TABLE_32_pidfd_send_signal
2544 TRACE_SYSCALL_TABLE(pidfd_send_signal, pidfd_send_signal, 424, 4)
2545 #endif
2546 #ifndef OVERRIDE_TABLE_32_io_uring_setup
2547 TRACE_SYSCALL_TABLE(io_uring_setup, io_uring_setup, 425, 2)
2548 #endif
2549 #ifndef OVERRIDE_TABLE_32_io_uring_enter
2550 TRACE_SYSCALL_TABLE(io_uring_enter, io_uring_enter, 426, 6)
2551 #endif
2552 #ifndef OVERRIDE_TABLE_32_io_uring_register
2553 TRACE_SYSCALL_TABLE(io_uring_register, io_uring_register, 427, 4)
2554 #endif
2555 #ifndef OVERRIDE_TABLE_32_open_tree
2556 TRACE_SYSCALL_TABLE(open_tree, open_tree, 428, 3)
2557 #endif
2558 #ifndef OVERRIDE_TABLE_32_move_mount
2559 TRACE_SYSCALL_TABLE(move_mount, move_mount, 429, 5)
2560 #endif
2561 #ifndef OVERRIDE_TABLE_32_fsopen
2562 TRACE_SYSCALL_TABLE(fsopen, fsopen, 430, 2)
2563 #endif
2564 #ifndef OVERRIDE_TABLE_32_fsconfig
2565 TRACE_SYSCALL_TABLE(fsconfig, fsconfig, 431, 5)
2566 #endif
2567 #ifndef OVERRIDE_TABLE_32_fspick
2568 TRACE_SYSCALL_TABLE(fspick, fspick, 433, 3)
2569 #endif
2570 #ifndef OVERRIDE_TABLE_32_clone3
2571 TRACE_SYSCALL_TABLE(clone3, clone3, 435, 2)
2572 #endif
2573 #ifndef OVERRIDE_TABLE_32_openat2
2574 TRACE_SYSCALL_TABLE(openat2, openat2, 437, 4)
2575 #endif
2576 #ifndef OVERRIDE_TABLE_32_faccessat2
2577 TRACE_SYSCALL_TABLE(faccessat2, faccessat2, 439, 4)
2578 #endif
2579 #ifndef OVERRIDE_TABLE_32_process_madvise
2580 TRACE_SYSCALL_TABLE(process_madvise, process_madvise, 440, 5)
2581 #endif
2582 #ifndef OVERRIDE_TABLE_32_epoll_pwait2
2583 TRACE_SYSCALL_TABLE(epoll_pwait2, epoll_pwait2, 441, 6)
2584 #endif
2585 #ifndef OVERRIDE_TABLE_32_mount_setattr
2586 TRACE_SYSCALL_TABLE(mount_setattr, mount_setattr, 442, 5)
2587 #endif
2588 #ifndef OVERRIDE_TABLE_32_quotactl_fd
2589 TRACE_SYSCALL_TABLE(quotactl_fd, quotactl_fd, 443, 4)
2590 #endif
2591 #ifndef OVERRIDE_TABLE_32_landlock_create_ruleset
2592 TRACE_SYSCALL_TABLE(landlock_create_ruleset, landlock_create_ruleset, 444, 3)
2593 #endif
2594 #ifndef OVERRIDE_TABLE_32_landlock_add_rule
2595 TRACE_SYSCALL_TABLE(landlock_add_rule, landlock_add_rule, 445, 4)
2596 #endif
2597 #ifndef OVERRIDE_TABLE_32_futex_waitv
2598 TRACE_SYSCALL_TABLE(futex_waitv, futex_waitv, 449, 5)
2599 #endif
2600
2601 #endif /* CREATE_SYSCALL_TABLE */
This page took 0.131368 seconds and 5 git commands to generate.