Add script to automate the syscall extraction process
[lttng-modules.git] / instrumentation / syscalls / headers / mips-64-syscalls-3.5.0_integers.h
CommitLineData
dae90c28
RB
1/* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
2#ifndef CREATE_SYSCALL_TABLE
3
4#if !defined(_TRACE_SYSCALLS_INTEGERS_H) || defined(TRACE_HEADER_MULTI_READ)
5#define _TRACE_SYSCALLS_INTEGERS_H
6
6d7f376d 7#include <probes/lttng-tracepoint-event.h>
dae90c28
RB
8#include <linux/syscalls.h>
9#include "mips-64-syscalls-3.5.0_integers_override.h"
10#include "syscalls_integers_override.h"
11
f1e7d826 12#ifdef SC_ENTER
cb3ef14c 13SC_LTTNG_TRACEPOINT_EVENT_CLASS_NOARGS(syscalls_noargs,
e0976e2b 14 TP_FIELDS()
dae90c28 15)
f1e7d826
MD
16#ifndef OVERRIDE_64_sgetmask
17SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sgetmask)
dae90c28 18#endif
f1e7d826
MD
19#ifndef OVERRIDE_64_sched_yield
20SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield)
dae90c28 21#endif
f1e7d826
MD
22#ifndef OVERRIDE_64_pause
23SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, pause)
dae90c28 24#endif
f1e7d826
MD
25#ifndef OVERRIDE_64_getpid
26SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid)
dae90c28 27#endif
f1e7d826
MD
28#ifndef OVERRIDE_64_getuid
29SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid)
dae90c28 30#endif
f1e7d826
MD
31#ifndef OVERRIDE_64_getgid
32SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid)
dae90c28 33#endif
f1e7d826
MD
34#ifndef OVERRIDE_64_geteuid
35SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid)
dae90c28 36#endif
f1e7d826
MD
37#ifndef OVERRIDE_64_getegid
38SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid)
dae90c28 39#endif
f1e7d826
MD
40#ifndef OVERRIDE_64_getppid
41SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getppid)
dae90c28 42#endif
f1e7d826
MD
43#ifndef OVERRIDE_64_getpgrp
44SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpgrp)
dae90c28 45#endif
f1e7d826
MD
46#ifndef OVERRIDE_64_setsid
47SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, setsid)
dae90c28 48#endif
f1e7d826
MD
49#ifndef OVERRIDE_64_munlockall
50SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall)
dae90c28 51#endif
f1e7d826
MD
52#ifndef OVERRIDE_64_vhangup
53SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vhangup)
dae90c28 54#endif
f1e7d826
MD
55#ifndef OVERRIDE_64_sync
56SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sync)
dae90c28 57#endif
f1e7d826
MD
58#ifndef OVERRIDE_64_gettid
59SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, gettid)
dae90c28 60#endif
f1e7d826
MD
61#ifndef OVERRIDE_64_restart_syscall
62SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall)
dae90c28 63#endif
f1e7d826
MD
64#ifndef OVERRIDE_64_inotify_init
65SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, inotify_init)
dae90c28 66#endif
f1e7d826
MD
67#else /* #ifdef SC_ENTER */
68#ifndef OVERRIDE_64_sgetmask
69SC_LTTNG_TRACEPOINT_EVENT(sgetmask,
70 TP_PROTO(sc_exit(long ret)),
71 TP_ARGS(sc_exit(ret)),
e0976e2b 72 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
73)
74#endif
f1e7d826
MD
75#ifndef OVERRIDE_64_sched_yield
76SC_LTTNG_TRACEPOINT_EVENT(sched_yield,
77 TP_PROTO(sc_exit(long ret)),
78 TP_ARGS(sc_exit(ret)),
e0976e2b 79 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
80)
81#endif
f1e7d826
MD
82#ifndef OVERRIDE_64_pause
83SC_LTTNG_TRACEPOINT_EVENT(pause,
84 TP_PROTO(sc_exit(long ret)),
85 TP_ARGS(sc_exit(ret)),
e0976e2b 86 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
87)
88#endif
f1e7d826
MD
89#ifndef OVERRIDE_64_getpid
90SC_LTTNG_TRACEPOINT_EVENT(getpid,
91 TP_PROTO(sc_exit(long ret)),
92 TP_ARGS(sc_exit(ret)),
e0976e2b 93 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
94)
95#endif
f1e7d826
MD
96#ifndef OVERRIDE_64_getuid
97SC_LTTNG_TRACEPOINT_EVENT(getuid,
98 TP_PROTO(sc_exit(long ret)),
99 TP_ARGS(sc_exit(ret)),
e0976e2b 100 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
101)
102#endif
f1e7d826
MD
103#ifndef OVERRIDE_64_getgid
104SC_LTTNG_TRACEPOINT_EVENT(getgid,
105 TP_PROTO(sc_exit(long ret)),
106 TP_ARGS(sc_exit(ret)),
e0976e2b 107 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
108)
109#endif
f1e7d826
MD
110#ifndef OVERRIDE_64_geteuid
111SC_LTTNG_TRACEPOINT_EVENT(geteuid,
112 TP_PROTO(sc_exit(long ret)),
113 TP_ARGS(sc_exit(ret)),
e0976e2b 114 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
115)
116#endif
f1e7d826
MD
117#ifndef OVERRIDE_64_getegid
118SC_LTTNG_TRACEPOINT_EVENT(getegid,
119 TP_PROTO(sc_exit(long ret)),
120 TP_ARGS(sc_exit(ret)),
e0976e2b 121 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
122)
123#endif
f1e7d826
MD
124#ifndef OVERRIDE_64_getppid
125SC_LTTNG_TRACEPOINT_EVENT(getppid,
126 TP_PROTO(sc_exit(long ret)),
127 TP_ARGS(sc_exit(ret)),
e0976e2b 128 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
129)
130#endif
f1e7d826
MD
131#ifndef OVERRIDE_64_getpgrp
132SC_LTTNG_TRACEPOINT_EVENT(getpgrp,
133 TP_PROTO(sc_exit(long ret)),
134 TP_ARGS(sc_exit(ret)),
e0976e2b 135 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
136)
137#endif
f1e7d826
MD
138#ifndef OVERRIDE_64_setsid
139SC_LTTNG_TRACEPOINT_EVENT(setsid,
140 TP_PROTO(sc_exit(long ret)),
141 TP_ARGS(sc_exit(ret)),
e0976e2b 142 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
143)
144#endif
f1e7d826
MD
145#ifndef OVERRIDE_64_munlockall
146SC_LTTNG_TRACEPOINT_EVENT(munlockall,
147 TP_PROTO(sc_exit(long ret)),
148 TP_ARGS(sc_exit(ret)),
e0976e2b 149 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
150)
151#endif
f1e7d826
MD
152#ifndef OVERRIDE_64_vhangup
153SC_LTTNG_TRACEPOINT_EVENT(vhangup,
154 TP_PROTO(sc_exit(long ret)),
155 TP_ARGS(sc_exit(ret)),
e0976e2b 156 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
157)
158#endif
f1e7d826
MD
159#ifndef OVERRIDE_64_sync
160SC_LTTNG_TRACEPOINT_EVENT(sync,
161 TP_PROTO(sc_exit(long ret)),
162 TP_ARGS(sc_exit(ret)),
e0976e2b 163 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
164)
165#endif
f1e7d826
MD
166#ifndef OVERRIDE_64_gettid
167SC_LTTNG_TRACEPOINT_EVENT(gettid,
168 TP_PROTO(sc_exit(long ret)),
169 TP_ARGS(sc_exit(ret)),
e0976e2b 170 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
171)
172#endif
f1e7d826
MD
173#ifndef OVERRIDE_64_restart_syscall
174SC_LTTNG_TRACEPOINT_EVENT(restart_syscall,
175 TP_PROTO(sc_exit(long ret)),
176 TP_ARGS(sc_exit(ret)),
e0976e2b 177 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
178)
179#endif
f1e7d826
MD
180#ifndef OVERRIDE_64_inotify_init
181SC_LTTNG_TRACEPOINT_EVENT(inotify_init,
182 TP_PROTO(sc_exit(long ret)),
183 TP_ARGS(sc_exit(ret)),
e0976e2b 184 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
dae90c28
RB
185)
186#endif
f1e7d826
MD
187#endif /* else #ifdef SC_ENTER */
188#ifndef OVERRIDE_64_nice
189SC_LTTNG_TRACEPOINT_EVENT(nice,
190 TP_PROTO(sc_exit(long ret,) int increment),
191 TP_ARGS(sc_exit(ret,) increment),
e0976e2b 192 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, increment, increment)))
dae90c28
RB
193)
194#endif
f1e7d826
MD
195#ifndef OVERRIDE_64_ssetmask
196SC_LTTNG_TRACEPOINT_EVENT(ssetmask,
197 TP_PROTO(sc_exit(long ret,) int newmask),
198 TP_ARGS(sc_exit(ret,) newmask),
e0976e2b 199 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, newmask, newmask)))
dae90c28
RB
200)
201#endif
f1e7d826
MD
202#ifndef OVERRIDE_64_personality
203SC_LTTNG_TRACEPOINT_EVENT(personality,
204 TP_PROTO(sc_exit(long ret,) unsigned int personality),
205 TP_ARGS(sc_exit(ret,) personality),
e0976e2b 206 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, personality, personality)))
dae90c28
RB
207)
208#endif
f1e7d826
MD
209#ifndef OVERRIDE_64_close
210SC_LTTNG_TRACEPOINT_EVENT(close,
211 TP_PROTO(sc_exit(long ret,) unsigned int fd),
212 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 213 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
dae90c28
RB
214)
215#endif
f1e7d826
MD
216#ifndef OVERRIDE_64_brk
217SC_LTTNG_TRACEPOINT_EVENT(brk,
218 TP_PROTO(sc_exit(long ret,) unsigned long brk),
219 TP_ARGS(sc_exit(ret,) brk),
e0976e2b 220 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, brk, brk)))
dae90c28
RB
221)
222#endif
f1e7d826
MD
223#ifndef OVERRIDE_64_dup
224SC_LTTNG_TRACEPOINT_EVENT(dup,
225 TP_PROTO(sc_exit(long ret,) unsigned int fildes),
226 TP_ARGS(sc_exit(ret,) fildes),
e0976e2b 227 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fildes, fildes)))
dae90c28
RB
228)
229#endif
f1e7d826
MD
230#ifndef OVERRIDE_64_alarm
231SC_LTTNG_TRACEPOINT_EVENT(alarm,
232 TP_PROTO(sc_exit(long ret,) unsigned int seconds),
233 TP_ARGS(sc_exit(ret,) seconds),
e0976e2b 234 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, seconds, seconds)))
dae90c28
RB
235)
236#endif
f1e7d826
MD
237#ifndef OVERRIDE_64_exit
238SC_LTTNG_TRACEPOINT_EVENT(exit,
239 TP_PROTO(sc_exit(long ret,) int error_code),
240 TP_ARGS(sc_exit(ret,) error_code),
e0976e2b 241 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
dae90c28
RB
242)
243#endif
f1e7d826
MD
244#ifndef OVERRIDE_64_fsync
245SC_LTTNG_TRACEPOINT_EVENT(fsync,
246 TP_PROTO(sc_exit(long ret,) unsigned int fd),
247 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 248 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
dae90c28
RB
249)
250#endif
f1e7d826
MD
251#ifndef OVERRIDE_64_fdatasync
252SC_LTTNG_TRACEPOINT_EVENT(fdatasync,
253 TP_PROTO(sc_exit(long ret,) unsigned int fd),
254 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 255 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
dae90c28
RB
256)
257#endif
f1e7d826
MD
258#ifndef OVERRIDE_64_fchdir
259SC_LTTNG_TRACEPOINT_EVENT(fchdir,
260 TP_PROTO(sc_exit(long ret,) unsigned int fd),
261 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 262 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
dae90c28
RB
263)
264#endif
f1e7d826
MD
265#ifndef OVERRIDE_64_umask
266SC_LTTNG_TRACEPOINT_EVENT(umask,
267 TP_PROTO(sc_exit(long ret,) int mask),
268 TP_ARGS(sc_exit(ret,) mask),
e0976e2b 269 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mask, mask)))
dae90c28
RB
270)
271#endif
f1e7d826
MD
272#ifndef OVERRIDE_64_setuid
273SC_LTTNG_TRACEPOINT_EVENT(setuid,
274 TP_PROTO(sc_exit(long ret,) uid_t uid),
275 TP_ARGS(sc_exit(ret,) uid),
e0976e2b 276 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
dae90c28
RB
277)
278#endif
f1e7d826
MD
279#ifndef OVERRIDE_64_setgid
280SC_LTTNG_TRACEPOINT_EVENT(setgid,
281 TP_PROTO(sc_exit(long ret,) gid_t gid),
282 TP_ARGS(sc_exit(ret,) gid),
e0976e2b 283 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
dae90c28
RB
284)
285#endif
f1e7d826
MD
286#ifndef OVERRIDE_64_getpgid
287SC_LTTNG_TRACEPOINT_EVENT(getpgid,
288 TP_PROTO(sc_exit(long ret,) pid_t pid),
289 TP_ARGS(sc_exit(ret,) pid),
e0976e2b 290 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
dae90c28
RB
291)
292#endif
f1e7d826
MD
293#ifndef OVERRIDE_64_setfsuid
294SC_LTTNG_TRACEPOINT_EVENT(setfsuid,
295 TP_PROTO(sc_exit(long ret,) uid_t uid),
296 TP_ARGS(sc_exit(ret,) uid),
e0976e2b 297 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
dae90c28
RB
298)
299#endif
f1e7d826
MD
300#ifndef OVERRIDE_64_setfsgid
301SC_LTTNG_TRACEPOINT_EVENT(setfsgid,
302 TP_PROTO(sc_exit(long ret,) gid_t gid),
303 TP_ARGS(sc_exit(ret,) gid),
e0976e2b 304 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
dae90c28
RB
305)
306#endif
f1e7d826
MD
307#ifndef OVERRIDE_64_getsid
308SC_LTTNG_TRACEPOINT_EVENT(getsid,
309 TP_PROTO(sc_exit(long ret,) pid_t pid),
310 TP_ARGS(sc_exit(ret,) pid),
e0976e2b 311 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
dae90c28
RB
312)
313#endif
f1e7d826
MD
314#ifndef OVERRIDE_64_32_personality
315SC_LTTNG_TRACEPOINT_EVENT(32_personality,
316 TP_PROTO(sc_exit(long ret,) unsigned long personality),
317 TP_ARGS(sc_exit(ret,) personality),
e0976e2b 318 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, personality, personality)))
dae90c28
RB
319)
320#endif
f1e7d826
MD
321#ifndef OVERRIDE_64_sched_getscheduler
322SC_LTTNG_TRACEPOINT_EVENT(sched_getscheduler,
323 TP_PROTO(sc_exit(long ret,) pid_t pid),
324 TP_ARGS(sc_exit(ret,) pid),
e0976e2b 325 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
dae90c28
RB
326)
327#endif
f1e7d826
MD
328#ifndef OVERRIDE_64_sched_get_priority_max
329SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_max,
330 TP_PROTO(sc_exit(long ret,) int policy),
331 TP_ARGS(sc_exit(ret,) policy),
e0976e2b 332 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
dae90c28
RB
333)
334#endif
f1e7d826
MD
335#ifndef OVERRIDE_64_sched_get_priority_min
336SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_min,
337 TP_PROTO(sc_exit(long ret,) int policy),
338 TP_ARGS(sc_exit(ret,) policy),
e0976e2b 339 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
dae90c28
RB
340)
341#endif
f1e7d826
MD
342#ifndef OVERRIDE_64_mlockall
343SC_LTTNG_TRACEPOINT_EVENT(mlockall,
344 TP_PROTO(sc_exit(long ret,) int flags),
345 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 346 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
347)
348#endif
f1e7d826
MD
349#ifndef OVERRIDE_64_io_destroy
350SC_LTTNG_TRACEPOINT_EVENT(io_destroy,
351 TP_PROTO(sc_exit(long ret,) aio_context_t ctx),
352 TP_ARGS(sc_exit(ret,) ctx),
e0976e2b 353 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx, ctx)))
dae90c28
RB
354)
355#endif
f1e7d826
MD
356#ifndef OVERRIDE_64_exit_group
357SC_LTTNG_TRACEPOINT_EVENT(exit_group,
358 TP_PROTO(sc_exit(long ret,) int error_code),
359 TP_ARGS(sc_exit(ret,) error_code),
e0976e2b 360 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
dae90c28
RB
361)
362#endif
f1e7d826
MD
363#ifndef OVERRIDE_64_epoll_create
364SC_LTTNG_TRACEPOINT_EVENT(epoll_create,
365 TP_PROTO(sc_exit(long ret,) int size),
366 TP_ARGS(sc_exit(ret,) size),
e0976e2b 367 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, size, size)))
dae90c28
RB
368)
369#endif
f1e7d826
MD
370#ifndef OVERRIDE_64_timer_getoverrun
371SC_LTTNG_TRACEPOINT_EVENT(timer_getoverrun,
372 TP_PROTO(sc_exit(long ret,) timer_t timer_id),
373 TP_ARGS(sc_exit(ret,) timer_id),
e0976e2b 374 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
dae90c28
RB
375)
376#endif
f1e7d826
MD
377#ifndef OVERRIDE_64_timer_delete
378SC_LTTNG_TRACEPOINT_EVENT(timer_delete,
379 TP_PROTO(sc_exit(long ret,) timer_t timer_id),
380 TP_ARGS(sc_exit(ret,) timer_id),
e0976e2b 381 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
dae90c28
RB
382)
383#endif
f1e7d826
MD
384#ifndef OVERRIDE_64_set_thread_area
385SC_LTTNG_TRACEPOINT_EVENT(set_thread_area,
386 TP_PROTO(sc_exit(long ret,) unsigned long addr),
387 TP_ARGS(sc_exit(ret,) addr),
e0976e2b 388 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)))
dae90c28
RB
389)
390#endif
f1e7d826
MD
391#ifndef OVERRIDE_64_unshare
392SC_LTTNG_TRACEPOINT_EVENT(unshare,
393 TP_PROTO(sc_exit(long ret,) unsigned long unshare_flags),
394 TP_ARGS(sc_exit(ret,) unshare_flags),
e0976e2b 395 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, unshare_flags, unshare_flags)))
dae90c28
RB
396)
397#endif
f1e7d826
MD
398#ifndef OVERRIDE_64_eventfd
399SC_LTTNG_TRACEPOINT_EVENT(eventfd,
400 TP_PROTO(sc_exit(long ret,) unsigned int count),
401 TP_ARGS(sc_exit(ret,) count),
e0976e2b 402 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)))
dae90c28
RB
403)
404#endif
f1e7d826
MD
405#ifndef OVERRIDE_64_epoll_create1
406SC_LTTNG_TRACEPOINT_EVENT(epoll_create1,
407 TP_PROTO(sc_exit(long ret,) int flags),
408 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 409 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
410)
411#endif
f1e7d826
MD
412#ifndef OVERRIDE_64_inotify_init1
413SC_LTTNG_TRACEPOINT_EVENT(inotify_init1,
414 TP_PROTO(sc_exit(long ret,) int flags),
415 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 416 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
417)
418#endif
f1e7d826
MD
419#ifndef OVERRIDE_64_syncfs
420SC_LTTNG_TRACEPOINT_EVENT(syncfs,
421 TP_PROTO(sc_exit(long ret,) int fd),
422 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 423 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)))
dae90c28
RB
424)
425#endif
f1e7d826
MD
426#ifndef OVERRIDE_64_bdflush
427SC_LTTNG_TRACEPOINT_EVENT(bdflush,
428 TP_PROTO(sc_exit(long ret,) int func, long data),
429 TP_ARGS(sc_exit(ret,) func, data),
e0976e2b 430 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, func, func)) sc_inout(ctf_integer(long, data, data)))
dae90c28
RB
431)
432#endif
f1e7d826
MD
433#ifndef OVERRIDE_64_munmap
434SC_LTTNG_TRACEPOINT_EVENT(munmap,
435 TP_PROTO(sc_exit(long ret,) unsigned long addr, size_t len),
436 TP_ARGS(sc_exit(ret,) addr, len),
e0976e2b 437 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, addr, addr)) sc_in(ctf_integer(size_t, len, len)))
dae90c28
RB
438)
439#endif
f1e7d826
MD
440#ifndef OVERRIDE_64_dup2
441SC_LTTNG_TRACEPOINT_EVENT(dup2,
442 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd),
443 TP_ARGS(sc_exit(ret,) oldfd, newfd),
e0976e2b 444 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, oldfd, oldfd)) sc_in(ctf_integer(unsigned int, newfd, newfd)))
dae90c28
RB
445)
446#endif
f1e7d826
MD
447#ifndef OVERRIDE_64_shutdown
448SC_LTTNG_TRACEPOINT_EVENT(shutdown,
449 TP_PROTO(sc_exit(long ret,) int fd, int how),
450 TP_ARGS(sc_exit(ret,) fd, how),
e0976e2b 451 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, how, how)))
dae90c28
RB
452)
453#endif
f1e7d826
MD
454#ifndef OVERRIDE_64_listen
455SC_LTTNG_TRACEPOINT_EVENT(listen,
456 TP_PROTO(sc_exit(long ret,) int fd, int backlog),
457 TP_ARGS(sc_exit(ret,) fd, backlog),
e0976e2b 458 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, backlog, backlog)))
dae90c28
RB
459)
460#endif
f1e7d826
MD
461#ifndef OVERRIDE_64_kill
462SC_LTTNG_TRACEPOINT_EVENT(kill,
463 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
464 TP_ARGS(sc_exit(ret,) pid, sig),
e0976e2b 465 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
dae90c28
RB
466)
467#endif
f1e7d826
MD
468#ifndef OVERRIDE_64_msgget
469SC_LTTNG_TRACEPOINT_EVENT(msgget,
470 TP_PROTO(sc_exit(long ret,) key_t key, int msgflg),
471 TP_ARGS(sc_exit(ret,) key, msgflg),
e0976e2b 472 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(key_t, key, key)) sc_in(ctf_integer(int, msgflg, msgflg)))
dae90c28
RB
473)
474#endif
f1e7d826
MD
475#ifndef OVERRIDE_64_flock
476SC_LTTNG_TRACEPOINT_EVENT(flock,
477 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd),
478 TP_ARGS(sc_exit(ret,) fd, cmd),
e0976e2b 479 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned int, cmd, cmd)))
dae90c28
RB
480)
481#endif
f1e7d826
MD
482#ifndef OVERRIDE_64_ftruncate
483SC_LTTNG_TRACEPOINT_EVENT(ftruncate,
484 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long length),
485 TP_ARGS(sc_exit(ret,) fd, length),
e0976e2b 486 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned long, length, length)))
dae90c28
RB
487)
488#endif
f1e7d826
MD
489#ifndef OVERRIDE_64_fchmod
490SC_LTTNG_TRACEPOINT_EVENT(fchmod,
491 TP_PROTO(sc_exit(long ret,) unsigned int fd, umode_t mode),
492 TP_ARGS(sc_exit(ret,) fd, mode),
e0976e2b 493 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(umode_t, mode, mode)))
dae90c28
RB
494)
495#endif
f1e7d826
MD
496#ifndef OVERRIDE_64_setpgid
497SC_LTTNG_TRACEPOINT_EVENT(setpgid,
498 TP_PROTO(sc_exit(long ret,) pid_t pid, pid_t pgid),
499 TP_ARGS(sc_exit(ret,) pid, pgid),
e0976e2b 500 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(pid_t, pgid, pgid)))
dae90c28
RB
501)
502#endif
f1e7d826
MD
503#ifndef OVERRIDE_64_setreuid
504SC_LTTNG_TRACEPOINT_EVENT(setreuid,
505 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid),
506 TP_ARGS(sc_exit(ret,) ruid, euid),
e0976e2b 507 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, ruid, ruid)) sc_in(ctf_integer(uid_t, euid, euid)))
dae90c28
RB
508)
509#endif
f1e7d826
MD
510#ifndef OVERRIDE_64_setregid
511SC_LTTNG_TRACEPOINT_EVENT(setregid,
512 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid),
513 TP_ARGS(sc_exit(ret,) rgid, egid),
e0976e2b 514 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, rgid, rgid)) sc_in(ctf_integer(gid_t, egid, egid)))
dae90c28
RB
515)
516#endif
f1e7d826
MD
517#ifndef OVERRIDE_64_getpriority
518SC_LTTNG_TRACEPOINT_EVENT(getpriority,
519 TP_PROTO(sc_exit(long ret,) int which, int who),
520 TP_ARGS(sc_exit(ret,) which, who),
e0976e2b 521 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
dae90c28
RB
522)
523#endif
f1e7d826
MD
524#ifndef OVERRIDE_64_mlock
525SC_LTTNG_TRACEPOINT_EVENT(mlock,
526 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
527 TP_ARGS(sc_exit(ret,) start, len),
e0976e2b 528 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)))
dae90c28
RB
529)
530#endif
f1e7d826
MD
531#ifndef OVERRIDE_64_munlock
532SC_LTTNG_TRACEPOINT_EVENT(munlock,
533 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
534 TP_ARGS(sc_exit(ret,) start, len),
e0976e2b 535 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)))
dae90c28
RB
536)
537#endif
f1e7d826
MD
538#ifndef OVERRIDE_64_tkill
539SC_LTTNG_TRACEPOINT_EVENT(tkill,
540 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
541 TP_ARGS(sc_exit(ret,) pid, sig),
e0976e2b 542 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
dae90c28
RB
543)
544#endif
f1e7d826
MD
545#ifndef OVERRIDE_64_inotify_rm_watch
546SC_LTTNG_TRACEPOINT_EVENT(inotify_rm_watch,
547 TP_PROTO(sc_exit(long ret,) int fd, __s32 wd),
548 TP_ARGS(sc_exit(ret,) fd, wd),
e0976e2b 549 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(__s32, wd, wd)))
dae90c28
RB
550)
551#endif
f1e7d826
MD
552#ifndef OVERRIDE_64_ioprio_get
553SC_LTTNG_TRACEPOINT_EVENT(ioprio_get,
554 TP_PROTO(sc_exit(long ret,) int which, int who),
555 TP_ARGS(sc_exit(ret,) which, who),
e0976e2b 556 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
dae90c28
RB
557)
558#endif
f1e7d826
MD
559#ifndef OVERRIDE_64_timerfd_create
560SC_LTTNG_TRACEPOINT_EVENT(timerfd_create,
561 TP_PROTO(sc_exit(long ret,) int clockid, int flags),
562 TP_ARGS(sc_exit(ret,) clockid, flags),
e0976e2b 563 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, clockid, clockid)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
564)
565#endif
f1e7d826
MD
566#ifndef OVERRIDE_64_eventfd2
567SC_LTTNG_TRACEPOINT_EVENT(eventfd2,
568 TP_PROTO(sc_exit(long ret,) unsigned int count, int flags),
569 TP_ARGS(sc_exit(ret,) count, flags),
e0976e2b 570 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)) sc_in(ctf_integer(int, flags, flags)))
dae90c28
RB
571)
572#endif
f1e7d826
MD
573#ifndef OVERRIDE_64_setns
574SC_LTTNG_TRACEPOINT_EVENT(setns,
575 TP_PROTO(sc_exit(long ret,) int fd, int nstype),
576 TP_ARGS(sc_exit(ret,) fd, nstype),
e0976e2b 577 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype)))
dae90c28
RB
578)
579#endif
f1e7d826
MD
580#ifndef OVERRIDE_64_ioctl
581SC_LTTNG_TRACEPOINT_EVENT(ioctl,
582 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
583 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
e0976e2b 584 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg)))
dae90c28
RB
585)
586#endif
f1e7d826
MD
587#ifndef OVERRIDE_64_fcntl
588SC_LTTNG_TRACEPOINT_EVENT(fcntl,
589 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
590 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
e0976e2b 591 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg)))
dae90c28
RB
592)
593#endif
f1e7d826
MD
594#ifndef OVERRIDE_64_lseek
595SC_LTTNG_TRACEPOINT_EVENT(lseek,
596 TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int origin),
597 TP_ARGS(sc_exit(ret,) fd, offset, origin),
e0976e2b 598 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(off_t, offset, offset)) sc_in(ctf_integer(unsigned int, origin, origin)))
dae90c28
RB
599)
600#endif
f1e7d826
MD
601#ifndef OVERRIDE_64_mprotect
602SC_LTTNG_TRACEPOINT_EVENT(mprotect,
603 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned long prot),
604 TP_ARGS(sc_exit(ret,) start, len, prot),
e0976e2b 605 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_in(ctf_integer(unsigned long, prot, prot)))
dae90c28
RB
606)
607#endif
f1e7d826
MD
608#ifndef OVERRIDE_64_msync
609SC_LTTNG_TRACEPOINT_EVENT(msync,
610 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags),
611 TP_ARGS(sc_exit(ret,) start, len, flags),
e0976e2b 612 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_in(ctf_integer(int, flags, flags)))
dae90c28
RB
613)
614#endif
f1e7d826
MD
615#ifndef OVERRIDE_64_madvise
616SC_LTTNG_TRACEPOINT_EVENT(madvise,
617 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len_in, int behavior),
618 TP_ARGS(sc_exit(ret,) start, len_in, behavior),
e0976e2b 619 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len_in, len_in)) sc_in(ctf_integer(int, behavior, behavior)))
dae90c28
RB
620)
621#endif
f1e7d826
MD
622#ifndef OVERRIDE_64_shmget
623SC_LTTNG_TRACEPOINT_EVENT(shmget,
624 TP_PROTO(sc_exit(long ret,) key_t key, size_t size, int shmflg),
625 TP_ARGS(sc_exit(ret,) key, size, shmflg),
e0976e2b 626 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(key_t, key, key)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, shmflg, shmflg)))
dae90c28
RB
627)
628#endif
f1e7d826
MD
629#ifndef OVERRIDE_64_socket
630SC_LTTNG_TRACEPOINT_EVENT(socket,
631 TP_PROTO(sc_exit(long ret,) int family, int type, int protocol),
632 TP_ARGS(sc_exit(ret,) family, type, protocol),
e0976e2b 633 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)))
dae90c28
RB
634)
635#endif
f1e7d826
MD
636#ifndef OVERRIDE_64_semget
637SC_LTTNG_TRACEPOINT_EVENT(semget,
638 TP_PROTO(sc_exit(long ret,) key_t key, int nsems, int semflg),
639 TP_ARGS(sc_exit(ret,) key, nsems, semflg),
e0976e2b 640 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(key_t, key, key)) sc_in(ctf_integer(int, nsems, nsems)) sc_in(ctf_integer(int, semflg, semflg)))
dae90c28
RB
641)
642#endif
f1e7d826
MD
643#ifndef OVERRIDE_64_fchown
644SC_LTTNG_TRACEPOINT_EVENT(fchown,
645 TP_PROTO(sc_exit(long ret,) unsigned int fd, uid_t user, gid_t group),
646 TP_ARGS(sc_exit(ret,) fd, user, group),
e0976e2b 647 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)))
dae90c28
RB
648)
649#endif
f1e7d826
MD
650#ifndef OVERRIDE_64_setresuid
651SC_LTTNG_TRACEPOINT_EVENT(setresuid,
652 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid, uid_t suid),
653 TP_ARGS(sc_exit(ret,) ruid, euid, suid),
e0976e2b 654 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, ruid, ruid)) sc_in(ctf_integer(uid_t, euid, euid)) sc_in(ctf_integer(uid_t, suid, suid)))
dae90c28
RB
655)
656#endif
f1e7d826
MD
657#ifndef OVERRIDE_64_setresgid
658SC_LTTNG_TRACEPOINT_EVENT(setresgid,
659 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid, gid_t sgid),
660 TP_ARGS(sc_exit(ret,) rgid, egid, sgid),
e0976e2b 661 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, rgid, rgid)) sc_in(ctf_integer(gid_t, egid, egid)) sc_in(ctf_integer(gid_t, sgid, sgid)))
dae90c28
RB
662)
663#endif
f1e7d826
MD
664#ifndef OVERRIDE_64_sysfs
665SC_LTTNG_TRACEPOINT_EVENT(sysfs,
666 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg1, unsigned long arg2),
667 TP_ARGS(sc_exit(ret,) option, arg1, arg2),
e0976e2b 668 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, option, option)) sc_in(ctf_integer(unsigned long, arg1, arg1)) sc_in(ctf_integer(unsigned long, arg2, arg2)))
f1e7d826
MD
669)
670#endif
671#ifndef OVERRIDE_64_setpriority
672SC_LTTNG_TRACEPOINT_EVENT(setpriority,
673 TP_PROTO(sc_exit(long ret,) int which, int who, int niceval),
674 TP_ARGS(sc_exit(ret,) which, who, niceval),
e0976e2b 675 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)) sc_in(ctf_integer(int, niceval, niceval)))
f1e7d826
MD
676)
677#endif
678#ifndef OVERRIDE_64_cacheflush
679SC_LTTNG_TRACEPOINT_EVENT(cacheflush,
680 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long bytes, unsigned int cache),
681 TP_ARGS(sc_exit(ret,) addr, bytes, cache),
e0976e2b 682 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, bytes, bytes)) sc_inout(ctf_integer(unsigned int, cache, cache)))
f1e7d826
MD
683)
684#endif
685#ifndef OVERRIDE_64_tgkill
686SC_LTTNG_TRACEPOINT_EVENT(tgkill,
687 TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig),
688 TP_ARGS(sc_exit(ret,) tgid, pid, sig),
e0976e2b 689 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)))
f1e7d826
MD
690)
691#endif
692#ifndef OVERRIDE_64_ioprio_set
693SC_LTTNG_TRACEPOINT_EVENT(ioprio_set,
694 TP_PROTO(sc_exit(long ret,) int which, int who, int ioprio),
695 TP_ARGS(sc_exit(ret,) which, who, ioprio),
e0976e2b 696 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)) sc_in(ctf_integer(int, ioprio, ioprio)))
f1e7d826
MD
697)
698#endif
699#ifndef OVERRIDE_64_dup3
700SC_LTTNG_TRACEPOINT_EVENT(dup3,
701 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd, int flags),
702 TP_ARGS(sc_exit(ret,) oldfd, newfd, flags),
e0976e2b 703 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, oldfd, oldfd)) sc_in(ctf_integer(unsigned int, newfd, newfd)) sc_in(ctf_integer(int, flags, flags)))
f1e7d826
MD
704)
705#endif
706#ifndef OVERRIDE_64_32_ftruncate64
707SC_LTTNG_TRACEPOINT_EVENT(32_ftruncate64,
708 TP_PROTO(sc_exit(long ret,) unsigned long fd, unsigned long __dummy, unsigned long a2, unsigned long a3),
709 TP_ARGS(sc_exit(ret,) fd, __dummy, a2, a3),
e0976e2b 710 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(unsigned long, __dummy, __dummy)) sc_inout(ctf_integer(unsigned long, a2, a2)) sc_inout(ctf_integer(unsigned long, a3, a3)))
f1e7d826
MD
711)
712#endif
713#ifndef OVERRIDE_64_ptrace
714SC_LTTNG_TRACEPOINT_EVENT(ptrace,
715 TP_PROTO(sc_exit(long ret,) long request, long pid, unsigned long addr, unsigned long data),
716 TP_ARGS(sc_exit(ret,) request, pid, addr, data),
e0976e2b 717 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(long, request, request)) sc_in(ctf_integer(long, pid, pid)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, data, data)))
f1e7d826
MD
718)
719#endif
720#ifndef OVERRIDE_64_n32_semctl
721SC_LTTNG_TRACEPOINT_EVENT(n32_semctl,
722 TP_PROTO(sc_exit(long ret,) int semid, int semnum, int cmd, u32 arg),
723 TP_ARGS(sc_exit(ret,) semid, semnum, cmd, arg),
e0976e2b 724 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, semid, semid)) sc_inout(ctf_integer(int, semnum, semnum)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(u32, arg, arg)))
f1e7d826
MD
725)
726#endif
727#ifndef OVERRIDE_64_n32_msgsnd
728SC_LTTNG_TRACEPOINT_EVENT(n32_msgsnd,
729 TP_PROTO(sc_exit(long ret,) int msqid, u32 msgp, unsigned int msgsz, int msgflg),
730 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgflg),
e0976e2b 731 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(u32, msgp, msgp)) sc_inout(ctf_integer(unsigned int, msgsz, msgsz)) sc_inout(ctf_integer(int, msgflg, msgflg)))
f1e7d826
MD
732)
733#endif
734#ifndef OVERRIDE_64_tee
735SC_LTTNG_TRACEPOINT_EVENT(tee,
736 TP_PROTO(sc_exit(long ret,) int fdin, int fdout, size_t len, unsigned int flags),
737 TP_ARGS(sc_exit(ret,) fdin, fdout, len, flags),
e0976e2b 738 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fdin, fdin)) sc_in(ctf_integer(int, fdout, fdout)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags)))
f1e7d826
MD
739)
740#endif
741#ifndef OVERRIDE_64_mremap
742SC_LTTNG_TRACEPOINT_EVENT(mremap,
743 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr),
744 TP_ARGS(sc_exit(ret,) addr, old_len, new_len, flags, new_addr),
e0976e2b 745 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, addr, addr)) sc_in(ctf_integer(unsigned long, old_len, old_len)) sc_in(ctf_integer(unsigned long, new_len, new_len)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(unsigned long, new_addr, new_addr)))
f1e7d826
MD
746)
747#endif
748#ifndef OVERRIDE_64_n32_msgrcv
749SC_LTTNG_TRACEPOINT_EVENT(n32_msgrcv,
750 TP_PROTO(sc_exit(long ret,) int msqid, u32 msgp, size_t msgsz, int msgtyp, int msgflg),
751 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgtyp, msgflg),
e0976e2b 752 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(u32, msgp, msgp)) sc_inout(ctf_integer(size_t, msgsz, msgsz)) sc_inout(ctf_integer(int, msgtyp, msgtyp)) sc_inout(ctf_integer(int, msgflg, msgflg)))
f1e7d826
MD
753)
754#endif
755#ifndef OVERRIDE_64_prctl
756SC_LTTNG_TRACEPOINT_EVENT(prctl,
757 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
758 TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
e0976e2b 759 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, option, option)) sc_inout(ctf_integer(unsigned long, arg2, arg2)) sc_in(ctf_integer(unsigned long, arg3, arg3)) sc_in(ctf_integer(unsigned long, arg4, arg4)) sc_in(ctf_integer(unsigned long, arg5, arg5)))
f1e7d826
MD
760)
761#endif
762#ifndef OVERRIDE_64_remap_file_pages
763SC_LTTNG_TRACEPOINT_EVENT(remap_file_pages,
764 TP_PROTO(sc_exit(long ret,) unsigned long start, unsigned long size, unsigned long prot, unsigned long pgoff, unsigned long flags),
765 TP_ARGS(sc_exit(ret,) start, size, prot, pgoff, flags),
e0976e2b 766 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(unsigned long, size, size)) sc_in(ctf_integer(unsigned long, prot, prot)) sc_in(ctf_integer(unsigned long, pgoff, pgoff)) sc_in(ctf_integer(unsigned long, flags, flags)))
f1e7d826
MD
767)
768#endif
769#ifndef OVERRIDE_64_32_ipc
770SC_LTTNG_TRACEPOINT_EVENT(32_ipc,
771 TP_PROTO(sc_exit(long ret,) u32 call, long first, long second, long third, unsigned long ptr, unsigned long fifth),
772 TP_ARGS(sc_exit(ret,) call, first, second, third, ptr, fifth),
e0976e2b 773 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32, call, call)) sc_inout(ctf_integer(long, first, first)) sc_inout(ctf_integer(long, second, second)) sc_inout(ctf_integer(long, third, third)) sc_inout(ctf_integer(unsigned long, ptr, ptr)) sc_inout(ctf_integer(unsigned long, fifth, fifth)))
f1e7d826
MD
774)
775#endif
776#ifndef OVERRIDE_64_mips_mmap2
777SC_LTTNG_TRACEPOINT_EVENT(mips_mmap2,
778 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff),
779 TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, pgoff),
e0976e2b 780 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(unsigned long, prot, prot)) sc_inout(ctf_integer(unsigned long, flags, flags)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(unsigned long, pgoff, pgoff)))
f1e7d826
MD
781)
782#endif
783#ifndef OVERRIDE_64_mips_mmap
784SC_LTTNG_TRACEPOINT_EVENT(mips_mmap,
785 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, off_t offset),
786 TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, offset),
e0976e2b 787 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(unsigned long, prot, prot)) sc_inout(ctf_integer(unsigned long, flags, flags)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(off_t, offset, offset)))
dae90c28
RB
788)
789#endif
790
791#endif /* _TRACE_SYSCALLS_INTEGERS_H */
792
793/* This part must be outside protection */
6d7f376d 794#include <probes/define_trace.h>
dae90c28
RB
795
796#else /* CREATE_SYSCALL_TABLE */
797
798#include "mips-64-syscalls-3.5.0_integers_override.h"
799#include "syscalls_integers_override.h"
800
f1e7d826
MD
801#ifdef SC_ENTER
802#ifndef OVERRIDE_TABLE_64_sgetmask
803TRACE_SYSCALL_TABLE(syscalls_noargs, sgetmask, 4068, 0)
804#endif
805#ifndef OVERRIDE_TABLE_64_sched_yield
806TRACE_SYSCALL_TABLE(syscalls_noargs, sched_yield, 6023, 0)
807#endif
808#ifndef OVERRIDE_TABLE_64_pause
809TRACE_SYSCALL_TABLE(syscalls_noargs, pause, 6033, 0)
810#endif
811#ifndef OVERRIDE_TABLE_64_getpid
812TRACE_SYSCALL_TABLE(syscalls_noargs, getpid, 6038, 0)
813#endif
814#ifndef OVERRIDE_TABLE_64_getuid
815TRACE_SYSCALL_TABLE(syscalls_noargs, getuid, 6100, 0)
816#endif
817#ifndef OVERRIDE_TABLE_64_getgid
818TRACE_SYSCALL_TABLE(syscalls_noargs, getgid, 6102, 0)
819#endif
820#ifndef OVERRIDE_TABLE_64_geteuid
821TRACE_SYSCALL_TABLE(syscalls_noargs, geteuid, 6105, 0)
822#endif
823#ifndef OVERRIDE_TABLE_64_getegid
824TRACE_SYSCALL_TABLE(syscalls_noargs, getegid, 6106, 0)
825#endif
826#ifndef OVERRIDE_TABLE_64_getppid
827TRACE_SYSCALL_TABLE(syscalls_noargs, getppid, 6108, 0)
828#endif
829#ifndef OVERRIDE_TABLE_64_getpgrp
830TRACE_SYSCALL_TABLE(syscalls_noargs, getpgrp, 6109, 0)
831#endif
832#ifndef OVERRIDE_TABLE_64_setsid
833TRACE_SYSCALL_TABLE(syscalls_noargs, setsid, 6110, 0)
834#endif
835#ifndef OVERRIDE_TABLE_64_munlockall
836TRACE_SYSCALL_TABLE(syscalls_noargs, munlockall, 6149, 0)
837#endif
838#ifndef OVERRIDE_TABLE_64_vhangup
839TRACE_SYSCALL_TABLE(syscalls_noargs, vhangup, 6150, 0)
840#endif
841#ifndef OVERRIDE_TABLE_64_sync
842TRACE_SYSCALL_TABLE(syscalls_noargs, sync, 6157, 0)
843#endif
844#ifndef OVERRIDE_TABLE_64_gettid
845TRACE_SYSCALL_TABLE(syscalls_noargs, gettid, 6178, 0)
846#endif
847#ifndef OVERRIDE_TABLE_64_restart_syscall
848TRACE_SYSCALL_TABLE(syscalls_noargs, restart_syscall, 6214, 0)
849#endif
850#ifndef OVERRIDE_TABLE_64_inotify_init
851TRACE_SYSCALL_TABLE(syscalls_noargs, inotify_init, 6247, 0)
852#endif
853#else /* #ifdef SC_ENTER */
854#ifndef OVERRIDE_TABLE_64_sgetmask
855TRACE_SYSCALL_TABLE(sgetmask, sgetmask, 4068, 0)
dae90c28 856#endif
f1e7d826
MD
857#ifndef OVERRIDE_TABLE_64_sched_yield
858TRACE_SYSCALL_TABLE(sched_yield, sched_yield, 6023, 0)
dae90c28 859#endif
f1e7d826
MD
860#ifndef OVERRIDE_TABLE_64_pause
861TRACE_SYSCALL_TABLE(pause, pause, 6033, 0)
dae90c28 862#endif
f1e7d826
MD
863#ifndef OVERRIDE_TABLE_64_getpid
864TRACE_SYSCALL_TABLE(getpid, getpid, 6038, 0)
dae90c28 865#endif
f1e7d826
MD
866#ifndef OVERRIDE_TABLE_64_getuid
867TRACE_SYSCALL_TABLE(getuid, getuid, 6100, 0)
dae90c28 868#endif
f1e7d826
MD
869#ifndef OVERRIDE_TABLE_64_getgid
870TRACE_SYSCALL_TABLE(getgid, getgid, 6102, 0)
dae90c28 871#endif
f1e7d826
MD
872#ifndef OVERRIDE_TABLE_64_geteuid
873TRACE_SYSCALL_TABLE(geteuid, geteuid, 6105, 0)
dae90c28 874#endif
f1e7d826
MD
875#ifndef OVERRIDE_TABLE_64_getegid
876TRACE_SYSCALL_TABLE(getegid, getegid, 6106, 0)
dae90c28 877#endif
f1e7d826
MD
878#ifndef OVERRIDE_TABLE_64_getppid
879TRACE_SYSCALL_TABLE(getppid, getppid, 6108, 0)
dae90c28 880#endif
f1e7d826
MD
881#ifndef OVERRIDE_TABLE_64_getpgrp
882TRACE_SYSCALL_TABLE(getpgrp, getpgrp, 6109, 0)
dae90c28 883#endif
f1e7d826
MD
884#ifndef OVERRIDE_TABLE_64_setsid
885TRACE_SYSCALL_TABLE(setsid, setsid, 6110, 0)
dae90c28 886#endif
f1e7d826
MD
887#ifndef OVERRIDE_TABLE_64_munlockall
888TRACE_SYSCALL_TABLE(munlockall, munlockall, 6149, 0)
dae90c28 889#endif
f1e7d826
MD
890#ifndef OVERRIDE_TABLE_64_vhangup
891TRACE_SYSCALL_TABLE(vhangup, vhangup, 6150, 0)
dae90c28 892#endif
f1e7d826
MD
893#ifndef OVERRIDE_TABLE_64_sync
894TRACE_SYSCALL_TABLE(sync, sync, 6157, 0)
dae90c28 895#endif
f1e7d826
MD
896#ifndef OVERRIDE_TABLE_64_gettid
897TRACE_SYSCALL_TABLE(gettid, gettid, 6178, 0)
dae90c28 898#endif
f1e7d826
MD
899#ifndef OVERRIDE_TABLE_64_restart_syscall
900TRACE_SYSCALL_TABLE(restart_syscall, restart_syscall, 6214, 0)
dae90c28 901#endif
f1e7d826
MD
902#ifndef OVERRIDE_TABLE_64_inotify_init
903TRACE_SYSCALL_TABLE(inotify_init, inotify_init, 6247, 0)
dae90c28 904#endif
f1e7d826
MD
905#endif /* else #ifdef SC_ENTER */
906#ifndef OVERRIDE_TABLE_64_nice
907TRACE_SYSCALL_TABLE(nice, nice, 4034, 1)
dae90c28 908#endif
f1e7d826
MD
909#ifndef OVERRIDE_TABLE_64_ssetmask
910TRACE_SYSCALL_TABLE(ssetmask, ssetmask, 4069, 1)
dae90c28 911#endif
f1e7d826
MD
912#ifndef OVERRIDE_TABLE_64_32_ipc
913TRACE_SYSCALL_TABLE(32_ipc, 32_ipc, 4117, 6)
dae90c28 914#endif
f1e7d826
MD
915#ifndef OVERRIDE_TABLE_64_bdflush
916TRACE_SYSCALL_TABLE(bdflush, bdflush, 4134, 2)
dae90c28 917#endif
f1e7d826
MD
918#ifndef OVERRIDE_TABLE_64_mips_mmap2
919TRACE_SYSCALL_TABLE(mips_mmap2, mips_mmap2, 4210, 6)
dae90c28 920#endif
f1e7d826
MD
921#ifndef OVERRIDE_TABLE_64_32_ftruncate64
922TRACE_SYSCALL_TABLE(32_ftruncate64, 32_ftruncate64, 4212, 4)
dae90c28 923#endif
f1e7d826
MD
924#ifndef OVERRIDE_TABLE_64_ioctl
925TRACE_SYSCALL_TABLE(ioctl, ioctl, 5015, 3)
dae90c28 926#endif
f1e7d826
MD
927#ifndef OVERRIDE_TABLE_64_fcntl
928TRACE_SYSCALL_TABLE(fcntl, fcntl, 5070, 3)
dae90c28 929#endif
f1e7d826
MD
930#ifndef OVERRIDE_TABLE_64_ptrace
931TRACE_SYSCALL_TABLE(ptrace, ptrace, 5099, 4)
dae90c28 932#endif
f1e7d826
MD
933#ifndef OVERRIDE_TABLE_64_personality
934TRACE_SYSCALL_TABLE(personality, personality, 5132, 1)
dae90c28 935#endif
f1e7d826
MD
936#ifndef OVERRIDE_TABLE_64_close
937TRACE_SYSCALL_TABLE(close, close, 6003, 1)
dae90c28 938#endif
f1e7d826
MD
939#ifndef OVERRIDE_TABLE_64_lseek
940TRACE_SYSCALL_TABLE(lseek, lseek, 6008, 3)
dae90c28 941#endif
f1e7d826
MD
942#ifndef OVERRIDE_TABLE_64_mips_mmap
943TRACE_SYSCALL_TABLE(mips_mmap, mips_mmap, 6009, 6)
dae90c28 944#endif
f1e7d826
MD
945#ifndef OVERRIDE_TABLE_64_mprotect
946TRACE_SYSCALL_TABLE(mprotect, mprotect, 6010, 3)
dae90c28 947#endif
f1e7d826
MD
948#ifndef OVERRIDE_TABLE_64_munmap
949TRACE_SYSCALL_TABLE(munmap, munmap, 6011, 2)
dae90c28 950#endif
f1e7d826
MD
951#ifndef OVERRIDE_TABLE_64_brk
952TRACE_SYSCALL_TABLE(brk, brk, 6012, 1)
dae90c28 953#endif
f1e7d826
MD
954#ifndef OVERRIDE_TABLE_64_mremap
955TRACE_SYSCALL_TABLE(mremap, mremap, 6024, 5)
dae90c28 956#endif
f1e7d826
MD
957#ifndef OVERRIDE_TABLE_64_msync
958TRACE_SYSCALL_TABLE(msync, msync, 6025, 3)
dae90c28 959#endif
f1e7d826
MD
960#ifndef OVERRIDE_TABLE_64_madvise
961TRACE_SYSCALL_TABLE(madvise, madvise, 6027, 3)
dae90c28 962#endif
f1e7d826
MD
963#ifndef OVERRIDE_TABLE_64_shmget
964TRACE_SYSCALL_TABLE(shmget, shmget, 6028, 3)
dae90c28 965#endif
f1e7d826
MD
966#ifndef OVERRIDE_TABLE_64_dup
967TRACE_SYSCALL_TABLE(dup, dup, 6031, 1)
dae90c28 968#endif
f1e7d826
MD
969#ifndef OVERRIDE_TABLE_64_dup2
970TRACE_SYSCALL_TABLE(dup2, dup2, 6032, 2)
dae90c28 971#endif
f1e7d826
MD
972#ifndef OVERRIDE_TABLE_64_alarm
973TRACE_SYSCALL_TABLE(alarm, alarm, 6037, 1)
dae90c28 974#endif
f1e7d826
MD
975#ifndef OVERRIDE_TABLE_64_socket
976TRACE_SYSCALL_TABLE(socket, socket, 6040, 3)
dae90c28 977#endif
f1e7d826
MD
978#ifndef OVERRIDE_TABLE_64_shutdown
979TRACE_SYSCALL_TABLE(shutdown, shutdown, 6047, 2)
dae90c28 980#endif
f1e7d826
MD
981#ifndef OVERRIDE_TABLE_64_listen
982TRACE_SYSCALL_TABLE(listen, listen, 6049, 2)
dae90c28 983#endif
f1e7d826
MD
984#ifndef OVERRIDE_TABLE_64_exit
985TRACE_SYSCALL_TABLE(exit, exit, 6058, 1)
dae90c28 986#endif
f1e7d826
MD
987#ifndef OVERRIDE_TABLE_64_kill
988TRACE_SYSCALL_TABLE(kill, kill, 6060, 2)
dae90c28 989#endif
f1e7d826
MD
990#ifndef OVERRIDE_TABLE_64_semget
991TRACE_SYSCALL_TABLE(semget, semget, 6062, 3)
dae90c28 992#endif
f1e7d826
MD
993#ifndef OVERRIDE_TABLE_64_n32_semctl
994TRACE_SYSCALL_TABLE(n32_semctl, n32_semctl, 6064, 4)
dae90c28 995#endif
f1e7d826
MD
996#ifndef OVERRIDE_TABLE_64_msgget
997TRACE_SYSCALL_TABLE(msgget, msgget, 6066, 2)
dae90c28 998#endif
f1e7d826
MD
999#ifndef OVERRIDE_TABLE_64_n32_msgsnd
1000TRACE_SYSCALL_TABLE(n32_msgsnd, n32_msgsnd, 6067, 4)
dae90c28 1001#endif
f1e7d826
MD
1002#ifndef OVERRIDE_TABLE_64_n32_msgrcv
1003TRACE_SYSCALL_TABLE(n32_msgrcv, n32_msgrcv, 6068, 5)
dae90c28 1004#endif
f1e7d826
MD
1005#ifndef OVERRIDE_TABLE_64_flock
1006TRACE_SYSCALL_TABLE(flock, flock, 6071, 2)
dae90c28 1007#endif
f1e7d826
MD
1008#ifndef OVERRIDE_TABLE_64_fsync
1009TRACE_SYSCALL_TABLE(fsync, fsync, 6072, 1)
dae90c28 1010#endif
f1e7d826
MD
1011#ifndef OVERRIDE_TABLE_64_fdatasync
1012TRACE_SYSCALL_TABLE(fdatasync, fdatasync, 6073, 1)
dae90c28 1013#endif
f1e7d826
MD
1014#ifndef OVERRIDE_TABLE_64_ftruncate
1015TRACE_SYSCALL_TABLE(ftruncate, ftruncate, 6075, 2)
dae90c28 1016#endif
f1e7d826
MD
1017#ifndef OVERRIDE_TABLE_64_fchdir
1018TRACE_SYSCALL_TABLE(fchdir, fchdir, 6079, 1)
dae90c28 1019#endif
f1e7d826
MD
1020#ifndef OVERRIDE_TABLE_64_fchmod
1021TRACE_SYSCALL_TABLE(fchmod, fchmod, 6089, 2)
dae90c28 1022#endif
f1e7d826
MD
1023#ifndef OVERRIDE_TABLE_64_fchown
1024TRACE_SYSCALL_TABLE(fchown, fchown, 6091, 3)
dae90c28 1025#endif
f1e7d826
MD
1026#ifndef OVERRIDE_TABLE_64_umask
1027TRACE_SYSCALL_TABLE(umask, umask, 6093, 1)
dae90c28 1028#endif
f1e7d826
MD
1029#ifndef OVERRIDE_TABLE_64_setuid
1030TRACE_SYSCALL_TABLE(setuid, setuid, 6103, 1)
dae90c28 1031#endif
f1e7d826
MD
1032#ifndef OVERRIDE_TABLE_64_setgid
1033TRACE_SYSCALL_TABLE(setgid, setgid, 6104, 1)
dae90c28 1034#endif
f1e7d826
MD
1035#ifndef OVERRIDE_TABLE_64_setpgid
1036TRACE_SYSCALL_TABLE(setpgid, setpgid, 6107, 2)
dae90c28 1037#endif
f1e7d826
MD
1038#ifndef OVERRIDE_TABLE_64_setreuid
1039TRACE_SYSCALL_TABLE(setreuid, setreuid, 6111, 2)
dae90c28 1040#endif
f1e7d826
MD
1041#ifndef OVERRIDE_TABLE_64_setregid
1042TRACE_SYSCALL_TABLE(setregid, setregid, 6112, 2)
dae90c28 1043#endif
f1e7d826
MD
1044#ifndef OVERRIDE_TABLE_64_setresuid
1045TRACE_SYSCALL_TABLE(setresuid, setresuid, 6115, 3)
dae90c28 1046#endif
f1e7d826
MD
1047#ifndef OVERRIDE_TABLE_64_setresgid
1048TRACE_SYSCALL_TABLE(setresgid, setresgid, 6117, 3)
dae90c28 1049#endif
f1e7d826
MD
1050#ifndef OVERRIDE_TABLE_64_getpgid
1051TRACE_SYSCALL_TABLE(getpgid, getpgid, 6119, 1)
dae90c28 1052#endif
f1e7d826
MD
1053#ifndef OVERRIDE_TABLE_64_setfsuid
1054TRACE_SYSCALL_TABLE(setfsuid, setfsuid, 6120, 1)
dae90c28 1055#endif
f1e7d826
MD
1056#ifndef OVERRIDE_TABLE_64_setfsgid
1057TRACE_SYSCALL_TABLE(setfsgid, setfsgid, 6121, 1)
dae90c28 1058#endif
f1e7d826
MD
1059#ifndef OVERRIDE_TABLE_64_getsid
1060TRACE_SYSCALL_TABLE(getsid, getsid, 6122, 1)
dae90c28 1061#endif
f1e7d826
MD
1062#ifndef OVERRIDE_TABLE_64_32_personality
1063TRACE_SYSCALL_TABLE(32_personality, 32_personality, 6132, 1)
dae90c28 1064#endif
f1e7d826
MD
1065#ifndef OVERRIDE_TABLE_64_sysfs
1066TRACE_SYSCALL_TABLE(sysfs, sysfs, 6136, 3)
dae90c28 1067#endif
f1e7d826
MD
1068#ifndef OVERRIDE_TABLE_64_getpriority
1069TRACE_SYSCALL_TABLE(getpriority, getpriority, 6137, 2)
dae90c28 1070#endif
f1e7d826
MD
1071#ifndef OVERRIDE_TABLE_64_setpriority
1072TRACE_SYSCALL_TABLE(setpriority, setpriority, 6138, 3)
dae90c28 1073#endif
f1e7d826
MD
1074#ifndef OVERRIDE_TABLE_64_sched_getscheduler
1075TRACE_SYSCALL_TABLE(sched_getscheduler, sched_getscheduler, 6142, 1)
dae90c28 1076#endif
f1e7d826
MD
1077#ifndef OVERRIDE_TABLE_64_sched_get_priority_max
1078TRACE_SYSCALL_TABLE(sched_get_priority_max, sched_get_priority_max, 6143, 1)
dae90c28 1079#endif
f1e7d826
MD
1080#ifndef OVERRIDE_TABLE_64_sched_get_priority_min
1081TRACE_SYSCALL_TABLE(sched_get_priority_min, sched_get_priority_min, 6144, 1)
dae90c28 1082#endif
f1e7d826
MD
1083#ifndef OVERRIDE_TABLE_64_mlock
1084TRACE_SYSCALL_TABLE(mlock, mlock, 6146, 2)
dae90c28 1085#endif
f1e7d826
MD
1086#ifndef OVERRIDE_TABLE_64_munlock
1087TRACE_SYSCALL_TABLE(munlock, munlock, 6147, 2)
dae90c28 1088#endif
f1e7d826
MD
1089#ifndef OVERRIDE_TABLE_64_mlockall
1090TRACE_SYSCALL_TABLE(mlockall, mlockall, 6148, 1)
dae90c28 1091#endif
f1e7d826
MD
1092#ifndef OVERRIDE_TABLE_64_prctl
1093TRACE_SYSCALL_TABLE(prctl, prctl, 6153, 5)
dae90c28 1094#endif
f1e7d826
MD
1095#ifndef OVERRIDE_TABLE_64_tkill
1096TRACE_SYSCALL_TABLE(tkill, tkill, 6192, 2)
dae90c28 1097#endif
f1e7d826
MD
1098#ifndef OVERRIDE_TABLE_64_cacheflush
1099TRACE_SYSCALL_TABLE(cacheflush, cacheflush, 6197, 3)
dae90c28 1100#endif
f1e7d826
MD
1101#ifndef OVERRIDE_TABLE_64_io_destroy
1102TRACE_SYSCALL_TABLE(io_destroy, io_destroy, 6201, 1)
dae90c28 1103#endif
f1e7d826
MD
1104#ifndef OVERRIDE_TABLE_64_exit_group
1105TRACE_SYSCALL_TABLE(exit_group, exit_group, 6205, 1)
dae90c28 1106#endif
f1e7d826
MD
1107#ifndef OVERRIDE_TABLE_64_epoll_create
1108TRACE_SYSCALL_TABLE(epoll_create, epoll_create, 6207, 1)
dae90c28 1109#endif
f1e7d826
MD
1110#ifndef OVERRIDE_TABLE_64_remap_file_pages
1111TRACE_SYSCALL_TABLE(remap_file_pages, remap_file_pages, 6210, 5)
dae90c28 1112#endif
f1e7d826
MD
1113#ifndef OVERRIDE_TABLE_64_timer_getoverrun
1114TRACE_SYSCALL_TABLE(timer_getoverrun, timer_getoverrun, 6223, 1)
dae90c28 1115#endif
f1e7d826
MD
1116#ifndef OVERRIDE_TABLE_64_timer_delete
1117TRACE_SYSCALL_TABLE(timer_delete, timer_delete, 6224, 1)
dae90c28 1118#endif
f1e7d826
MD
1119#ifndef OVERRIDE_TABLE_64_tgkill
1120TRACE_SYSCALL_TABLE(tgkill, tgkill, 6229, 3)
dae90c28 1121#endif
f1e7d826
MD
1122#ifndef OVERRIDE_TABLE_64_set_thread_area
1123TRACE_SYSCALL_TABLE(set_thread_area, set_thread_area, 6246, 1)
dae90c28 1124#endif
f1e7d826
MD
1125#ifndef OVERRIDE_TABLE_64_inotify_rm_watch
1126TRACE_SYSCALL_TABLE(inotify_rm_watch, inotify_rm_watch, 6249, 2)
dae90c28 1127#endif
f1e7d826
MD
1128#ifndef OVERRIDE_TABLE_64_unshare
1129TRACE_SYSCALL_TABLE(unshare, unshare, 6266, 1)
dae90c28 1130#endif
f1e7d826
MD
1131#ifndef OVERRIDE_TABLE_64_tee
1132TRACE_SYSCALL_TABLE(tee, tee, 6269, 4)
dae90c28 1133#endif
f1e7d826
MD
1134#ifndef OVERRIDE_TABLE_64_ioprio_set
1135TRACE_SYSCALL_TABLE(ioprio_set, ioprio_set, 6277, 3)
dae90c28 1136#endif
f1e7d826
MD
1137#ifndef OVERRIDE_TABLE_64_ioprio_get
1138TRACE_SYSCALL_TABLE(ioprio_get, ioprio_get, 6278, 2)
dae90c28 1139#endif
f1e7d826
MD
1140#ifndef OVERRIDE_TABLE_64_eventfd
1141TRACE_SYSCALL_TABLE(eventfd, eventfd, 6282, 1)
dae90c28 1142#endif
f1e7d826
MD
1143#ifndef OVERRIDE_TABLE_64_timerfd_create
1144TRACE_SYSCALL_TABLE(timerfd_create, timerfd_create, 6284, 2)
dae90c28 1145#endif
f1e7d826
MD
1146#ifndef OVERRIDE_TABLE_64_eventfd2
1147TRACE_SYSCALL_TABLE(eventfd2, eventfd2, 6288, 2)
dae90c28 1148#endif
f1e7d826
MD
1149#ifndef OVERRIDE_TABLE_64_epoll_create1
1150TRACE_SYSCALL_TABLE(epoll_create1, epoll_create1, 6289, 1)
dae90c28 1151#endif
f1e7d826
MD
1152#ifndef OVERRIDE_TABLE_64_dup3
1153TRACE_SYSCALL_TABLE(dup3, dup3, 6290, 3)
dae90c28 1154#endif
f1e7d826
MD
1155#ifndef OVERRIDE_TABLE_64_inotify_init1
1156TRACE_SYSCALL_TABLE(inotify_init1, inotify_init1, 6292, 1)
dae90c28 1157#endif
f1e7d826
MD
1158#ifndef OVERRIDE_TABLE_64_syncfs
1159TRACE_SYSCALL_TABLE(syncfs, syncfs, 6306, 1)
dae90c28 1160#endif
f1e7d826
MD
1161#ifndef OVERRIDE_TABLE_64_setns
1162TRACE_SYSCALL_TABLE(setns, setns, 6308, 2)
dae90c28
RB
1163#endif
1164
1165#endif /* CREATE_SYSCALL_TABLE */
This page took 0.117026 seconds and 4 git commands to generate.