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