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