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