Cleanup: Remove deprecated TODO file
[lttng-modules.git] / instrumentation / syscalls / headers / mips-64-syscalls_pointers.h
CommitLineData
b7cdc182 1/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
6314c2d3 2
dae90c28 3/* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
6314c2d3
MJ
4
5/* Generated from mips-64-syscalls 3.5.0 */
6
dae90c28
RB
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
3b4aafcb 12#include <lttng/tracepoint-event.h>
dae90c28 13#include <linux/syscalls.h>
6314c2d3 14#include "mips-64-syscalls_pointers_override.h"
dae90c28
RB
15#include "syscalls_pointers_override.h"
16
f1e7d826
MD
17#ifndef OVERRIDE_64_oldumount
18SC_LTTNG_TRACEPOINT_EVENT(oldumount,
19 TP_PROTO(sc_exit(long ret,) char * name),
20 TP_ARGS(sc_exit(ret,) name),
e0976e2b 21 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(name, name)))
dae90c28
RB
22)
23#endif
f1e7d826
MD
24#ifndef OVERRIDE_64_olduname
25SC_LTTNG_TRACEPOINT_EVENT(olduname,
26 TP_PROTO(sc_exit(long ret,) struct oldold_utsname * name),
27 TP_ARGS(sc_exit(ret,) name),
e0976e2b 28 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct oldold_utsname *, name, name)))
dae90c28
RB
29)
30#endif
f1e7d826
MD
31#ifndef OVERRIDE_64_uselib
32SC_LTTNG_TRACEPOINT_EVENT(uselib,
33 TP_PROTO(sc_exit(long ret,) const char * library),
34 TP_ARGS(sc_exit(ret,) library),
e0976e2b 35 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const char *, library, library)))
dae90c28
RB
36)
37#endif
f1e7d826
MD
38#ifndef OVERRIDE_64_uname
39SC_LTTNG_TRACEPOINT_EVENT(uname,
40 TP_PROTO(sc_exit(long ret,) struct old_utsname * name),
41 TP_ARGS(sc_exit(ret,) name),
e0976e2b 42 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct old_utsname *, name, name)))
dae90c28
RB
43)
44#endif
f1e7d826
MD
45#ifndef OVERRIDE_64_sysinfo
46SC_LTTNG_TRACEPOINT_EVENT(sysinfo,
47 TP_PROTO(sc_exit(long ret,) struct sysinfo * info),
48 TP_ARGS(sc_exit(ret,) info),
e0976e2b 49 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct sysinfo *, info, info)))
dae90c28
RB
50)
51#endif
f1e7d826
MD
52#ifndef OVERRIDE_64_times
53SC_LTTNG_TRACEPOINT_EVENT(times,
54 TP_PROTO(sc_exit(long ret,) struct tms * tbuf),
55 TP_ARGS(sc_exit(ret,) tbuf),
e0976e2b 56 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct tms *, tbuf, tbuf)))
dae90c28
RB
57)
58#endif
f1e7d826
MD
59#ifndef OVERRIDE_64_sysctl
60SC_LTTNG_TRACEPOINT_EVENT(sysctl,
61 TP_PROTO(sc_exit(long ret,) struct __sysctl_args * args),
62 TP_ARGS(sc_exit(ret,) args),
e0976e2b 63 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct __sysctl_args *, args, args)))
dae90c28
RB
64)
65#endif
f1e7d826
MD
66#ifndef OVERRIDE_64_adjtimex
67SC_LTTNG_TRACEPOINT_EVENT(adjtimex,
68 TP_PROTO(sc_exit(long ret,) struct timex * txc_p),
69 TP_ARGS(sc_exit(ret,) txc_p),
e0976e2b 70 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct timex *, txc_p, txc_p)))
dae90c28
RB
71)
72#endif
f1e7d826
MD
73#ifndef OVERRIDE_64_newuname
74SC_LTTNG_TRACEPOINT_EVENT(newuname,
75 TP_PROTO(sc_exit(long ret,) struct new_utsname * name),
76 TP_ARGS(sc_exit(ret,) name),
e0976e2b 77 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name)))
dae90c28
RB
78)
79#endif
f1e7d826
MD
80#ifndef OVERRIDE_64_shmdt
81SC_LTTNG_TRACEPOINT_EVENT(shmdt,
82 TP_PROTO(sc_exit(long ret,) char * shmaddr),
83 TP_ARGS(sc_exit(ret,) shmaddr),
e0976e2b 84 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(char *, shmaddr, shmaddr)))
dae90c28
RB
85)
86#endif
f1e7d826
MD
87#ifndef OVERRIDE_64_chdir
88SC_LTTNG_TRACEPOINT_EVENT(chdir,
89 TP_PROTO(sc_exit(long ret,) const char * filename),
90 TP_ARGS(sc_exit(ret,) filename),
e0976e2b 91 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
dae90c28
RB
92)
93#endif
f1e7d826
MD
94#ifndef OVERRIDE_64_rmdir
95SC_LTTNG_TRACEPOINT_EVENT(rmdir,
96 TP_PROTO(sc_exit(long ret,) const char * pathname),
97 TP_ARGS(sc_exit(ret,) pathname),
e0976e2b 98 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
dae90c28
RB
99)
100#endif
f1e7d826
MD
101#ifndef OVERRIDE_64_unlink
102SC_LTTNG_TRACEPOINT_EVENT(unlink,
103 TP_PROTO(sc_exit(long ret,) const char * pathname),
104 TP_ARGS(sc_exit(ret,) pathname),
e0976e2b 105 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)))
dae90c28
RB
106)
107#endif
f1e7d826
MD
108#ifndef OVERRIDE_64_chroot
109SC_LTTNG_TRACEPOINT_EVENT(chroot,
110 TP_PROTO(sc_exit(long ret,) const char * filename),
111 TP_ARGS(sc_exit(ret,) filename),
e0976e2b 112 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)))
dae90c28
RB
113)
114#endif
f1e7d826
MD
115#ifndef OVERRIDE_64_swapoff
116SC_LTTNG_TRACEPOINT_EVENT(swapoff,
117 TP_PROTO(sc_exit(long ret,) const char * specialfile),
118 TP_ARGS(sc_exit(ret,) specialfile),
e0976e2b 119 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)))
dae90c28
RB
120)
121#endif
f1e7d826
MD
122#ifndef OVERRIDE_64_set_tid_address
123SC_LTTNG_TRACEPOINT_EVENT(set_tid_address,
124 TP_PROTO(sc_exit(long ret,) int * tidptr),
125 TP_ARGS(sc_exit(ret,) tidptr),
e0976e2b 126 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int *, tidptr, tidptr)))
dae90c28
RB
127)
128#endif
f1e7d826
MD
129#ifndef OVERRIDE_64_nanosleep
130SC_LTTNG_TRACEPOINT_EVENT(nanosleep,
131 TP_PROTO(sc_exit(long ret,) struct timespec * rqtp, struct timespec * rmtp),
132 TP_ARGS(sc_exit(ret,) rqtp, rmtp),
e0976e2b 133 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp)))
dae90c28
RB
134)
135#endif
f1e7d826
MD
136#ifndef OVERRIDE_64_getitimer
137SC_LTTNG_TRACEPOINT_EVENT(getitimer,
138 TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value),
139 TP_ARGS(sc_exit(ret,) which, value),
e0976e2b 140 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct itimerval *, value, value)))
dae90c28
RB
141)
142#endif
f1e7d826
MD
143#ifndef OVERRIDE_64_gettimeofday
144SC_LTTNG_TRACEPOINT_EVENT(gettimeofday,
145 TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz),
146 TP_ARGS(sc_exit(ret,) tv, tz),
e0976e2b 147 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz)))
dae90c28
RB
148)
149#endif
f1e7d826
MD
150#ifndef OVERRIDE_64_getrlimit
151SC_LTTNG_TRACEPOINT_EVENT(getrlimit,
152 TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim),
153 TP_ARGS(sc_exit(ret,) resource, rlim),
e0976e2b 154 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)))
dae90c28
RB
155)
156#endif
f1e7d826
MD
157#ifndef OVERRIDE_64_getrusage
158SC_LTTNG_TRACEPOINT_EVENT(getrusage,
159 TP_PROTO(sc_exit(long ret,) int who, struct rusage * ru),
160 TP_ARGS(sc_exit(ret,) who, ru),
e0976e2b 161 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, who, who)) sc_out(ctf_integer(struct rusage *, ru, ru)))
dae90c28
RB
162)
163#endif
f1e7d826
MD
164#ifndef OVERRIDE_64_rt_sigpending
165SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending,
166 TP_PROTO(sc_exit(long ret,) sigset_t * set, size_t sigsetsize),
167 TP_ARGS(sc_exit(ret,) set, sigsetsize),
e0976e2b 168 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, set, set)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
dae90c28
RB
169)
170#endif
f1e7d826
MD
171#ifndef OVERRIDE_64_utime
172SC_LTTNG_TRACEPOINT_EVENT(utime,
173 TP_PROTO(sc_exit(long ret,) char * filename, struct utimbuf * times),
174 TP_ARGS(sc_exit(ret,) filename, times),
e0976e2b 175 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct utimbuf *, times, times)))
dae90c28
RB
176)
177#endif
f1e7d826
MD
178#ifndef OVERRIDE_64_ustat
179SC_LTTNG_TRACEPOINT_EVENT(ustat,
180 TP_PROTO(sc_exit(long ret,) unsigned dev, struct ustat * ubuf),
181 TP_ARGS(sc_exit(ret,) dev, ubuf),
e0976e2b 182 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, dev, dev)) sc_out(ctf_integer(struct ustat *, ubuf, ubuf)))
dae90c28
RB
183)
184#endif
f1e7d826
MD
185#ifndef OVERRIDE_64_statfs
186SC_LTTNG_TRACEPOINT_EVENT(statfs,
187 TP_PROTO(sc_exit(long ret,) const char * pathname, struct statfs * buf),
188 TP_ARGS(sc_exit(ret,) pathname, buf),
e0976e2b 189 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(struct statfs *, buf, buf)))
dae90c28
RB
190)
191#endif
f1e7d826
MD
192#ifndef OVERRIDE_64_fstatfs
193SC_LTTNG_TRACEPOINT_EVENT(fstatfs,
194 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct statfs * buf),
195 TP_ARGS(sc_exit(ret,) fd, buf),
e0976e2b 196 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)))
dae90c28
RB
197)
198#endif
f1e7d826
MD
199#ifndef OVERRIDE_64_sched_rr_get_interval
200SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval,
201 TP_PROTO(sc_exit(long ret,) pid_t pid, struct timespec * interval),
202 TP_ARGS(sc_exit(ret,) pid, interval),
e0976e2b 203 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct timespec *, interval, interval)))
dae90c28
RB
204)
205#endif
f1e7d826
MD
206#ifndef OVERRIDE_64_setrlimit
207SC_LTTNG_TRACEPOINT_EVENT(setrlimit,
208 TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim),
209 TP_ARGS(sc_exit(ret,) resource, rlim),
e0976e2b 210 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)))
dae90c28
RB
211)
212#endif
f1e7d826
MD
213#ifndef OVERRIDE_64_settimeofday
214SC_LTTNG_TRACEPOINT_EVENT(settimeofday,
215 TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz),
216 TP_ARGS(sc_exit(ret,) tv, tz),
e0976e2b 217 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz)))
dae90c28
RB
218)
219#endif
f1e7d826
MD
220#ifndef OVERRIDE_64_io_setup
221SC_LTTNG_TRACEPOINT_EVENT(io_setup,
222 TP_PROTO(sc_exit(long ret,) unsigned nr_events, aio_context_t * ctxp),
223 TP_ARGS(sc_exit(ret,) nr_events, ctxp),
e0976e2b 224 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)))
dae90c28
RB
225)
226#endif
f1e7d826
MD
227#ifndef OVERRIDE_64_timer_gettime
228SC_LTTNG_TRACEPOINT_EVENT(timer_gettime,
229 TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct itimerspec * setting),
230 TP_ARGS(sc_exit(ret,) timer_id, setting),
e0976e2b 231 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct itimerspec *, setting, setting)))
dae90c28
RB
232)
233#endif
f1e7d826
MD
234#ifndef OVERRIDE_64_clock_settime
235SC_LTTNG_TRACEPOINT_EVENT(clock_settime,
236 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct timespec * tp),
237 TP_ARGS(sc_exit(ret,) which_clock, tp),
e0976e2b 238 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 timespec *, tp, tp)))
dae90c28
RB
239)
240#endif
f1e7d826
MD
241#ifndef OVERRIDE_64_clock_gettime
242SC_LTTNG_TRACEPOINT_EVENT(clock_gettime,
243 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp),
244 TP_ARGS(sc_exit(ret,) which_clock, tp),
e0976e2b 245 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 timespec *, tp, tp)))
dae90c28
RB
246)
247#endif
f1e7d826
MD
248#ifndef OVERRIDE_64_clock_getres
249SC_LTTNG_TRACEPOINT_EVENT(clock_getres,
250 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp),
251 TP_ARGS(sc_exit(ret,) which_clock, tp),
e0976e2b 252 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 timespec *, tp, tp)))
dae90c28
RB
253)
254#endif
f1e7d826
MD
255#ifndef OVERRIDE_64_utimes
256SC_LTTNG_TRACEPOINT_EVENT(utimes,
257 TP_PROTO(sc_exit(long ret,) char * filename, struct timeval * utimes),
258 TP_ARGS(sc_exit(ret,) filename, utimes),
e0976e2b 259 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timeval *, utimes, utimes)))
dae90c28
RB
260)
261#endif
f1e7d826
MD
262#ifndef OVERRIDE_64_set_robust_list
263SC_LTTNG_TRACEPOINT_EVENT(set_robust_list,
264 TP_PROTO(sc_exit(long ret,) struct robust_list_head * head, size_t len),
265 TP_ARGS(sc_exit(ret,) head, len),
e0976e2b 266 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)))
dae90c28
RB
267)
268#endif
f1e7d826
MD
269#ifndef OVERRIDE_64_timerfd_gettime
270SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime,
271 TP_PROTO(sc_exit(long ret,) int ufd, struct itimerspec * otmr),
272 TP_ARGS(sc_exit(ret,) ufd, otmr),
e0976e2b 273 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr)))
dae90c28
RB
274)
275#endif
f1e7d826
MD
276#ifndef OVERRIDE_64_clock_adjtime
277SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime,
278 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timex * utx),
279 TP_ARGS(sc_exit(ret,) which_clock, utx),
e0976e2b 280 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 timex *, utx, utx)))
dae90c28
RB
281)
282#endif
f1e7d826
MD
283#ifndef OVERRIDE_64_newstat
284SC_LTTNG_TRACEPOINT_EVENT(newstat,
285 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf),
286 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 287 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)))
dae90c28
RB
288)
289#endif
f1e7d826
MD
290#ifndef OVERRIDE_64_newfstat
291SC_LTTNG_TRACEPOINT_EVENT(newfstat,
292 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct stat * statbuf),
293 TP_ARGS(sc_exit(ret,) fd, statbuf),
e0976e2b 294 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)))
dae90c28
RB
295)
296#endif
f1e7d826
MD
297#ifndef OVERRIDE_64_newlstat
298SC_LTTNG_TRACEPOINT_EVENT(newlstat,
299 TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf),
300 TP_ARGS(sc_exit(ret,) filename, statbuf),
e0976e2b 301 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)))
dae90c28
RB
302)
303#endif
f1e7d826
MD
304#ifndef OVERRIDE_64_access
305SC_LTTNG_TRACEPOINT_EVENT(access,
306 TP_PROTO(sc_exit(long ret,) const char * filename, int mode),
307 TP_ARGS(sc_exit(ret,) filename, mode),
e0976e2b 308 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)))
dae90c28
RB
309)
310#endif
f1e7d826
MD
311#ifndef OVERRIDE_64_truncate
312SC_LTTNG_TRACEPOINT_EVENT(truncate,
313 TP_PROTO(sc_exit(long ret,) const char * path, long length),
314 TP_ARGS(sc_exit(ret,) path, length),
e0976e2b 315 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(long, length, length)))
dae90c28
RB
316)
317#endif
f1e7d826
MD
318#ifndef OVERRIDE_64_getcwd
319SC_LTTNG_TRACEPOINT_EVENT(getcwd,
320 TP_PROTO(sc_exit(long ret,) char * buf, unsigned long size),
321 TP_ARGS(sc_exit(ret,) buf, size),
e0976e2b 322 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(unsigned long, size, size)))
dae90c28
RB
323)
324#endif
f1e7d826
MD
325#ifndef OVERRIDE_64_rename
326SC_LTTNG_TRACEPOINT_EVENT(rename,
327 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
328 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 329 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
dae90c28
RB
330)
331#endif
f1e7d826
MD
332#ifndef OVERRIDE_64_mkdir
333SC_LTTNG_TRACEPOINT_EVENT(mkdir,
334 TP_PROTO(sc_exit(long ret,) const char * pathname, umode_t mode),
335 TP_ARGS(sc_exit(ret,) pathname, mode),
e0976e2b 336 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode)))
dae90c28
RB
337)
338#endif
f1e7d826
MD
339#ifndef OVERRIDE_64_creat
340SC_LTTNG_TRACEPOINT_EVENT(creat,
341 TP_PROTO(sc_exit(long ret,) const char * pathname, umode_t mode),
342 TP_ARGS(sc_exit(ret,) pathname, mode),
e0976e2b 343 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode)))
dae90c28
RB
344)
345#endif
f1e7d826
MD
346#ifndef OVERRIDE_64_link
347SC_LTTNG_TRACEPOINT_EVENT(link,
348 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
349 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 350 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
dae90c28
RB
351)
352#endif
f1e7d826
MD
353#ifndef OVERRIDE_64_symlink
354SC_LTTNG_TRACEPOINT_EVENT(symlink,
355 TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname),
356 TP_ARGS(sc_exit(ret,) oldname, newname),
e0976e2b 357 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname)))
dae90c28
RB
358)
359#endif
f1e7d826
MD
360#ifndef OVERRIDE_64_chmod
361SC_LTTNG_TRACEPOINT_EVENT(chmod,
362 TP_PROTO(sc_exit(long ret,) const char * filename, umode_t mode),
363 TP_ARGS(sc_exit(ret,) filename, mode),
e0976e2b 364 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)))
dae90c28
RB
365)
366#endif
f1e7d826
MD
367#ifndef OVERRIDE_64_getgroups
368SC_LTTNG_TRACEPOINT_EVENT(getgroups,
369 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
370 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 371 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_out(ctf_integer(gid_t *, grouplist, grouplist)))
dae90c28
RB
372)
373#endif
f1e7d826
MD
374#ifndef OVERRIDE_64_setgroups
375SC_LTTNG_TRACEPOINT_EVENT(setgroups,
376 TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist),
377 TP_ARGS(sc_exit(ret,) gidsetsize, grouplist),
e0976e2b 378 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_in(ctf_integer(gid_t *, grouplist, grouplist)))
dae90c28
RB
379)
380#endif
f1e7d826
MD
381#ifndef OVERRIDE_64_32_rt_sigpending
382SC_LTTNG_TRACEPOINT_EVENT(32_rt_sigpending,
383 TP_PROTO(sc_exit(long ret,) compat_sigset_t * uset, unsigned int sigsetsize),
384 TP_ARGS(sc_exit(ret,) uset, sigsetsize),
e0976e2b 385 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(compat_sigset_t *, uset, uset)) sc_inout(ctf_integer(unsigned int, sigsetsize, sigsetsize)))
dae90c28
RB
386)
387#endif
f1e7d826
MD
388#ifndef OVERRIDE_64_sched_setparam
389SC_LTTNG_TRACEPOINT_EVENT(sched_setparam,
390 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param),
391 TP_ARGS(sc_exit(ret,) pid, param),
e0976e2b 392 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)))
dae90c28
RB
393)
394#endif
f1e7d826
MD
395#ifndef OVERRIDE_64_sched_getparam
396SC_LTTNG_TRACEPOINT_EVENT(sched_getparam,
397 TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param),
398 TP_ARGS(sc_exit(ret,) pid, param),
e0976e2b 399 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)))
dae90c28
RB
400)
401#endif
f1e7d826
MD
402#ifndef OVERRIDE_64_32_sched_rr_get_interval
403SC_LTTNG_TRACEPOINT_EVENT(32_sched_rr_get_interval,
404 TP_PROTO(sc_exit(long ret,) compat_pid_t pid, struct compat_timespec * interval),
405 TP_ARGS(sc_exit(ret,) pid, interval),
e0976e2b 406 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(compat_pid_t, pid, pid)) sc_inout(ctf_integer(struct compat_timespec *, interval, interval)))
dae90c28
RB
407)
408#endif
f1e7d826
MD
409#ifndef OVERRIDE_64_pivot_root
410SC_LTTNG_TRACEPOINT_EVENT(pivot_root,
411 TP_PROTO(sc_exit(long ret,) const char * new_root, const char * put_old),
412 TP_ARGS(sc_exit(ret,) new_root, put_old),
e0976e2b 413 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)))
dae90c28
RB
414)
415#endif
f1e7d826
MD
416#ifndef OVERRIDE_64_umount
417SC_LTTNG_TRACEPOINT_EVENT(umount,
418 TP_PROTO(sc_exit(long ret,) char * name, int flags),
419 TP_ARGS(sc_exit(ret,) name, flags),
e0976e2b 420 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
421)
422#endif
f1e7d826
MD
423#ifndef OVERRIDE_64_swapon
424SC_LTTNG_TRACEPOINT_EVENT(swapon,
425 TP_PROTO(sc_exit(long ret,) const char * specialfile, int swap_flags),
426 TP_ARGS(sc_exit(ret,) specialfile, swap_flags),
e0976e2b 427 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)))
dae90c28
RB
428)
429#endif
f1e7d826
MD
430#ifndef OVERRIDE_64_sethostname
431SC_LTTNG_TRACEPOINT_EVENT(sethostname,
432 TP_PROTO(sc_exit(long ret,) char * name, int len),
433 TP_ARGS(sc_exit(ret,) name, len),
e0976e2b 434 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
dae90c28
RB
435)
436#endif
f1e7d826
MD
437#ifndef OVERRIDE_64_setdomainname
438SC_LTTNG_TRACEPOINT_EVENT(setdomainname,
439 TP_PROTO(sc_exit(long ret,) char * name, int len),
440 TP_ARGS(sc_exit(ret,) name, len),
e0976e2b 441 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len)))
dae90c28
RB
442)
443#endif
f1e7d826
MD
444#ifndef OVERRIDE_64_delete_module
445SC_LTTNG_TRACEPOINT_EVENT(delete_module,
446 TP_PROTO(sc_exit(long ret,) const char * name_user, unsigned int flags),
447 TP_ARGS(sc_exit(ret,) name_user, flags),
e0976e2b 448 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)))
dae90c28
RB
449)
450#endif
f1e7d826
MD
451#ifndef OVERRIDE_64_removexattr
452SC_LTTNG_TRACEPOINT_EVENT(removexattr,
453 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name),
454 TP_ARGS(sc_exit(ret,) pathname, name),
e0976e2b 455 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
dae90c28
RB
456)
457#endif
f1e7d826
MD
458#ifndef OVERRIDE_64_lremovexattr
459SC_LTTNG_TRACEPOINT_EVENT(lremovexattr,
460 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name),
461 TP_ARGS(sc_exit(ret,) pathname, name),
e0976e2b 462 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)))
dae90c28
RB
463)
464#endif
f1e7d826
MD
465#ifndef OVERRIDE_64_fremovexattr
466SC_LTTNG_TRACEPOINT_EVENT(fremovexattr,
467 TP_PROTO(sc_exit(long ret,) int fd, const char * name),
468 TP_ARGS(sc_exit(ret,) fd, name),
e0976e2b 469 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)))
dae90c28
RB
470)
471#endif
f1e7d826
MD
472#ifndef OVERRIDE_64_pipe2
473SC_LTTNG_TRACEPOINT_EVENT(pipe2,
474 TP_PROTO(sc_exit(long ret,) int * fildes, int flags),
475 TP_ARGS(sc_exit(ret,) fildes, flags),
e0976e2b 476 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
477)
478#endif
f1e7d826
MD
479#ifndef OVERRIDE_64_waitpid
480SC_LTTNG_TRACEPOINT_EVENT(waitpid,
481 TP_PROTO(sc_exit(long ret,) pid_t pid, int * stat_addr, int options),
482 TP_ARGS(sc_exit(ret,) pid, stat_addr, options),
e0976e2b 483 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)))
dae90c28
RB
484)
485#endif
f1e7d826
MD
486#ifndef OVERRIDE_64_32_sigaction
487SC_LTTNG_TRACEPOINT_EVENT(32_sigaction,
488 TP_PROTO(sc_exit(long ret,) long sig, const struct sigaction32 * act, struct sigaction32 * oact),
489 TP_ARGS(sc_exit(ret,) sig, act, oact),
e0976e2b 490 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(long, sig, sig)) sc_inout(ctf_integer(const struct sigaction32 *, act, act)) sc_inout(ctf_integer(struct sigaction32 *, oact, oact)))
dae90c28
RB
491)
492#endif
f1e7d826
MD
493#ifndef OVERRIDE_64_readv
494SC_LTTNG_TRACEPOINT_EVENT(readv,
495 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen),
496 TP_ARGS(sc_exit(ret,) fd, vec, vlen),
e0976e2b 497 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)))
dae90c28
RB
498)
499#endif
f1e7d826
MD
500#ifndef OVERRIDE_64_writev
501SC_LTTNG_TRACEPOINT_EVENT(writev,
502 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen),
503 TP_ARGS(sc_exit(ret,) fd, vec, vlen),
e0976e2b 504 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)))
dae90c28
RB
505)
506#endif
f1e7d826
MD
507#ifndef OVERRIDE_64_shmctl
508SC_LTTNG_TRACEPOINT_EVENT(shmctl,
509 TP_PROTO(sc_exit(long ret,) int shmid, int cmd, struct shmid_ds * buf),
510 TP_ARGS(sc_exit(ret,) shmid, cmd, buf),
e0976e2b 511 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)))
dae90c28
RB
512)
513#endif
f1e7d826
MD
514#ifndef OVERRIDE_64_setitimer
515SC_LTTNG_TRACEPOINT_EVENT(setitimer,
516 TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value, struct itimerval * ovalue),
517 TP_ARGS(sc_exit(ret,) which, value, ovalue),
e0976e2b 518 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct itimerval *, value, value)) sc_out(ctf_integer(struct itimerval *, ovalue, ovalue)))
dae90c28
RB
519)
520#endif
f1e7d826
MD
521#ifndef OVERRIDE_64_sendmsg
522SC_LTTNG_TRACEPOINT_EVENT(sendmsg,
523 TP_PROTO(sc_exit(long ret,) int fd, struct msghdr * msg, unsigned int flags),
524 TP_ARGS(sc_exit(ret,) fd, msg, flags),
e0976e2b 525 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags)))
dae90c28
RB
526)
527#endif
f1e7d826
MD
528#ifndef OVERRIDE_64_recvmsg
529SC_LTTNG_TRACEPOINT_EVENT(recvmsg,
530 TP_PROTO(sc_exit(long ret,) int fd, struct msghdr * msg, unsigned int flags),
531 TP_ARGS(sc_exit(ret,) fd, msg, flags),
e0976e2b 532 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(struct msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags)))
dae90c28
RB
533)
534#endif
f1e7d826
MD
535#ifndef OVERRIDE_64_msgctl
536SC_LTTNG_TRACEPOINT_EVENT(msgctl,
537 TP_PROTO(sc_exit(long ret,) int msqid, int cmd, struct msqid_ds * buf),
538 TP_ARGS(sc_exit(ret,) msqid, cmd, buf),
e0976e2b 539 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)))
dae90c28
RB
540)
541#endif
f1e7d826
MD
542#ifndef OVERRIDE_64_getdents
543SC_LTTNG_TRACEPOINT_EVENT(getdents,
544 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent * dirent, unsigned int count),
545 TP_ARGS(sc_exit(ret,) fd, dirent, count),
e0976e2b 546 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)))
dae90c28
RB
547)
548#endif
f1e7d826
MD
549#ifndef OVERRIDE_64_rt_sigqueueinfo
550SC_LTTNG_TRACEPOINT_EVENT(rt_sigqueueinfo,
551 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig, siginfo_t * uinfo),
552 TP_ARGS(sc_exit(ret,) pid, sig, uinfo),
e0976e2b 553 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)))
dae90c28
RB
554)
555#endif
f1e7d826
MD
556#ifndef OVERRIDE_64_sched_setaffinity
557SC_LTTNG_TRACEPOINT_EVENT(sched_setaffinity,
558 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr),
559 TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr),
e0976e2b 560 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)))
dae90c28
RB
561)
562#endif
f1e7d826
MD
563#ifndef OVERRIDE_64_sched_getaffinity
564SC_LTTNG_TRACEPOINT_EVENT(sched_getaffinity,
565 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr),
566 TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr),
e0976e2b 567 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)))
dae90c28
RB
568)
569#endif
f1e7d826
MD
570#ifndef OVERRIDE_64_io_submit
571SC_LTTNG_TRACEPOINT_EVENT(io_submit,
572 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long nr, struct iocb * * iocbpp),
573 TP_ARGS(sc_exit(ret,) ctx_id, nr, iocbpp),
e0976e2b 574 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)))
dae90c28
RB
575)
576#endif
f1e7d826
MD
577#ifndef OVERRIDE_64_timer_create
578SC_LTTNG_TRACEPOINT_EVENT(timer_create,
579 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct sigevent * timer_event_spec, timer_t * created_timer_id),
580 TP_ARGS(sc_exit(ret,) which_clock, timer_event_spec, created_timer_id),
e0976e2b 581 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)))
dae90c28
RB
582)
583#endif
f1e7d826
MD
584#ifndef OVERRIDE_64_futimesat
585SC_LTTNG_TRACEPOINT_EVENT(futimesat,
586 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timeval * utimes),
587 TP_ARGS(sc_exit(ret,) dfd, filename, utimes),
e0976e2b 588 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 timeval *, utimes, utimes)))
dae90c28
RB
589)
590#endif
f1e7d826
MD
591#ifndef OVERRIDE_64_get_robust_list
592SC_LTTNG_TRACEPOINT_EVENT(get_robust_list,
593 TP_PROTO(sc_exit(long ret,) int pid, struct robust_list_head * * head_ptr, size_t * len_ptr),
594 TP_ARGS(sc_exit(ret,) pid, head_ptr, len_ptr),
e0976e2b 595 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)))
dae90c28
RB
596)
597#endif
f1e7d826
MD
598#ifndef OVERRIDE_64_signalfd
599SC_LTTNG_TRACEPOINT_EVENT(signalfd,
600 TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask),
601 TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask),
e0976e2b 602 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)))
dae90c28
RB
603)
604#endif
f1e7d826
MD
605#ifndef OVERRIDE_64_read
606SC_LTTNG_TRACEPOINT_EVENT(read,
607 TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count),
608 TP_ARGS(sc_exit(ret,) fd, buf, count),
e0976e2b 609 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)))
dae90c28
RB
610)
611#endif
f1e7d826
MD
612#ifndef OVERRIDE_64_write
613SC_LTTNG_TRACEPOINT_EVENT(write,
614 TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count),
615 TP_ARGS(sc_exit(ret,) fd, buf, count),
e0976e2b 616 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)))
dae90c28
RB
617)
618#endif
f1e7d826
MD
619#ifndef OVERRIDE_64_open
620SC_LTTNG_TRACEPOINT_EVENT(open,
621 TP_PROTO(sc_exit(long ret,) const char * filename, int flags, umode_t mode),
622 TP_ARGS(sc_exit(ret,) filename, flags, mode),
e0976e2b 623 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)))
dae90c28
RB
624)
625#endif
f1e7d826
MD
626#ifndef OVERRIDE_64_poll
627SC_LTTNG_TRACEPOINT_EVENT(poll,
628 TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, int timeout_msecs),
629 TP_ARGS(sc_exit(ret,) ufds, nfds, timeout_msecs),
e0976e2b 630 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)))
dae90c28
RB
631)
632#endif
f1e7d826
MD
633#ifndef OVERRIDE_64_mincore
634SC_LTTNG_TRACEPOINT_EVENT(mincore,
635 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned char * vec),
636 TP_ARGS(sc_exit(ret,) start, len, vec),
e0976e2b 637 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)))
dae90c28
RB
638)
639#endif
f1e7d826
MD
640#ifndef OVERRIDE_64_shmat
641SC_LTTNG_TRACEPOINT_EVENT(shmat,
642 TP_PROTO(sc_exit(long ret,) int shmid, char * shmaddr, int shmflg),
643 TP_ARGS(sc_exit(ret,) shmid, shmaddr, shmflg),
e0976e2b 644 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)))
dae90c28
RB
645)
646#endif
f1e7d826
MD
647#ifndef OVERRIDE_64_connect
648SC_LTTNG_TRACEPOINT_EVENT(connect,
649 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * uservaddr, int addrlen),
650 TP_ARGS(sc_exit(ret,) fd, uservaddr, addrlen),
e0976e2b 651 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)))
dae90c28
RB
652)
653#endif
f1e7d826
MD
654#ifndef OVERRIDE_64_accept
655SC_LTTNG_TRACEPOINT_EVENT(accept,
656 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen),
657 TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen),
e0976e2b 658 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)))
dae90c28
RB
659)
660#endif
f1e7d826
MD
661#ifndef OVERRIDE_64_bind
662SC_LTTNG_TRACEPOINT_EVENT(bind,
663 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * umyaddr, int addrlen),
664 TP_ARGS(sc_exit(ret,) fd, umyaddr, addrlen),
e0976e2b 665 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)))
dae90c28
RB
666)
667#endif
f1e7d826
MD
668#ifndef OVERRIDE_64_getsockname
669SC_LTTNG_TRACEPOINT_EVENT(getsockname,
670 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len),
671 TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len),
e0976e2b 672 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)))
dae90c28
RB
673)
674#endif
f1e7d826
MD
675#ifndef OVERRIDE_64_getpeername
676SC_LTTNG_TRACEPOINT_EVENT(getpeername,
677 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len),
678 TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len),
e0976e2b 679 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)))
dae90c28
RB
680)
681#endif
f1e7d826
MD
682#ifndef OVERRIDE_64_semop
683SC_LTTNG_TRACEPOINT_EVENT(semop,
684 TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned nsops),
685 TP_ARGS(sc_exit(ret,) semid, tsops, nsops),
e0976e2b 686 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops)))
dae90c28
RB
687)
688#endif
f1e7d826
MD
689#ifndef OVERRIDE_64_readlink
690SC_LTTNG_TRACEPOINT_EVENT(readlink,
691 TP_PROTO(sc_exit(long ret,) const char * path, char * buf, int bufsiz),
692 TP_ARGS(sc_exit(ret,) path, buf, bufsiz),
e0976e2b 693 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)))
dae90c28
RB
694)
695#endif
f1e7d826
MD
696#ifndef OVERRIDE_64_chown
697SC_LTTNG_TRACEPOINT_EVENT(chown,
698 TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group),
699 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 700 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)))
dae90c28
RB
701)
702#endif
f1e7d826
MD
703#ifndef OVERRIDE_64_lchown
704SC_LTTNG_TRACEPOINT_EVENT(lchown,
705 TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group),
706 TP_ARGS(sc_exit(ret,) filename, user, group),
e0976e2b 707 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)))
dae90c28
RB
708)
709#endif
f1e7d826
MD
710#ifndef OVERRIDE_64_syslog
711SC_LTTNG_TRACEPOINT_EVENT(syslog,
712 TP_PROTO(sc_exit(long ret,) int type, char * buf, int len),
713 TP_ARGS(sc_exit(ret,) type, buf, len),
e0976e2b 714 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)))
dae90c28
RB
715)
716#endif
f1e7d826
MD
717#ifndef OVERRIDE_64_getresuid
718SC_LTTNG_TRACEPOINT_EVENT(getresuid,
719 TP_PROTO(sc_exit(long ret,) uid_t * ruidp, uid_t * euidp, uid_t * suidp),
720 TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp),
e0976e2b 721 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)))
dae90c28
RB
722)
723#endif
f1e7d826
MD
724#ifndef OVERRIDE_64_getresgid
725SC_LTTNG_TRACEPOINT_EVENT(getresgid,
726 TP_PROTO(sc_exit(long ret,) gid_t * rgidp, gid_t * egidp, gid_t * sgidp),
727 TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp),
e0976e2b 728 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)))
dae90c28
RB
729)
730#endif
f1e7d826
MD
731#ifndef OVERRIDE_64_32_rt_sigqueueinfo
732SC_LTTNG_TRACEPOINT_EVENT(32_rt_sigqueueinfo,
733 TP_PROTO(sc_exit(long ret,) int pid, int sig, compat_siginfo_t * uinfo),
734 TP_ARGS(sc_exit(ret,) pid, sig, uinfo),
e0976e2b 735 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pid, pid)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(compat_siginfo_t *, uinfo, uinfo)))
dae90c28
RB
736)
737#endif
f1e7d826
MD
738#ifndef OVERRIDE_64_mknod
739SC_LTTNG_TRACEPOINT_EVENT(mknod,
740 TP_PROTO(sc_exit(long ret,) const char * filename, umode_t mode, unsigned dev),
741 TP_ARGS(sc_exit(ret,) filename, mode, dev),
e0976e2b 742 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)))
dae90c28
RB
743)
744#endif
f1e7d826
MD
745#ifndef OVERRIDE_64_sched_setscheduler
746SC_LTTNG_TRACEPOINT_EVENT(sched_setscheduler,
747 TP_PROTO(sc_exit(long ret,) pid_t pid, int policy, struct sched_param * param),
748 TP_ARGS(sc_exit(ret,) pid, policy, param),
e0976e2b 749 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)))
dae90c28
RB
750)
751#endif
f1e7d826
MD
752#ifndef OVERRIDE_64_init_module
753SC_LTTNG_TRACEPOINT_EVENT(init_module,
754 TP_PROTO(sc_exit(long ret,) void * umod, unsigned long len, const char * uargs),
755 TP_ARGS(sc_exit(ret,) umod, len, uargs),
e0976e2b 756 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)))
dae90c28
RB
757)
758#endif
f1e7d826
MD
759#ifndef OVERRIDE_64_listxattr
760SC_LTTNG_TRACEPOINT_EVENT(listxattr,
761 TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size),
762 TP_ARGS(sc_exit(ret,) pathname, list, size),
e0976e2b 763 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)))
dae90c28
RB
764)
765#endif
f1e7d826
MD
766#ifndef OVERRIDE_64_llistxattr
767SC_LTTNG_TRACEPOINT_EVENT(llistxattr,
768 TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size),
769 TP_ARGS(sc_exit(ret,) pathname, list, size),
e0976e2b 770 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)))
dae90c28
RB
771)
772#endif
f1e7d826
MD
773#ifndef OVERRIDE_64_flistxattr
774SC_LTTNG_TRACEPOINT_EVENT(flistxattr,
775 TP_PROTO(sc_exit(long ret,) int fd, char * list, size_t size),
776 TP_ARGS(sc_exit(ret,) fd, list, size),
e0976e2b 777 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)))
dae90c28
RB
778)
779#endif
f1e7d826
MD
780#ifndef OVERRIDE_64_cachectl
781SC_LTTNG_TRACEPOINT_EVENT(cachectl,
782 TP_PROTO(sc_exit(long ret,) char * addr, int nbytes, int op),
783 TP_ARGS(sc_exit(ret,) addr, nbytes, op),
e0976e2b 784 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(char *, addr, addr)) sc_inout(ctf_integer(int, nbytes, nbytes)) sc_inout(ctf_integer(int, op, op)))
dae90c28
RB
785)
786#endif
f1e7d826
MD
787#ifndef OVERRIDE_64_io_cancel
788SC_LTTNG_TRACEPOINT_EVENT(io_cancel,
789 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, struct iocb * iocb, struct io_event * result),
790 TP_ARGS(sc_exit(ret,) ctx_id, iocb, result),
e0976e2b 791 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)))
dae90c28
RB
792)
793#endif
f1e7d826
MD
794#ifndef OVERRIDE_64_inotify_add_watch
795SC_LTTNG_TRACEPOINT_EVENT(inotify_add_watch,
796 TP_PROTO(sc_exit(long ret,) int fd, const char * pathname, u32 mask),
797 TP_ARGS(sc_exit(ret,) fd, pathname, mask),
e0976e2b 798 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)))
dae90c28
RB
799)
800#endif
f1e7d826
MD
801#ifndef OVERRIDE_64_mkdirat
802SC_LTTNG_TRACEPOINT_EVENT(mkdirat,
803 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, umode_t mode),
804 TP_ARGS(sc_exit(ret,) dfd, pathname, mode),
e0976e2b 805 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)))
dae90c28
RB
806)
807#endif
f1e7d826
MD
808#ifndef OVERRIDE_64_unlinkat
809SC_LTTNG_TRACEPOINT_EVENT(unlinkat,
810 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, int flag),
811 TP_ARGS(sc_exit(ret,) dfd, pathname, flag),
e0976e2b 812 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)))
dae90c28
RB
813)
814#endif
f1e7d826
MD
815#ifndef OVERRIDE_64_symlinkat
816SC_LTTNG_TRACEPOINT_EVENT(symlinkat,
817 TP_PROTO(sc_exit(long ret,) const char * oldname, int newdfd, const char * newname),
818 TP_ARGS(sc_exit(ret,) oldname, newdfd, newname),
e0976e2b 819 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)))
dae90c28
RB
820)
821#endif
f1e7d826
MD
822#ifndef OVERRIDE_64_fchmodat
823SC_LTTNG_TRACEPOINT_EVENT(fchmodat,
824 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode),
825 TP_ARGS(sc_exit(ret,) dfd, filename, mode),
e0976e2b 826 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)))
dae90c28
RB
827)
828#endif
f1e7d826
MD
829#ifndef OVERRIDE_64_faccessat
830SC_LTTNG_TRACEPOINT_EVENT(faccessat,
831 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode),
832 TP_ARGS(sc_exit(ret,) dfd, filename, mode),
e0976e2b 833 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)))
dae90c28
RB
834)
835#endif
f1e7d826
MD
836#ifndef OVERRIDE_64_getcpu
837SC_LTTNG_TRACEPOINT_EVENT(getcpu,
838 TP_PROTO(sc_exit(long ret,) unsigned * cpup, unsigned * nodep, struct getcpu_cache * unused),
839 TP_ARGS(sc_exit(ret,) cpup, nodep, unused),
e0976e2b 840 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)))
dae90c28
RB
841)
842#endif
f1e7d826
MD
843#ifndef OVERRIDE_64_getdents64
844SC_LTTNG_TRACEPOINT_EVENT(getdents64,
845 TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent64 * dirent, unsigned int count),
846 TP_ARGS(sc_exit(ret,) fd, dirent, count),
e0976e2b 847 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)))
dae90c28
RB
848)
849#endif
f1e7d826
MD
850#ifndef OVERRIDE_64_send
851SC_LTTNG_TRACEPOINT_EVENT(send,
852 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags),
853 TP_ARGS(sc_exit(ret,) fd, buff, len, flags),
e0976e2b 854 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, buff, buff)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags)))
dae90c28
RB
855)
856#endif
f1e7d826
MD
857#ifndef OVERRIDE_64_32_truncate64
858SC_LTTNG_TRACEPOINT_EVENT(32_truncate64,
859 TP_PROTO(sc_exit(long ret,) const char * path, unsigned long __dummy, unsigned long a2, unsigned long a3),
860 TP_ARGS(sc_exit(ret,) path, __dummy, a2, a3),
e0976e2b 861 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned long, __dummy, __dummy)) sc_inout(ctf_integer(unsigned long, a2, a2)) sc_inout(ctf_integer(unsigned long, a3, a3)))
dae90c28
RB
862)
863#endif
f1e7d826
MD
864#ifndef OVERRIDE_64_rt_sigaction
865SC_LTTNG_TRACEPOINT_EVENT(rt_sigaction,
866 TP_PROTO(sc_exit(long ret,) int sig, const struct sigaction * act, struct sigaction * oact, size_t sigsetsize),
867 TP_ARGS(sc_exit(ret,) sig, act, oact, sigsetsize),
e0976e2b 868 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)))
dae90c28
RB
869)
870#endif
f1e7d826
MD
871#ifndef OVERRIDE_64_rt_sigprocmask
872SC_LTTNG_TRACEPOINT_EVENT(rt_sigprocmask,
873 TP_PROTO(sc_exit(long ret,) int how, sigset_t * nset, sigset_t * oset, size_t sigsetsize),
874 TP_ARGS(sc_exit(ret,) how, nset, oset, sigsetsize),
e0976e2b 875 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)))
dae90c28
RB
876)
877#endif
f1e7d826
MD
878#ifndef OVERRIDE_64_wait4
879SC_LTTNG_TRACEPOINT_EVENT(wait4,
880 TP_PROTO(sc_exit(long ret,) pid_t upid, int * stat_addr, int options, struct rusage * ru),
881 TP_ARGS(sc_exit(ret,) upid, stat_addr, options, ru),
e0976e2b 882 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)))
dae90c28
RB
883)
884#endif
f1e7d826
MD
885#ifndef OVERRIDE_64_msgsnd
886SC_LTTNG_TRACEPOINT_EVENT(msgsnd,
887 TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, int msgflg),
888 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgflg),
e0976e2b 889 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)))
dae90c28
RB
890)
891#endif
f1e7d826
MD
892#ifndef OVERRIDE_64_rt_sigtimedwait
893SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait,
894 TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct timespec * uts, size_t sigsetsize),
895 TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize),
e0976e2b 896 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 timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
dae90c28
RB
897)
898#endif
f1e7d826
MD
899#ifndef OVERRIDE_64_semtimedop
900SC_LTTNG_TRACEPOINT_EVENT(semtimedop,
901 TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned nsops, const struct timespec * timeout),
902 TP_ARGS(sc_exit(ret,) semid, tsops, nsops, timeout),
e0976e2b 903 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops)) sc_inout(ctf_integer(const struct timespec *, timeout, timeout)))
dae90c28
RB
904)
905#endif
f1e7d826
MD
906#ifndef OVERRIDE_64_timer_settime
907SC_LTTNG_TRACEPOINT_EVENT(timer_settime,
908 TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct itimerspec * new_setting, struct itimerspec * old_setting),
909 TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting),
e0976e2b 910 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 itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct itimerspec *, old_setting, old_setting)))
dae90c28
RB
911)
912#endif
f1e7d826
MD
913#ifndef OVERRIDE_64_clock_nanosleep
914SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep,
915 TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct timespec * rqtp, struct timespec * rmtp),
916 TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp),
e0976e2b 917 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 timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp)))
dae90c28
RB
918)
919#endif
f1e7d826
MD
920#ifndef OVERRIDE_64_vmsplice
921SC_LTTNG_TRACEPOINT_EVENT(vmsplice,
922 TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * iov, unsigned long nr_segs, unsigned int flags),
923 TP_ARGS(sc_exit(ret,) fd, iov, nr_segs, flags),
e0976e2b 924 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const struct iovec *, iov, iov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags)))
dae90c28
RB
925)
926#endif
f1e7d826
MD
927#ifndef OVERRIDE_64_utimensat
928SC_LTTNG_TRACEPOINT_EVENT(utimensat,
929 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timespec * utimes, int flags),
930 TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags),
e0976e2b 931 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 timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
932)
933#endif
f1e7d826
MD
934#ifndef OVERRIDE_64_timerfd_settime
935SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime,
936 TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct itimerspec * utmr, struct itimerspec * otmr),
937 TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr),
e0976e2b 938 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 itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr)))
dae90c28
RB
939)
940#endif
f1e7d826
MD
941#ifndef OVERRIDE_64_rt_tgsigqueueinfo
942SC_LTTNG_TRACEPOINT_EVENT(rt_tgsigqueueinfo,
943 TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig, siginfo_t * uinfo),
944 TP_ARGS(sc_exit(ret,) tgid, pid, sig, uinfo),
e0976e2b 945 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)))
dae90c28
RB
946)
947#endif
f1e7d826
MD
948#ifndef OVERRIDE_64_sendmmsg
949SC_LTTNG_TRACEPOINT_EVENT(sendmmsg,
950 TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags),
951 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags),
e0976e2b 952 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)))
dae90c28
RB
953)
954#endif
f1e7d826
MD
955#ifndef OVERRIDE_64_32_rt_sigaction
956SC_LTTNG_TRACEPOINT_EVENT(32_rt_sigaction,
957 TP_PROTO(sc_exit(long ret,) int sig, const struct sigaction32 * act, struct sigaction32 * oact, unsigned int sigsetsize),
958 TP_ARGS(sc_exit(ret,) sig, act, oact, sigsetsize),
e0976e2b 959 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(const struct sigaction32 *, act, act)) sc_inout(ctf_integer(struct sigaction32 *, oact, oact)) sc_inout(ctf_integer(unsigned int, sigsetsize, sigsetsize)))
dae90c28
RB
960)
961#endif
f1e7d826
MD
962#ifndef OVERRIDE_64_32_rt_sigprocmask
963SC_LTTNG_TRACEPOINT_EVENT(32_rt_sigprocmask,
964 TP_PROTO(sc_exit(long ret,) int how, compat_sigset_t * set, compat_sigset_t * oset, unsigned int sigsetsize),
965 TP_ARGS(sc_exit(ret,) how, set, oset, sigsetsize),
e0976e2b 966 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, how, how)) sc_inout(ctf_integer(compat_sigset_t *, set, set)) sc_inout(ctf_integer(compat_sigset_t *, oset, oset)) sc_inout(ctf_integer(unsigned int, sigsetsize, sigsetsize)))
dae90c28
RB
967)
968#endif
f1e7d826
MD
969#ifndef OVERRIDE_64_32_sendfile
970SC_LTTNG_TRACEPOINT_EVENT(32_sendfile,
971 TP_PROTO(sc_exit(long ret,) long out_fd, long in_fd, compat_off_t * offset, s32 count),
972 TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count),
e0976e2b 973 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(long, out_fd, out_fd)) sc_inout(ctf_integer(long, in_fd, in_fd)) sc_inout(ctf_integer(compat_off_t *, offset, offset)) sc_inout(ctf_integer(s32, count, count)))
dae90c28
RB
974)
975#endif
f1e7d826
MD
976#ifndef OVERRIDE_64_socketpair
977SC_LTTNG_TRACEPOINT_EVENT(socketpair,
978 TP_PROTO(sc_exit(long ret,) int family, int type, int protocol, int * usockvec),
979 TP_ARGS(sc_exit(ret,) family, type, protocol, usockvec),
e0976e2b 980 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)))
dae90c28
RB
981)
982#endif
f1e7d826
MD
983#ifndef OVERRIDE_64_reboot
984SC_LTTNG_TRACEPOINT_EVENT(reboot,
985 TP_PROTO(sc_exit(long ret,) int magic1, int magic2, unsigned int cmd, void * arg),
986 TP_ARGS(sc_exit(ret,) magic1, magic2, cmd, arg),
e0976e2b 987 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)))
dae90c28
RB
988)
989#endif
f1e7d826
MD
990#ifndef OVERRIDE_64_quotactl
991SC_LTTNG_TRACEPOINT_EVENT(quotactl,
992 TP_PROTO(sc_exit(long ret,) unsigned int cmd, const char * special, qid_t id, void * addr),
993 TP_ARGS(sc_exit(ret,) cmd, special, id, addr),
e0976e2b 994 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)))
dae90c28
RB
995)
996#endif
f1e7d826
MD
997#ifndef OVERRIDE_64_getxattr
998SC_LTTNG_TRACEPOINT_EVENT(getxattr,
999 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size),
1000 TP_ARGS(sc_exit(ret,) pathname, name, value, size),
e0976e2b 1001 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)))
dae90c28
RB
1002)
1003#endif
f1e7d826
MD
1004#ifndef OVERRIDE_64_lgetxattr
1005SC_LTTNG_TRACEPOINT_EVENT(lgetxattr,
1006 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size),
1007 TP_ARGS(sc_exit(ret,) pathname, name, value, size),
e0976e2b 1008 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)))
dae90c28
RB
1009)
1010#endif
f1e7d826
MD
1011#ifndef OVERRIDE_64_fgetxattr
1012SC_LTTNG_TRACEPOINT_EVENT(fgetxattr,
1013 TP_PROTO(sc_exit(long ret,) int fd, const char * name, void * value, size_t size),
1014 TP_ARGS(sc_exit(ret,) fd, name, value, size),
e0976e2b 1015 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)))
dae90c28
RB
1016)
1017#endif
f1e7d826
MD
1018#ifndef OVERRIDE_64_epoll_ctl
1019SC_LTTNG_TRACEPOINT_EVENT(epoll_ctl,
1020 TP_PROTO(sc_exit(long ret,) int epfd, int op, int fd, struct epoll_event * event),
1021 TP_ARGS(sc_exit(ret,) epfd, op, fd, event),
e0976e2b 1022 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)))
dae90c28
RB
1023)
1024#endif
f1e7d826
MD
1025#ifndef OVERRIDE_64_epoll_wait
1026SC_LTTNG_TRACEPOINT_EVENT(epoll_wait,
1027 TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout),
1028 TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout),
e0976e2b 1029 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)))
dae90c28
RB
1030)
1031#endif
f1e7d826
MD
1032#ifndef OVERRIDE_64_sendfile64
1033SC_LTTNG_TRACEPOINT_EVENT(sendfile64,
1034 TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, loff_t * offset, size_t count),
1035 TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count),
e0976e2b 1036 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)))
dae90c28
RB
1037)
1038#endif
f1e7d826
MD
1039#ifndef OVERRIDE_64_openat
1040SC_LTTNG_TRACEPOINT_EVENT(openat,
1041 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int flags, umode_t mode),
1042 TP_ARGS(sc_exit(ret,) dfd, filename, flags, mode),
e0976e2b 1043 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)))
dae90c28
RB
1044)
1045#endif
f1e7d826
MD
1046#ifndef OVERRIDE_64_mknodat
1047SC_LTTNG_TRACEPOINT_EVENT(mknodat,
1048 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned dev),
1049 TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev),
e0976e2b 1050 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, dev, dev)))
dae90c28
RB
1051)
1052#endif
f1e7d826
MD
1053#ifndef OVERRIDE_64_newfstatat
1054SC_LTTNG_TRACEPOINT_EVENT(newfstatat,
1055 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct stat * statbuf, int flag),
1056 TP_ARGS(sc_exit(ret,) dfd, filename, statbuf, flag),
e0976e2b 1057 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)) sc_in(ctf_integer(int, flag, flag)))
dae90c28
RB
1058)
1059#endif
f1e7d826
MD
1060#ifndef OVERRIDE_64_renameat
1061SC_LTTNG_TRACEPOINT_EVENT(renameat,
1062 TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname),
1063 TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname),
e0976e2b 1064 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)))
dae90c28
RB
1065)
1066#endif
f1e7d826
MD
1067#ifndef OVERRIDE_64_readlinkat
1068SC_LTTNG_TRACEPOINT_EVENT(readlinkat,
1069 TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, char * buf, int bufsiz),
1070 TP_ARGS(sc_exit(ret,) dfd, pathname, buf, bufsiz),
e0976e2b 1071 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)))
dae90c28
RB
1072)
1073#endif
f1e7d826
MD
1074#ifndef OVERRIDE_64_signalfd4
1075SC_LTTNG_TRACEPOINT_EVENT(signalfd4,
1076 TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask, int flags),
1077 TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask, flags),
e0976e2b 1078 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)))
dae90c28
RB
1079)
1080#endif
f1e7d826
MD
1081#ifndef OVERRIDE_64_accept4
1082SC_LTTNG_TRACEPOINT_EVENT(accept4,
1083 TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen, int flags),
1084 TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen, flags),
e0976e2b 1085 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)))
dae90c28
RB
1086)
1087#endif
f1e7d826
MD
1088#ifndef OVERRIDE_64_prlimit64
1089SC_LTTNG_TRACEPOINT_EVENT(prlimit64,
1090 TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int resource, const struct rlimit64 * new_rlim, struct rlimit64 * old_rlim),
1091 TP_ARGS(sc_exit(ret,) pid, resource, new_rlim, old_rlim),
e0976e2b 1092 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)))
dae90c28
RB
1093)
1094#endif
f1e7d826
MD
1095#ifndef OVERRIDE_64_32_llseek
1096SC_LTTNG_TRACEPOINT_EVENT(32_llseek,
1097 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int offset_high, unsigned int offset_low, loff_t * result, unsigned int origin),
1098 TP_ARGS(sc_exit(ret,) fd, offset_high, offset_low, result, origin),
e0976e2b 1099 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, offset_high, offset_high)) sc_inout(ctf_integer(unsigned int, offset_low, offset_low)) sc_inout(ctf_integer(loff_t *, result, result)) sc_inout(ctf_integer(unsigned int, origin, origin)))
dae90c28
RB
1100)
1101#endif
f1e7d826
MD
1102#ifndef OVERRIDE_64_32_waitid
1103SC_LTTNG_TRACEPOINT_EVENT(32_waitid,
1104 TP_PROTO(sc_exit(long ret,) int which, compat_pid_t pid, compat_siginfo_t * uinfo, int options, struct compat_rusage * uru),
1105 TP_ARGS(sc_exit(ret,) which, pid, uinfo, options, uru),
e0976e2b 1106 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, which, which)) sc_inout(ctf_integer(compat_pid_t, pid, pid)) sc_inout(ctf_integer(compat_siginfo_t *, uinfo, uinfo)) sc_inout(ctf_integer(int, options, options)) sc_inout(ctf_integer(struct compat_rusage *, uru, uru)))
dae90c28
RB
1107)
1108#endif
f1e7d826
MD
1109#ifndef OVERRIDE_64_select
1110SC_LTTNG_TRACEPOINT_EVENT(select,
1111 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timeval * tvp),
1112 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tvp),
e0976e2b 1113 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 timeval *, tvp, tvp)))
dae90c28
RB
1114)
1115#endif
f1e7d826
MD
1116#ifndef OVERRIDE_64_setsockopt
1117SC_LTTNG_TRACEPOINT_EVENT(setsockopt,
1118 TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int optlen),
1119 TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen),
e0976e2b 1120 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)))
dae90c28
RB
1121)
1122#endif
f1e7d826
MD
1123#ifndef OVERRIDE_64_msgrcv
1124SC_LTTNG_TRACEPOINT_EVENT(msgrcv,
1125 TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, long msgtyp, int msgflg),
1126 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgtyp, msgflg),
e0976e2b 1127 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)))
dae90c28
RB
1128)
1129#endif
f1e7d826
MD
1130#ifndef OVERRIDE_64_mount
1131SC_LTTNG_TRACEPOINT_EVENT(mount,
1132 TP_PROTO(sc_exit(long ret,) char * dev_name, char * dir_name, char * type, unsigned long flags, void * data),
1133 TP_ARGS(sc_exit(ret,) dev_name, dir_name, type, flags, data),
e0976e2b 1134 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)))
dae90c28
RB
1135)
1136#endif
f1e7d826
MD
1137#ifndef OVERRIDE_64_io_getevents
1138SC_LTTNG_TRACEPOINT_EVENT(io_getevents,
1139 TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct timespec * timeout),
1140 TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout),
e0976e2b 1141 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, min_nr, min_nr)) sc_in(ctf_integer(long, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct timespec *, timeout, timeout)))
dae90c28
RB
1142)
1143#endif
f1e7d826
MD
1144#ifndef OVERRIDE_64_waitid
1145SC_LTTNG_TRACEPOINT_EVENT(waitid,
1146 TP_PROTO(sc_exit(long ret,) int which, pid_t upid, struct siginfo * infop, int options, struct rusage * ru),
1147 TP_ARGS(sc_exit(ret,) which, upid, infop, options, ru),
e0976e2b 1148 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)))
dae90c28
RB
1149)
1150#endif
f1e7d826
MD
1151#ifndef OVERRIDE_64_ppoll
1152SC_LTTNG_TRACEPOINT_EVENT(ppoll,
1153 TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct timespec * tsp, const sigset_t * sigmask, size_t sigsetsize),
1154 TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize),
e0976e2b 1155 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 timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
dae90c28
RB
1156)
1157#endif
f1e7d826
MD
1158#ifndef OVERRIDE_64_recvmmsg
1159SC_LTTNG_TRACEPOINT_EVENT(recvmmsg,
1160 TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct timespec * timeout),
1161 TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout),
e0976e2b 1162 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 timespec *, timeout, timeout)))
dae90c28
RB
1163)
1164#endif
f1e7d826
MD
1165#ifndef OVERRIDE_64_getsockopt
1166SC_LTTNG_TRACEPOINT_EVENT(getsockopt,
1167 TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int * optlen),
1168 TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen),
e0976e2b 1169 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)))
dae90c28
RB
1170)
1171#endif
f1e7d826
MD
1172#ifndef OVERRIDE_64_setxattr
1173SC_LTTNG_TRACEPOINT_EVENT(setxattr,
1174 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags),
1175 TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags),
e0976e2b 1176 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)))
dae90c28
RB
1177)
1178#endif
f1e7d826
MD
1179#ifndef OVERRIDE_64_lsetxattr
1180SC_LTTNG_TRACEPOINT_EVENT(lsetxattr,
1181 TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags),
1182 TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags),
e0976e2b 1183 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)))
dae90c28
RB
1184)
1185#endif
f1e7d826
MD
1186#ifndef OVERRIDE_64_fsetxattr
1187SC_LTTNG_TRACEPOINT_EVENT(fsetxattr,
1188 TP_PROTO(sc_exit(long ret,) int fd, const char * name, const void * value, size_t size, int flags),
1189 TP_ARGS(sc_exit(ret,) fd, name, value, size, flags),
e0976e2b 1190 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)))
dae90c28
RB
1191)
1192#endif
f1e7d826
MD
1193#ifndef OVERRIDE_64_fchownat
1194SC_LTTNG_TRACEPOINT_EVENT(fchownat,
1195 TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, uid_t user, gid_t group, int flag),
1196 TP_ARGS(sc_exit(ret,) dfd, filename, user, group, flag),
e0976e2b 1197 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)))
dae90c28
RB
1198)
1199#endif
f1e7d826
MD
1200#ifndef OVERRIDE_64_linkat
1201SC_LTTNG_TRACEPOINT_EVENT(linkat,
1202 TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, int flags),
1203 TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags),
e0976e2b 1204 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)))
dae90c28
RB
1205)
1206#endif
f1e7d826
MD
1207#ifndef OVERRIDE_64_preadv
1208SC_LTTNG_TRACEPOINT_EVENT(preadv,
1209 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h),
1210 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h),
e0976e2b 1211 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)))
dae90c28
RB
1212)
1213#endif
f1e7d826
MD
1214#ifndef OVERRIDE_64_pwritev
1215SC_LTTNG_TRACEPOINT_EVENT(pwritev,
1216 TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h),
1217 TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h),
e0976e2b 1218 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)))
dae90c28
RB
1219)
1220#endif
f1e7d826
MD
1221#ifndef OVERRIDE_64_32_pread
1222SC_LTTNG_TRACEPOINT_EVENT(32_pread,
1223 TP_PROTO(sc_exit(long ret,) unsigned long fd, char * buf, size_t count, unsigned long unused, unsigned long a4, unsigned long a5),
1224 TP_ARGS(sc_exit(ret,) fd, buf, count, unused, a4, a5),
e0976e2b 1225 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(char *, buf, buf)) sc_inout(ctf_integer(size_t, count, count)) sc_inout(ctf_integer(unsigned long, unused, unused)) sc_inout(ctf_integer(unsigned long, a4, a4)) sc_inout(ctf_integer(unsigned long, a5, a5)))
dae90c28
RB
1226)
1227#endif
f1e7d826
MD
1228#ifndef OVERRIDE_64_32_pwrite
1229SC_LTTNG_TRACEPOINT_EVENT(32_pwrite,
1230 TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count, u32 unused, u64 a4, u64 a5),
1231 TP_ARGS(sc_exit(ret,) fd, buf, count, unused, a4, a5),
e0976e2b 1232 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(const char *, buf, buf)) sc_inout(ctf_integer(size_t, count, count)) sc_inout(ctf_integer(u32, unused, unused)) sc_inout(ctf_integer(u64, a4, a4)) sc_inout(ctf_integer(u64, a5, a5)))
dae90c28
RB
1233)
1234#endif
f1e7d826
MD
1235#ifndef OVERRIDE_64_32_fanotify_mark
1236SC_LTTNG_TRACEPOINT_EVENT(32_fanotify_mark,
1237 TP_PROTO(sc_exit(long ret,) int fanotify_fd, unsigned int flags, u64 a3, u64 a4, int dfd, const char * pathname),
1238 TP_ARGS(sc_exit(ret,) fanotify_fd, flags, a3, a4, dfd, pathname),
e0976e2b 1239 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fanotify_fd, fanotify_fd)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(u64, a3, a3)) sc_inout(ctf_integer(u64, a4, a4)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(pathname, pathname)))
dae90c28
RB
1240)
1241#endif
f1e7d826
MD
1242#ifndef OVERRIDE_64_recvfrom
1243SC_LTTNG_TRACEPOINT_EVENT(recvfrom,
1244 TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags, struct sockaddr * addr, int * addr_len),
1245 TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags, addr, addr_len),
e0976e2b 1246 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)))
dae90c28
RB
1247)
1248#endif
f1e7d826
MD
1249#ifndef OVERRIDE_64_futex
1250SC_LTTNG_TRACEPOINT_EVENT(futex,
1251 TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, struct timespec * utime, u32 * uaddr2, u32 val3),
1252 TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3),
e0976e2b 1253 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(struct timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3)))
dae90c28
RB
1254)
1255#endif
f1e7d826
MD
1256#ifndef OVERRIDE_64_pselect6
1257SC_LTTNG_TRACEPOINT_EVENT(pselect6,
1258 TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timespec * tsp, void * sig),
1259 TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig),
e0976e2b 1260 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 timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig)))
dae90c28
RB
1261)
1262#endif
f1e7d826
MD
1263#ifndef OVERRIDE_64_epoll_pwait
1264SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait,
1265 TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout, const sigset_t * sigmask, size_t sigsetsize),
1266 TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize),
e0976e2b 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)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize)))
dae90c28
RB
1268)
1269#endif
f1e7d826
MD
1270#ifndef OVERRIDE_64_process_vm_readv
1271SC_LTTNG_TRACEPOINT_EVENT(process_vm_readv,
1272 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),
1273 TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags),
e0976e2b 1274 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)))
dae90c28
RB
1275)
1276#endif
f1e7d826
MD
1277#ifndef OVERRIDE_64_process_vm_writev
1278SC_LTTNG_TRACEPOINT_EVENT(process_vm_writev,
1279 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),
1280 TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags),
e0976e2b 1281 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)))
dae90c28
RB
1282)
1283#endif
f1e7d826
MD
1284#ifndef OVERRIDE_64_sendto
1285SC_LTTNG_TRACEPOINT_EVENT(sendto,
1286 TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags, struct sockaddr * addr, int addr_len),
1287 TP_ARGS(sc_exit(ret,) fd, buff, len, flags, addr, addr_len),
e0976e2b 1288 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)))
dae90c28
RB
1289)
1290#endif
f1e7d826
MD
1291#ifndef OVERRIDE_64_32_futex
1292SC_LTTNG_TRACEPOINT_EVENT(32_futex,
1293 TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, struct compat_timespec * utime, u32 * uaddr2, u32 val3),
1294 TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3),
e0976e2b 1295 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_inout(ctf_integer(int, op, op)) sc_inout(ctf_integer(u32, val, val)) sc_inout(ctf_integer(struct compat_timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_inout(ctf_integer(u32, val3, val3)))
dae90c28
RB
1296)
1297#endif
f1e7d826
MD
1298#ifndef OVERRIDE_64_splice
1299SC_LTTNG_TRACEPOINT_EVENT(splice,
1300 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),
1301 TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags),
e0976e2b 1302 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)))
dae90c28
RB
1303)
1304#endif
1305
1306#endif /* _TRACE_SYSCALLS_POINTERS_H */
1307
1308/* This part must be outside protection */
3b4aafcb 1309#include <lttng/define_trace.h>
dae90c28
RB
1310
1311#else /* CREATE_SYSCALL_TABLE */
1312
6314c2d3 1313#include "mips-64-syscalls_pointers_override.h"
dae90c28
RB
1314#include "syscalls_pointers_override.h"
1315
f1e7d826
MD
1316#ifndef OVERRIDE_TABLE_64_waitpid
1317TRACE_SYSCALL_TABLE(waitpid, waitpid, 4007, 3)
dae90c28 1318#endif
f1e7d826
MD
1319#ifndef OVERRIDE_TABLE_64_oldumount
1320TRACE_SYSCALL_TABLE(oldumount, oldumount, 4022, 1)
dae90c28 1321#endif
f1e7d826
MD
1322#ifndef OVERRIDE_TABLE_64_olduname
1323TRACE_SYSCALL_TABLE(olduname, olduname, 4059, 1)
dae90c28 1324#endif
f1e7d826
MD
1325#ifndef OVERRIDE_TABLE_64_32_sigaction
1326TRACE_SYSCALL_TABLE(32_sigaction, 32_sigaction, 4067, 3)
dae90c28 1327#endif
f1e7d826
MD
1328#ifndef OVERRIDE_TABLE_64_uselib
1329TRACE_SYSCALL_TABLE(uselib, uselib, 4086, 1)
dae90c28 1330#endif
f1e7d826
MD
1331#ifndef OVERRIDE_TABLE_64_uname
1332TRACE_SYSCALL_TABLE(uname, uname, 4109, 1)
dae90c28 1333#endif
f1e7d826
MD
1334#ifndef OVERRIDE_TABLE_64_32_llseek
1335TRACE_SYSCALL_TABLE(32_llseek, 32_llseek, 4140, 5)
dae90c28 1336#endif
f1e7d826
MD
1337#ifndef OVERRIDE_TABLE_64_send
1338TRACE_SYSCALL_TABLE(send, send, 4178, 4)
dae90c28 1339#endif
f1e7d826
MD
1340#ifndef OVERRIDE_TABLE_64_32_pread
1341TRACE_SYSCALL_TABLE(32_pread, 32_pread, 4200, 6)
dae90c28 1342#endif
f1e7d826
MD
1343#ifndef OVERRIDE_TABLE_64_32_pwrite
1344TRACE_SYSCALL_TABLE(32_pwrite, 32_pwrite, 4201, 6)
dae90c28 1345#endif
f1e7d826
MD
1346#ifndef OVERRIDE_TABLE_64_32_truncate64
1347TRACE_SYSCALL_TABLE(32_truncate64, 32_truncate64, 4211, 4)
dae90c28 1348#endif
f1e7d826
MD
1349#ifndef OVERRIDE_TABLE_64_32_waitid
1350TRACE_SYSCALL_TABLE(32_waitid, 32_waitid, 4278, 5)
dae90c28 1351#endif
f1e7d826
MD
1352#ifndef OVERRIDE_TABLE_64_32_fanotify_mark
1353TRACE_SYSCALL_TABLE(32_fanotify_mark, 32_fanotify_mark, 4337, 6)
dae90c28 1354#endif
f1e7d826
MD
1355#ifndef OVERRIDE_TABLE_64_rt_sigaction
1356TRACE_SYSCALL_TABLE(rt_sigaction, rt_sigaction, 5013, 4)
dae90c28 1357#endif
f1e7d826
MD
1358#ifndef OVERRIDE_TABLE_64_rt_sigprocmask
1359TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 5014, 4)
dae90c28 1360#endif
f1e7d826
MD
1361#ifndef OVERRIDE_TABLE_64_readv
1362TRACE_SYSCALL_TABLE(readv, readv, 5018, 3)
dae90c28 1363#endif
f1e7d826
MD
1364#ifndef OVERRIDE_TABLE_64_writev
1365TRACE_SYSCALL_TABLE(writev, writev, 5019, 3)
dae90c28 1366#endif
f1e7d826
MD
1367#ifndef OVERRIDE_TABLE_64_select
1368TRACE_SYSCALL_TABLE(select, select, 5022, 5)
dae90c28 1369#endif
f1e7d826
MD
1370#ifndef OVERRIDE_TABLE_64_shmctl
1371TRACE_SYSCALL_TABLE(shmctl, shmctl, 5030, 3)
dae90c28 1372#endif
f1e7d826
MD
1373#ifndef OVERRIDE_TABLE_64_nanosleep
1374TRACE_SYSCALL_TABLE(nanosleep, nanosleep, 5034, 2)
dae90c28 1375#endif
f1e7d826
MD
1376#ifndef OVERRIDE_TABLE_64_getitimer
1377TRACE_SYSCALL_TABLE(getitimer, getitimer, 5035, 2)
dae90c28 1378#endif
f1e7d826
MD
1379#ifndef OVERRIDE_TABLE_64_setitimer
1380TRACE_SYSCALL_TABLE(setitimer, setitimer, 5036, 3)
dae90c28 1381#endif
f1e7d826
MD
1382#ifndef OVERRIDE_TABLE_64_recvfrom
1383TRACE_SYSCALL_TABLE(recvfrom, recvfrom, 5044, 6)
dae90c28 1384#endif
f1e7d826
MD
1385#ifndef OVERRIDE_TABLE_64_sendmsg
1386TRACE_SYSCALL_TABLE(sendmsg, sendmsg, 5045, 3)
dae90c28 1387#endif
f1e7d826
MD
1388#ifndef OVERRIDE_TABLE_64_recvmsg
1389TRACE_SYSCALL_TABLE(recvmsg, recvmsg, 5046, 3)
dae90c28 1390#endif
f1e7d826
MD
1391#ifndef OVERRIDE_TABLE_64_setsockopt
1392TRACE_SYSCALL_TABLE(setsockopt, setsockopt, 5053, 5)
dae90c28 1393#endif
f1e7d826
MD
1394#ifndef OVERRIDE_TABLE_64_wait4
1395TRACE_SYSCALL_TABLE(wait4, wait4, 5059, 4)
dae90c28 1396#endif
f1e7d826
MD
1397#ifndef OVERRIDE_TABLE_64_msgsnd
1398TRACE_SYSCALL_TABLE(msgsnd, msgsnd, 5067, 4)
dae90c28 1399#endif
f1e7d826
MD
1400#ifndef OVERRIDE_TABLE_64_msgrcv
1401TRACE_SYSCALL_TABLE(msgrcv, msgrcv, 5068, 5)
dae90c28 1402#endif
f1e7d826
MD
1403#ifndef OVERRIDE_TABLE_64_msgctl
1404TRACE_SYSCALL_TABLE(msgctl, msgctl, 5069, 3)
dae90c28 1405#endif
f1e7d826
MD
1406#ifndef OVERRIDE_TABLE_64_getdents
1407TRACE_SYSCALL_TABLE(getdents, getdents, 5076, 3)
dae90c28 1408#endif
f1e7d826
MD
1409#ifndef OVERRIDE_TABLE_64_gettimeofday
1410TRACE_SYSCALL_TABLE(gettimeofday, gettimeofday, 5094, 2)
dae90c28 1411#endif
f1e7d826
MD
1412#ifndef OVERRIDE_TABLE_64_getrlimit
1413TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 5095, 2)
dae90c28 1414#endif
f1e7d826
MD
1415#ifndef OVERRIDE_TABLE_64_getrusage
1416TRACE_SYSCALL_TABLE(getrusage, getrusage, 5096, 2)
dae90c28 1417#endif
f1e7d826
MD
1418#ifndef OVERRIDE_TABLE_64_sysinfo
1419TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 5097, 1)
dae90c28 1420#endif
f1e7d826
MD
1421#ifndef OVERRIDE_TABLE_64_times
1422TRACE_SYSCALL_TABLE(times, times, 5098, 1)
dae90c28 1423#endif
f1e7d826
MD
1424#ifndef OVERRIDE_TABLE_64_rt_sigpending
1425TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 5125, 2)
dae90c28 1426#endif
f1e7d826
MD
1427#ifndef OVERRIDE_TABLE_64_rt_sigtimedwait
1428TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 5126, 4)
dae90c28 1429#endif
f1e7d826
MD
1430#ifndef OVERRIDE_TABLE_64_rt_sigqueueinfo
1431TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 5127, 3)
dae90c28 1432#endif
f1e7d826
MD
1433#ifndef OVERRIDE_TABLE_64_utime
1434TRACE_SYSCALL_TABLE(utime, utime, 5130, 2)
dae90c28 1435#endif
f1e7d826
MD
1436#ifndef OVERRIDE_TABLE_64_ustat
1437TRACE_SYSCALL_TABLE(ustat, ustat, 5133, 2)
dae90c28 1438#endif
f1e7d826
MD
1439#ifndef OVERRIDE_TABLE_64_statfs
1440TRACE_SYSCALL_TABLE(statfs, statfs, 5134, 2)
dae90c28 1441#endif
f1e7d826
MD
1442#ifndef OVERRIDE_TABLE_64_fstatfs
1443TRACE_SYSCALL_TABLE(fstatfs, fstatfs, 5135, 2)
dae90c28 1444#endif
f1e7d826
MD
1445#ifndef OVERRIDE_TABLE_64_sched_rr_get_interval
1446TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 5145, 2)
dae90c28 1447#endif
f1e7d826
MD
1448#ifndef OVERRIDE_TABLE_64_sysctl
1449TRACE_SYSCALL_TABLE(sysctl, sysctl, 5152, 1)
dae90c28 1450#endif
f1e7d826
MD
1451#ifndef OVERRIDE_TABLE_64_adjtimex
1452TRACE_SYSCALL_TABLE(adjtimex, adjtimex, 5154, 1)
dae90c28 1453#endif
f1e7d826
MD
1454#ifndef OVERRIDE_TABLE_64_setrlimit
1455TRACE_SYSCALL_TABLE(setrlimit, setrlimit, 5155, 2)
dae90c28 1456#endif
f1e7d826
MD
1457#ifndef OVERRIDE_TABLE_64_settimeofday
1458TRACE_SYSCALL_TABLE(settimeofday, settimeofday, 5159, 2)
dae90c28 1459#endif
f1e7d826
MD
1460#ifndef OVERRIDE_TABLE_64_mount
1461TRACE_SYSCALL_TABLE(mount, mount, 5160, 5)
dae90c28 1462#endif
f1e7d826
MD
1463#ifndef OVERRIDE_TABLE_64_futex
1464TRACE_SYSCALL_TABLE(futex, futex, 5194, 6)
dae90c28 1465#endif
f1e7d826
MD
1466#ifndef OVERRIDE_TABLE_64_sched_setaffinity
1467TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 5195, 3)
dae90c28 1468#endif
f1e7d826
MD
1469#ifndef OVERRIDE_TABLE_64_sched_getaffinity
1470TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 5196, 3)
dae90c28 1471#endif
f1e7d826
MD
1472#ifndef OVERRIDE_TABLE_64_io_setup
1473TRACE_SYSCALL_TABLE(io_setup, io_setup, 5200, 2)
dae90c28 1474#endif
f1e7d826
MD
1475#ifndef OVERRIDE_TABLE_64_io_getevents
1476TRACE_SYSCALL_TABLE(io_getevents, io_getevents, 5202, 5)
dae90c28 1477#endif
f1e7d826
MD
1478#ifndef OVERRIDE_TABLE_64_io_submit
1479TRACE_SYSCALL_TABLE(io_submit, io_submit, 5203, 3)
dae90c28 1480#endif
f1e7d826
MD
1481#ifndef OVERRIDE_TABLE_64_semtimedop
1482TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 5214, 4)
dae90c28 1483#endif
f1e7d826
MD
1484#ifndef OVERRIDE_TABLE_64_timer_create
1485TRACE_SYSCALL_TABLE(timer_create, timer_create, 5216, 3)
dae90c28 1486#endif
f1e7d826
MD
1487#ifndef OVERRIDE_TABLE_64_timer_settime
1488TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 5217, 4)
dae90c28 1489#endif
f1e7d826
MD
1490#ifndef OVERRIDE_TABLE_64_timer_gettime
1491TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 5218, 2)
dae90c28 1492#endif
f1e7d826
MD
1493#ifndef OVERRIDE_TABLE_64_clock_settime
1494TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 5221, 2)
dae90c28 1495#endif
f1e7d826
MD
1496#ifndef OVERRIDE_TABLE_64_clock_gettime
1497TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 5222, 2)
dae90c28 1498#endif
f1e7d826
MD
1499#ifndef OVERRIDE_TABLE_64_clock_getres
1500TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 5223, 2)
dae90c28 1501#endif
f1e7d826
MD
1502#ifndef OVERRIDE_TABLE_64_clock_nanosleep
1503TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 5224, 4)
dae90c28 1504#endif
f1e7d826
MD
1505#ifndef OVERRIDE_TABLE_64_utimes
1506TRACE_SYSCALL_TABLE(utimes, utimes, 5226, 2)
dae90c28 1507#endif
f1e7d826
MD
1508#ifndef OVERRIDE_TABLE_64_waitid
1509TRACE_SYSCALL_TABLE(waitid, waitid, 5237, 5)
dae90c28 1510#endif
f1e7d826
MD
1511#ifndef OVERRIDE_TABLE_64_futimesat
1512TRACE_SYSCALL_TABLE(futimesat, futimesat, 5251, 3)
dae90c28 1513#endif
f1e7d826
MD
1514#ifndef OVERRIDE_TABLE_64_pselect6
1515TRACE_SYSCALL_TABLE(pselect6, pselect6, 5260, 6)
dae90c28 1516#endif
f1e7d826
MD
1517#ifndef OVERRIDE_TABLE_64_ppoll
1518TRACE_SYSCALL_TABLE(ppoll, ppoll, 5261, 5)
dae90c28 1519#endif
f1e7d826
MD
1520#ifndef OVERRIDE_TABLE_64_vmsplice
1521TRACE_SYSCALL_TABLE(vmsplice, vmsplice, 5266, 4)
dae90c28 1522#endif
f1e7d826
MD
1523#ifndef OVERRIDE_TABLE_64_set_robust_list
1524TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 5268, 2)
dae90c28 1525#endif
f1e7d826
MD
1526#ifndef OVERRIDE_TABLE_64_get_robust_list
1527TRACE_SYSCALL_TABLE(get_robust_list, get_robust_list, 5269, 3)
dae90c28 1528#endif
f1e7d826
MD
1529#ifndef OVERRIDE_TABLE_64_epoll_pwait
1530TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 5272, 6)
dae90c28 1531#endif
f1e7d826
MD
1532#ifndef OVERRIDE_TABLE_64_utimensat
1533TRACE_SYSCALL_TABLE(utimensat, utimensat, 5275, 4)
dae90c28 1534#endif
f1e7d826
MD
1535#ifndef OVERRIDE_TABLE_64_signalfd
1536TRACE_SYSCALL_TABLE(signalfd, signalfd, 5276, 3)
dae90c28 1537#endif
f1e7d826
MD
1538#ifndef OVERRIDE_TABLE_64_timerfd_gettime
1539TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 5281, 2)
dae90c28 1540#endif
f1e7d826
MD
1541#ifndef OVERRIDE_TABLE_64_timerfd_settime
1542TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 5282, 4)
dae90c28 1543#endif
f1e7d826
MD
1544#ifndef OVERRIDE_TABLE_64_rt_tgsigqueueinfo
1545TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 5291, 4)
dae90c28 1546#endif
f1e7d826
MD
1547#ifndef OVERRIDE_TABLE_64_recvmmsg
1548TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 5294, 5)
dae90c28 1549#endif
f1e7d826
MD
1550#ifndef OVERRIDE_TABLE_64_clock_adjtime
1551TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 5300, 2)
dae90c28 1552#endif
f1e7d826
MD
1553#ifndef OVERRIDE_TABLE_64_sendmmsg
1554TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 5302, 4)
dae90c28 1555#endif
f1e7d826
MD
1556#ifndef OVERRIDE_TABLE_64_process_vm_readv
1557TRACE_SYSCALL_TABLE(process_vm_readv, process_vm_readv, 5304, 6)
dae90c28 1558#endif
f1e7d826
MD
1559#ifndef OVERRIDE_TABLE_64_process_vm_writev
1560TRACE_SYSCALL_TABLE(process_vm_writev, process_vm_writev, 5305, 6)
dae90c28 1561#endif
f1e7d826
MD
1562#ifndef OVERRIDE_TABLE_64_read
1563TRACE_SYSCALL_TABLE(read, read, 6000, 3)
dae90c28 1564#endif
f1e7d826
MD
1565#ifndef OVERRIDE_TABLE_64_write
1566TRACE_SYSCALL_TABLE(write, write, 6001, 3)
dae90c28 1567#endif
f1e7d826
MD
1568#ifndef OVERRIDE_TABLE_64_open
1569TRACE_SYSCALL_TABLE(open, open, 6002, 3)
dae90c28 1570#endif
f1e7d826
MD
1571#ifndef OVERRIDE_TABLE_64_newstat
1572TRACE_SYSCALL_TABLE(newstat, newstat, 6004, 2)
dae90c28 1573#endif
f1e7d826
MD
1574#ifndef OVERRIDE_TABLE_64_newfstat
1575TRACE_SYSCALL_TABLE(newfstat, newfstat, 6005, 2)
dae90c28 1576#endif
f1e7d826
MD
1577#ifndef OVERRIDE_TABLE_64_newlstat
1578TRACE_SYSCALL_TABLE(newlstat, newlstat, 6006, 2)
dae90c28 1579#endif
f1e7d826
MD
1580#ifndef OVERRIDE_TABLE_64_poll
1581TRACE_SYSCALL_TABLE(poll, poll, 6007, 3)
dae90c28 1582#endif
f1e7d826
MD
1583#ifndef OVERRIDE_TABLE_64_32_rt_sigaction
1584TRACE_SYSCALL_TABLE(32_rt_sigaction, 32_rt_sigaction, 6013, 4)
dae90c28 1585#endif
f1e7d826
MD
1586#ifndef OVERRIDE_TABLE_64_32_rt_sigprocmask
1587TRACE_SYSCALL_TABLE(32_rt_sigprocmask, 32_rt_sigprocmask, 6014, 4)
dae90c28 1588#endif
f1e7d826
MD
1589#ifndef OVERRIDE_TABLE_64_access
1590TRACE_SYSCALL_TABLE(access, access, 6020, 2)
dae90c28 1591#endif
f1e7d826
MD
1592#ifndef OVERRIDE_TABLE_64_mincore
1593TRACE_SYSCALL_TABLE(mincore, mincore, 6026, 3)
dae90c28 1594#endif
f1e7d826
MD
1595#ifndef OVERRIDE_TABLE_64_shmat
1596TRACE_SYSCALL_TABLE(shmat, shmat, 6029, 3)
dae90c28 1597#endif
f1e7d826
MD
1598#ifndef OVERRIDE_TABLE_64_32_sendfile
1599TRACE_SYSCALL_TABLE(32_sendfile, 32_sendfile, 6039, 4)
dae90c28 1600#endif
f1e7d826
MD
1601#ifndef OVERRIDE_TABLE_64_connect
1602TRACE_SYSCALL_TABLE(connect, connect, 6041, 3)
dae90c28 1603#endif
f1e7d826
MD
1604#ifndef OVERRIDE_TABLE_64_accept
1605TRACE_SYSCALL_TABLE(accept, accept, 6042, 3)
dae90c28 1606#endif
f1e7d826
MD
1607#ifndef OVERRIDE_TABLE_64_sendto
1608TRACE_SYSCALL_TABLE(sendto, sendto, 6043, 6)
dae90c28 1609#endif
f1e7d826
MD
1610#ifndef OVERRIDE_TABLE_64_bind
1611TRACE_SYSCALL_TABLE(bind, bind, 6048, 3)
dae90c28 1612#endif
f1e7d826
MD
1613#ifndef OVERRIDE_TABLE_64_getsockname
1614TRACE_SYSCALL_TABLE(getsockname, getsockname, 6050, 3)
dae90c28 1615#endif
f1e7d826
MD
1616#ifndef OVERRIDE_TABLE_64_getpeername
1617TRACE_SYSCALL_TABLE(getpeername, getpeername, 6051, 3)
dae90c28 1618#endif
f1e7d826
MD
1619#ifndef OVERRIDE_TABLE_64_socketpair
1620TRACE_SYSCALL_TABLE(socketpair, socketpair, 6052, 4)
dae90c28 1621#endif
f1e7d826
MD
1622#ifndef OVERRIDE_TABLE_64_getsockopt
1623TRACE_SYSCALL_TABLE(getsockopt, getsockopt, 6054, 5)
dae90c28 1624#endif
f1e7d826
MD
1625#ifndef OVERRIDE_TABLE_64_newuname
1626TRACE_SYSCALL_TABLE(newuname, newuname, 6061, 1)
dae90c28 1627#endif
f1e7d826
MD
1628#ifndef OVERRIDE_TABLE_64_semop
1629TRACE_SYSCALL_TABLE(semop, semop, 6063, 3)
dae90c28 1630#endif
f1e7d826
MD
1631#ifndef OVERRIDE_TABLE_64_shmdt
1632TRACE_SYSCALL_TABLE(shmdt, shmdt, 6065, 1)
dae90c28 1633#endif
f1e7d826
MD
1634#ifndef OVERRIDE_TABLE_64_truncate
1635TRACE_SYSCALL_TABLE(truncate, truncate, 6074, 2)
dae90c28 1636#endif
f1e7d826
MD
1637#ifndef OVERRIDE_TABLE_64_getcwd
1638TRACE_SYSCALL_TABLE(getcwd, getcwd, 6077, 2)
dae90c28 1639#endif
f1e7d826
MD
1640#ifndef OVERRIDE_TABLE_64_chdir
1641TRACE_SYSCALL_TABLE(chdir, chdir, 6078, 1)
dae90c28 1642#endif
f1e7d826
MD
1643#ifndef OVERRIDE_TABLE_64_rename
1644TRACE_SYSCALL_TABLE(rename, rename, 6080, 2)
dae90c28 1645#endif
f1e7d826
MD
1646#ifndef OVERRIDE_TABLE_64_mkdir
1647TRACE_SYSCALL_TABLE(mkdir, mkdir, 6081, 2)
dae90c28 1648#endif
f1e7d826
MD
1649#ifndef OVERRIDE_TABLE_64_rmdir
1650TRACE_SYSCALL_TABLE(rmdir, rmdir, 6082, 1)
dae90c28 1651#endif
f1e7d826
MD
1652#ifndef OVERRIDE_TABLE_64_creat
1653TRACE_SYSCALL_TABLE(creat, creat, 6083, 2)
dae90c28 1654#endif
f1e7d826
MD
1655#ifndef OVERRIDE_TABLE_64_link
1656TRACE_SYSCALL_TABLE(link, link, 6084, 2)
dae90c28 1657#endif
f1e7d826
MD
1658#ifndef OVERRIDE_TABLE_64_unlink
1659TRACE_SYSCALL_TABLE(unlink, unlink, 6085, 1)
dae90c28 1660#endif
f1e7d826
MD
1661#ifndef OVERRIDE_TABLE_64_symlink
1662TRACE_SYSCALL_TABLE(symlink, symlink, 6086, 2)
dae90c28 1663#endif
f1e7d826
MD
1664#ifndef OVERRIDE_TABLE_64_readlink
1665TRACE_SYSCALL_TABLE(readlink, readlink, 6087, 3)
dae90c28 1666#endif
f1e7d826
MD
1667#ifndef OVERRIDE_TABLE_64_chmod
1668TRACE_SYSCALL_TABLE(chmod, chmod, 6088, 2)
dae90c28 1669#endif
f1e7d826
MD
1670#ifndef OVERRIDE_TABLE_64_chown
1671TRACE_SYSCALL_TABLE(chown, chown, 6090, 3)
dae90c28 1672#endif
f1e7d826
MD
1673#ifndef OVERRIDE_TABLE_64_lchown
1674TRACE_SYSCALL_TABLE(lchown, lchown, 6092, 3)
dae90c28 1675#endif
f1e7d826
MD
1676#ifndef OVERRIDE_TABLE_64_syslog
1677TRACE_SYSCALL_TABLE(syslog, syslog, 6101, 3)
dae90c28 1678#endif
f1e7d826
MD
1679#ifndef OVERRIDE_TABLE_64_getgroups
1680TRACE_SYSCALL_TABLE(getgroups, getgroups, 6113, 2)
dae90c28 1681#endif
f1e7d826
MD
1682#ifndef OVERRIDE_TABLE_64_setgroups
1683TRACE_SYSCALL_TABLE(setgroups, setgroups, 6114, 2)
dae90c28 1684#endif
f1e7d826
MD
1685#ifndef OVERRIDE_TABLE_64_getresuid
1686TRACE_SYSCALL_TABLE(getresuid, getresuid, 6116, 3)
dae90c28 1687#endif
f1e7d826
MD
1688#ifndef OVERRIDE_TABLE_64_getresgid
1689TRACE_SYSCALL_TABLE(getresgid, getresgid, 6118, 3)
dae90c28 1690#endif
f1e7d826
MD
1691#ifndef OVERRIDE_TABLE_64_32_rt_sigpending
1692TRACE_SYSCALL_TABLE(32_rt_sigpending, 32_rt_sigpending, 6125, 2)
dae90c28 1693#endif
f1e7d826
MD
1694#ifndef OVERRIDE_TABLE_64_32_rt_sigqueueinfo
1695TRACE_SYSCALL_TABLE(32_rt_sigqueueinfo, 32_rt_sigqueueinfo, 6127, 3)
dae90c28 1696#endif
f1e7d826
MD
1697#ifndef OVERRIDE_TABLE_64_mknod
1698TRACE_SYSCALL_TABLE(mknod, mknod, 6131, 3)
dae90c28 1699#endif
f1e7d826
MD
1700#ifndef OVERRIDE_TABLE_64_sched_setparam
1701TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 6139, 2)
dae90c28 1702#endif
f1e7d826
MD
1703#ifndef OVERRIDE_TABLE_64_sched_getparam
1704TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 6140, 2)
dae90c28 1705#endif
f1e7d826
MD
1706#ifndef OVERRIDE_TABLE_64_sched_setscheduler
1707TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 6141, 3)
dae90c28 1708#endif
f1e7d826
MD
1709#ifndef OVERRIDE_TABLE_64_32_sched_rr_get_interval
1710TRACE_SYSCALL_TABLE(32_sched_rr_get_interval, 32_sched_rr_get_interval, 6145, 2)
dae90c28 1711#endif
f1e7d826
MD
1712#ifndef OVERRIDE_TABLE_64_pivot_root
1713TRACE_SYSCALL_TABLE(pivot_root, pivot_root, 6151, 2)
dae90c28 1714#endif
f1e7d826
MD
1715#ifndef OVERRIDE_TABLE_64_chroot
1716TRACE_SYSCALL_TABLE(chroot, chroot, 6156, 1)
dae90c28 1717#endif
f1e7d826
MD
1718#ifndef OVERRIDE_TABLE_64_umount
1719TRACE_SYSCALL_TABLE(umount, umount, 6161, 2)
dae90c28 1720#endif
f1e7d826
MD
1721#ifndef OVERRIDE_TABLE_64_swapon
1722TRACE_SYSCALL_TABLE(swapon, swapon, 6162, 2)
dae90c28 1723#endif
f1e7d826
MD
1724#ifndef OVERRIDE_TABLE_64_swapoff
1725TRACE_SYSCALL_TABLE(swapoff, swapoff, 6163, 1)
dae90c28 1726#endif
f1e7d826
MD
1727#ifndef OVERRIDE_TABLE_64_reboot
1728TRACE_SYSCALL_TABLE(reboot, reboot, 6164, 4)
dae90c28 1729#endif
f1e7d826
MD
1730#ifndef OVERRIDE_TABLE_64_sethostname
1731TRACE_SYSCALL_TABLE(sethostname, sethostname, 6165, 2)
dae90c28 1732#endif
f1e7d826
MD
1733#ifndef OVERRIDE_TABLE_64_setdomainname
1734TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 6166, 2)
dae90c28 1735#endif
f1e7d826
MD
1736#ifndef OVERRIDE_TABLE_64_init_module
1737TRACE_SYSCALL_TABLE(init_module, init_module, 6168, 3)
dae90c28 1738#endif
f1e7d826
MD
1739#ifndef OVERRIDE_TABLE_64_delete_module
1740TRACE_SYSCALL_TABLE(delete_module, delete_module, 6169, 2)
dae90c28 1741#endif
f1e7d826
MD
1742#ifndef OVERRIDE_TABLE_64_quotactl
1743TRACE_SYSCALL_TABLE(quotactl, quotactl, 6172, 4)
dae90c28 1744#endif
f1e7d826
MD
1745#ifndef OVERRIDE_TABLE_64_setxattr
1746TRACE_SYSCALL_TABLE(setxattr, setxattr, 6180, 5)
dae90c28 1747#endif
f1e7d826
MD
1748#ifndef OVERRIDE_TABLE_64_lsetxattr
1749TRACE_SYSCALL_TABLE(lsetxattr, lsetxattr, 6181, 5)
dae90c28 1750#endif
f1e7d826
MD
1751#ifndef OVERRIDE_TABLE_64_fsetxattr
1752TRACE_SYSCALL_TABLE(fsetxattr, fsetxattr, 6182, 5)
dae90c28 1753#endif
f1e7d826
MD
1754#ifndef OVERRIDE_TABLE_64_getxattr
1755TRACE_SYSCALL_TABLE(getxattr, getxattr, 6183, 4)
dae90c28 1756#endif
f1e7d826
MD
1757#ifndef OVERRIDE_TABLE_64_lgetxattr
1758TRACE_SYSCALL_TABLE(lgetxattr, lgetxattr, 6184, 4)
dae90c28 1759#endif
f1e7d826
MD
1760#ifndef OVERRIDE_TABLE_64_fgetxattr
1761TRACE_SYSCALL_TABLE(fgetxattr, fgetxattr, 6185, 4)
dae90c28 1762#endif
f1e7d826
MD
1763#ifndef OVERRIDE_TABLE_64_listxattr
1764TRACE_SYSCALL_TABLE(listxattr, listxattr, 6186, 3)
dae90c28 1765#endif
f1e7d826
MD
1766#ifndef OVERRIDE_TABLE_64_llistxattr
1767TRACE_SYSCALL_TABLE(llistxattr, llistxattr, 6187, 3)
dae90c28 1768#endif
f1e7d826
MD
1769#ifndef OVERRIDE_TABLE_64_flistxattr
1770TRACE_SYSCALL_TABLE(flistxattr, flistxattr, 6188, 3)
dae90c28 1771#endif
f1e7d826
MD
1772#ifndef OVERRIDE_TABLE_64_removexattr
1773TRACE_SYSCALL_TABLE(removexattr, removexattr, 6189, 2)
dae90c28 1774#endif
f1e7d826
MD
1775#ifndef OVERRIDE_TABLE_64_lremovexattr
1776TRACE_SYSCALL_TABLE(lremovexattr, lremovexattr, 6190, 2)
dae90c28 1777#endif
f1e7d826
MD
1778#ifndef OVERRIDE_TABLE_64_fremovexattr
1779TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 6191, 2)
dae90c28 1780#endif
f1e7d826
MD
1781#ifndef OVERRIDE_TABLE_64_32_futex
1782TRACE_SYSCALL_TABLE(32_futex, 32_futex, 6194, 6)
dae90c28 1783#endif
f1e7d826
MD
1784#ifndef OVERRIDE_TABLE_64_cachectl
1785TRACE_SYSCALL_TABLE(cachectl, cachectl, 6198, 3)
dae90c28 1786#endif
f1e7d826
MD
1787#ifndef OVERRIDE_TABLE_64_io_cancel
1788TRACE_SYSCALL_TABLE(io_cancel, io_cancel, 6204, 3)
dae90c28 1789#endif
f1e7d826
MD
1790#ifndef OVERRIDE_TABLE_64_epoll_ctl
1791TRACE_SYSCALL_TABLE(epoll_ctl, epoll_ctl, 6208, 4)
dae90c28 1792#endif
f1e7d826
MD
1793#ifndef OVERRIDE_TABLE_64_epoll_wait
1794TRACE_SYSCALL_TABLE(epoll_wait, epoll_wait, 6209, 4)
dae90c28 1795#endif
f1e7d826
MD
1796#ifndef OVERRIDE_TABLE_64_set_tid_address
1797TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 6213, 1)
dae90c28 1798#endif
f1e7d826
MD
1799#ifndef OVERRIDE_TABLE_64_sendfile64
1800TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 6219, 4)
dae90c28 1801#endif
f1e7d826
MD
1802#ifndef OVERRIDE_TABLE_64_inotify_add_watch
1803TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 6248, 3)
dae90c28 1804#endif
f1e7d826
MD
1805#ifndef OVERRIDE_TABLE_64_openat
1806TRACE_SYSCALL_TABLE(openat, openat, 6251, 4)
dae90c28 1807#endif
f1e7d826
MD
1808#ifndef OVERRIDE_TABLE_64_mkdirat
1809TRACE_SYSCALL_TABLE(mkdirat, mkdirat, 6252, 3)
dae90c28 1810#endif
f1e7d826
MD
1811#ifndef OVERRIDE_TABLE_64_mknodat
1812TRACE_SYSCALL_TABLE(mknodat, mknodat, 6253, 4)
dae90c28 1813#endif
f1e7d826
MD
1814#ifndef OVERRIDE_TABLE_64_fchownat
1815TRACE_SYSCALL_TABLE(fchownat, fchownat, 6254, 5)
dae90c28 1816#endif
f1e7d826
MD
1817#ifndef OVERRIDE_TABLE_64_newfstatat
1818TRACE_SYSCALL_TABLE(newfstatat, newfstatat, 6256, 4)
dae90c28 1819#endif
f1e7d826
MD
1820#ifndef OVERRIDE_TABLE_64_unlinkat
1821TRACE_SYSCALL_TABLE(unlinkat, unlinkat, 6257, 3)
dae90c28 1822#endif
f1e7d826
MD
1823#ifndef OVERRIDE_TABLE_64_renameat
1824TRACE_SYSCALL_TABLE(renameat, renameat, 6258, 4)
dae90c28 1825#endif
f1e7d826
MD
1826#ifndef OVERRIDE_TABLE_64_linkat
1827TRACE_SYSCALL_TABLE(linkat, linkat, 6259, 5)
dae90c28 1828#endif
f1e7d826
MD
1829#ifndef OVERRIDE_TABLE_64_symlinkat
1830TRACE_SYSCALL_TABLE(symlinkat, symlinkat, 6260, 3)
dae90c28 1831#endif
f1e7d826
MD
1832#ifndef OVERRIDE_TABLE_64_readlinkat
1833TRACE_SYSCALL_TABLE(readlinkat, readlinkat, 6261, 4)
dae90c28 1834#endif
f1e7d826
MD
1835#ifndef OVERRIDE_TABLE_64_fchmodat
1836TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 6262, 3)
dae90c28 1837#endif
f1e7d826
MD
1838#ifndef OVERRIDE_TABLE_64_faccessat
1839TRACE_SYSCALL_TABLE(faccessat, faccessat, 6263, 3)
dae90c28 1840#endif
f1e7d826
MD
1841#ifndef OVERRIDE_TABLE_64_splice
1842TRACE_SYSCALL_TABLE(splice, splice, 6267, 6)
dae90c28 1843#endif
f1e7d826
MD
1844#ifndef OVERRIDE_TABLE_64_getcpu
1845TRACE_SYSCALL_TABLE(getcpu, getcpu, 6275, 3)
dae90c28 1846#endif
f1e7d826
MD
1847#ifndef OVERRIDE_TABLE_64_signalfd4
1848TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 6287, 4)
dae90c28 1849#endif
f1e7d826
MD
1850#ifndef OVERRIDE_TABLE_64_pipe2
1851TRACE_SYSCALL_TABLE(pipe2, pipe2, 6291, 2)
dae90c28 1852#endif
f1e7d826
MD
1853#ifndef OVERRIDE_TABLE_64_preadv
1854TRACE_SYSCALL_TABLE(preadv, preadv, 6293, 5)
dae90c28 1855#endif
f1e7d826
MD
1856#ifndef OVERRIDE_TABLE_64_pwritev
1857TRACE_SYSCALL_TABLE(pwritev, pwritev, 6294, 5)
dae90c28 1858#endif
f1e7d826
MD
1859#ifndef OVERRIDE_TABLE_64_accept4
1860TRACE_SYSCALL_TABLE(accept4, accept4, 6297, 4)
dae90c28 1861#endif
f1e7d826
MD
1862#ifndef OVERRIDE_TABLE_64_getdents64
1863TRACE_SYSCALL_TABLE(getdents64, getdents64, 6299, 3)
dae90c28 1864#endif
f1e7d826
MD
1865#ifndef OVERRIDE_TABLE_64_prlimit64
1866TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 6302, 4)
dae90c28
RB
1867#endif
1868
1869#endif /* CREATE_SYSCALL_TABLE */
This page took 0.22401 seconds and 4 git commands to generate.