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