Add script to automate the syscall extraction process
[lttng-modules.git] / instrumentation / syscalls / headers / powerpc-32-syscalls-3.0.34_integers.h
CommitLineData
b11394d2
PW
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>
b11394d2
PW
8#include <linux/syscalls.h>
9#include "powerpc-32-syscalls-3.0.34_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()
b11394d2 15)
f1e7d826
MD
16#ifndef OVERRIDE_32_restart_syscall
17SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall)
b11394d2 18#endif
f1e7d826
MD
19#ifndef OVERRIDE_32_getpid
20SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid)
b11394d2 21#endif
f1e7d826
MD
22#ifndef OVERRIDE_32_getuid
23SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid)
b11394d2 24#endif
f1e7d826
MD
25#ifndef OVERRIDE_32_pause
26SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, pause)
b11394d2 27#endif
f1e7d826
MD
28#ifndef OVERRIDE_32_sync
29SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sync)
b11394d2 30#endif
f1e7d826
MD
31#ifndef OVERRIDE_32_getgid
32SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid)
b11394d2 33#endif
f1e7d826
MD
34#ifndef OVERRIDE_32_geteuid
35SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid)
b11394d2 36#endif
f1e7d826
MD
37#ifndef OVERRIDE_32_getegid
38SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid)
b11394d2 39#endif
f1e7d826
MD
40#ifndef OVERRIDE_32_getppid
41SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getppid)
b11394d2 42#endif
f1e7d826
MD
43#ifndef OVERRIDE_32_getpgrp
44SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpgrp)
b11394d2 45#endif
f1e7d826
MD
46#ifndef OVERRIDE_32_setsid
47SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, setsid)
b11394d2 48#endif
f1e7d826
MD
49#ifndef OVERRIDE_32_sgetmask
50SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sgetmask)
b11394d2 51#endif
f1e7d826
MD
52#ifndef OVERRIDE_32_vhangup
53SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vhangup)
b11394d2 54#endif
f1e7d826
MD
55#ifndef OVERRIDE_32_munlockall
56SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall)
b11394d2 57#endif
f1e7d826
MD
58#ifndef OVERRIDE_32_sched_yield
59SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield)
b11394d2 60#endif
f1e7d826
MD
61#ifndef OVERRIDE_32_gettid
62SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, gettid)
b11394d2 63#endif
f1e7d826
MD
64#ifndef OVERRIDE_32_inotify_init
65SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, inotify_init)
b11394d2 66#endif
f1e7d826
MD
67#else /* #ifdef SC_ENTER */
68#ifndef OVERRIDE_32_restart_syscall
69SC_LTTNG_TRACEPOINT_EVENT(restart_syscall,
70 TP_PROTO(sc_exit(long ret)),
71 TP_ARGS(sc_exit(ret)),
e0976e2b 72 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
73)
74#endif
75#ifndef OVERRIDE_32_getpid
76SC_LTTNG_TRACEPOINT_EVENT(getpid,
77 TP_PROTO(sc_exit(long ret)),
78 TP_ARGS(sc_exit(ret)),
e0976e2b 79 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
80)
81#endif
82#ifndef OVERRIDE_32_getuid
83SC_LTTNG_TRACEPOINT_EVENT(getuid,
84 TP_PROTO(sc_exit(long ret)),
85 TP_ARGS(sc_exit(ret)),
e0976e2b 86 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
87)
88#endif
89#ifndef OVERRIDE_32_pause
90SC_LTTNG_TRACEPOINT_EVENT(pause,
91 TP_PROTO(sc_exit(long ret)),
92 TP_ARGS(sc_exit(ret)),
e0976e2b 93 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
94)
95#endif
96#ifndef OVERRIDE_32_sync
97SC_LTTNG_TRACEPOINT_EVENT(sync,
98 TP_PROTO(sc_exit(long ret)),
99 TP_ARGS(sc_exit(ret)),
e0976e2b 100 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
101)
102#endif
103#ifndef OVERRIDE_32_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)))
f1e7d826
MD
108)
109#endif
110#ifndef OVERRIDE_32_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)))
f1e7d826
MD
115)
116#endif
117#ifndef OVERRIDE_32_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)))
f1e7d826
MD
122)
123#endif
124#ifndef OVERRIDE_32_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)))
f1e7d826
MD
129)
130#endif
131#ifndef OVERRIDE_32_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)))
f1e7d826
MD
136)
137#endif
138#ifndef OVERRIDE_32_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)))
f1e7d826
MD
143)
144#endif
145#ifndef OVERRIDE_32_sgetmask
146SC_LTTNG_TRACEPOINT_EVENT(sgetmask,
147 TP_PROTO(sc_exit(long ret)),
148 TP_ARGS(sc_exit(ret)),
e0976e2b 149 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
150)
151#endif
152#ifndef OVERRIDE_32_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)))
f1e7d826
MD
157)
158#endif
159#ifndef OVERRIDE_32_munlockall
160SC_LTTNG_TRACEPOINT_EVENT(munlockall,
161 TP_PROTO(sc_exit(long ret)),
162 TP_ARGS(sc_exit(ret)),
e0976e2b 163 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
164)
165#endif
166#ifndef OVERRIDE_32_sched_yield
167SC_LTTNG_TRACEPOINT_EVENT(sched_yield,
168 TP_PROTO(sc_exit(long ret)),
169 TP_ARGS(sc_exit(ret)),
e0976e2b 170 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
171)
172#endif
173#ifndef OVERRIDE_32_gettid
174SC_LTTNG_TRACEPOINT_EVENT(gettid,
175 TP_PROTO(sc_exit(long ret)),
176 TP_ARGS(sc_exit(ret)),
e0976e2b 177 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
f1e7d826
MD
178)
179#endif
180#ifndef OVERRIDE_32_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)))
f1e7d826
MD
185)
186#endif
187#endif /* else #ifdef SC_ENTER */
188#ifndef OVERRIDE_32_exit
189SC_LTTNG_TRACEPOINT_EVENT(exit,
190 TP_PROTO(sc_exit(long ret,) int error_code),
191 TP_ARGS(sc_exit(ret,) error_code),
e0976e2b 192 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
b11394d2
PW
193)
194#endif
f1e7d826
MD
195#ifndef OVERRIDE_32_close
196SC_LTTNG_TRACEPOINT_EVENT(close,
197 TP_PROTO(sc_exit(long ret,) unsigned int fd),
198 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 199 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
b11394d2
PW
200)
201#endif
f1e7d826
MD
202#ifndef OVERRIDE_32_setuid
203SC_LTTNG_TRACEPOINT_EVENT(setuid,
204 TP_PROTO(sc_exit(long ret,) uid_t uid),
205 TP_ARGS(sc_exit(ret,) uid),
e0976e2b 206 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
b11394d2
PW
207)
208#endif
f1e7d826
MD
209#ifndef OVERRIDE_32_alarm
210SC_LTTNG_TRACEPOINT_EVENT(alarm,
211 TP_PROTO(sc_exit(long ret,) unsigned int seconds),
212 TP_ARGS(sc_exit(ret,) seconds),
e0976e2b 213 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, seconds, seconds)))
b11394d2
PW
214)
215#endif
f1e7d826
MD
216#ifndef OVERRIDE_32_nice
217SC_LTTNG_TRACEPOINT_EVENT(nice,
218 TP_PROTO(sc_exit(long ret,) int increment),
219 TP_ARGS(sc_exit(ret,) increment),
e0976e2b 220 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, increment, increment)))
b11394d2
PW
221)
222#endif
f1e7d826
MD
223#ifndef OVERRIDE_32_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)))
b11394d2
PW
228)
229#endif
f1e7d826
MD
230#ifndef OVERRIDE_32_brk
231SC_LTTNG_TRACEPOINT_EVENT(brk,
232 TP_PROTO(sc_exit(long ret,) unsigned long brk),
233 TP_ARGS(sc_exit(ret,) brk),
e0976e2b 234 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, brk, brk)))
b11394d2
PW
235)
236#endif
f1e7d826
MD
237#ifndef OVERRIDE_32_setgid
238SC_LTTNG_TRACEPOINT_EVENT(setgid,
239 TP_PROTO(sc_exit(long ret,) gid_t gid),
240 TP_ARGS(sc_exit(ret,) gid),
e0976e2b 241 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
b11394d2
PW
242)
243#endif
f1e7d826
MD
244#ifndef OVERRIDE_32_umask
245SC_LTTNG_TRACEPOINT_EVENT(umask,
246 TP_PROTO(sc_exit(long ret,) int mask),
247 TP_ARGS(sc_exit(ret,) mask),
e0976e2b 248 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mask, mask)))
b11394d2
PW
249)
250#endif
f1e7d826
MD
251#ifndef OVERRIDE_32_ssetmask
252SC_LTTNG_TRACEPOINT_EVENT(ssetmask,
253 TP_PROTO(sc_exit(long ret,) int newmask),
254 TP_ARGS(sc_exit(ret,) newmask),
e0976e2b 255 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, newmask, newmask)))
b11394d2
PW
256)
257#endif
f1e7d826
MD
258#ifndef OVERRIDE_32_fsync
259SC_LTTNG_TRACEPOINT_EVENT(fsync,
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)))
b11394d2
PW
263)
264#endif
f1e7d826
MD
265#ifndef OVERRIDE_32_getpgid
266SC_LTTNG_TRACEPOINT_EVENT(getpgid,
267 TP_PROTO(sc_exit(long ret,) pid_t pid),
268 TP_ARGS(sc_exit(ret,) pid),
e0976e2b 269 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
b11394d2
PW
270)
271#endif
f1e7d826
MD
272#ifndef OVERRIDE_32_fchdir
273SC_LTTNG_TRACEPOINT_EVENT(fchdir,
274 TP_PROTO(sc_exit(long ret,) unsigned int fd),
275 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 276 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
b11394d2
PW
277)
278#endif
f1e7d826
MD
279#ifndef OVERRIDE_32_personality
280SC_LTTNG_TRACEPOINT_EVENT(personality,
281 TP_PROTO(sc_exit(long ret,) unsigned int personality),
282 TP_ARGS(sc_exit(ret,) personality),
e0976e2b 283 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, personality, personality)))
b11394d2
PW
284)
285#endif
f1e7d826
MD
286#ifndef OVERRIDE_32_setfsuid
287SC_LTTNG_TRACEPOINT_EVENT(setfsuid,
288 TP_PROTO(sc_exit(long ret,) uid_t uid),
289 TP_ARGS(sc_exit(ret,) uid),
e0976e2b 290 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
b11394d2
PW
291)
292#endif
f1e7d826
MD
293#ifndef OVERRIDE_32_setfsgid
294SC_LTTNG_TRACEPOINT_EVENT(setfsgid,
295 TP_PROTO(sc_exit(long ret,) gid_t gid),
296 TP_ARGS(sc_exit(ret,) gid),
e0976e2b 297 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
b11394d2
PW
298)
299#endif
f1e7d826
MD
300#ifndef OVERRIDE_32_getsid
301SC_LTTNG_TRACEPOINT_EVENT(getsid,
302 TP_PROTO(sc_exit(long ret,) pid_t pid),
303 TP_ARGS(sc_exit(ret,) pid),
e0976e2b 304 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
b11394d2
PW
305)
306#endif
f1e7d826
MD
307#ifndef OVERRIDE_32_fdatasync
308SC_LTTNG_TRACEPOINT_EVENT(fdatasync,
309 TP_PROTO(sc_exit(long ret,) unsigned int fd),
310 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 311 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
b11394d2
PW
312)
313#endif
f1e7d826
MD
314#ifndef OVERRIDE_32_mlockall
315SC_LTTNG_TRACEPOINT_EVENT(mlockall,
316 TP_PROTO(sc_exit(long ret,) int flags),
317 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 318 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
319)
320#endif
f1e7d826
MD
321#ifndef OVERRIDE_32_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)))
b11394d2
PW
326)
327#endif
f1e7d826
MD
328#ifndef OVERRIDE_32_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)))
b11394d2
PW
333)
334#endif
f1e7d826
MD
335#ifndef OVERRIDE_32_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)))
b11394d2
PW
340)
341#endif
f1e7d826
MD
342#ifndef OVERRIDE_32_io_destroy
343SC_LTTNG_TRACEPOINT_EVENT(io_destroy,
344 TP_PROTO(sc_exit(long ret,) aio_context_t ctx),
345 TP_ARGS(sc_exit(ret,) ctx),
e0976e2b 346 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx, ctx)))
b11394d2
PW
347)
348#endif
f1e7d826
MD
349#ifndef OVERRIDE_32_exit_group
350SC_LTTNG_TRACEPOINT_EVENT(exit_group,
351 TP_PROTO(sc_exit(long ret,) int error_code),
352 TP_ARGS(sc_exit(ret,) error_code),
e0976e2b 353 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
b11394d2
PW
354)
355#endif
f1e7d826
MD
356#ifndef OVERRIDE_32_epoll_create
357SC_LTTNG_TRACEPOINT_EVENT(epoll_create,
358 TP_PROTO(sc_exit(long ret,) int size),
359 TP_ARGS(sc_exit(ret,) size),
e0976e2b 360 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, size, size)))
b11394d2
PW
361)
362#endif
f1e7d826
MD
363#ifndef OVERRIDE_32_timer_getoverrun
364SC_LTTNG_TRACEPOINT_EVENT(timer_getoverrun,
365 TP_PROTO(sc_exit(long ret,) timer_t timer_id),
366 TP_ARGS(sc_exit(ret,) timer_id),
e0976e2b 367 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
b11394d2
PW
368)
369#endif
f1e7d826
MD
370#ifndef OVERRIDE_32_timer_delete
371SC_LTTNG_TRACEPOINT_EVENT(timer_delete,
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)))
b11394d2
PW
375)
376#endif
f1e7d826
MD
377#ifndef OVERRIDE_32_unshare
378SC_LTTNG_TRACEPOINT_EVENT(unshare,
379 TP_PROTO(sc_exit(long ret,) unsigned long unshare_flags),
380 TP_ARGS(sc_exit(ret,) unshare_flags),
e0976e2b 381 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, unshare_flags, unshare_flags)))
b11394d2
PW
382)
383#endif
f1e7d826
MD
384#ifndef OVERRIDE_32_eventfd
385SC_LTTNG_TRACEPOINT_EVENT(eventfd,
386 TP_PROTO(sc_exit(long ret,) unsigned int count),
387 TP_ARGS(sc_exit(ret,) count),
e0976e2b 388 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)))
b11394d2
PW
389)
390#endif
f1e7d826
MD
391#ifndef OVERRIDE_32_epoll_create1
392SC_LTTNG_TRACEPOINT_EVENT(epoll_create1,
393 TP_PROTO(sc_exit(long ret,) int flags),
394 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 395 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
396)
397#endif
f1e7d826
MD
398#ifndef OVERRIDE_32_inotify_init1
399SC_LTTNG_TRACEPOINT_EVENT(inotify_init1,
400 TP_PROTO(sc_exit(long ret,) int flags),
401 TP_ARGS(sc_exit(ret,) flags),
e0976e2b 402 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
403)
404#endif
f1e7d826
MD
405#ifndef OVERRIDE_32_syncfs
406SC_LTTNG_TRACEPOINT_EVENT(syncfs,
407 TP_PROTO(sc_exit(long ret,) int fd),
408 TP_ARGS(sc_exit(ret,) fd),
e0976e2b 409 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)))
b11394d2
PW
410)
411#endif
f1e7d826
MD
412#ifndef OVERRIDE_32_kill
413SC_LTTNG_TRACEPOINT_EVENT(kill,
414 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
415 TP_ARGS(sc_exit(ret,) pid, sig),
e0976e2b 416 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
b11394d2
PW
417)
418#endif
f1e7d826
MD
419#ifndef OVERRIDE_32_signal
420SC_LTTNG_TRACEPOINT_EVENT(signal,
421 TP_PROTO(sc_exit(long ret,) int sig, __sighandler_t handler),
422 TP_ARGS(sc_exit(ret,) sig, handler),
e0976e2b 423 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(__sighandler_t, handler, handler)))
b11394d2
PW
424)
425#endif
f1e7d826
MD
426#ifndef OVERRIDE_32_setpgid
427SC_LTTNG_TRACEPOINT_EVENT(setpgid,
428 TP_PROTO(sc_exit(long ret,) pid_t pid, pid_t pgid),
429 TP_ARGS(sc_exit(ret,) pid, pgid),
e0976e2b 430 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)))
b11394d2
PW
431)
432#endif
f1e7d826
MD
433#ifndef OVERRIDE_32_dup2
434SC_LTTNG_TRACEPOINT_EVENT(dup2,
435 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd),
436 TP_ARGS(sc_exit(ret,) oldfd, newfd),
e0976e2b 437 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)))
b11394d2
PW
438)
439#endif
f1e7d826
MD
440#ifndef OVERRIDE_32_setreuid
441SC_LTTNG_TRACEPOINT_EVENT(setreuid,
442 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid),
443 TP_ARGS(sc_exit(ret,) ruid, euid),
e0976e2b 444 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)))
b11394d2
PW
445)
446#endif
f1e7d826
MD
447#ifndef OVERRIDE_32_setregid
448SC_LTTNG_TRACEPOINT_EVENT(setregid,
449 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid),
450 TP_ARGS(sc_exit(ret,) rgid, egid),
e0976e2b 451 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)))
b11394d2
PW
452)
453#endif
f1e7d826
MD
454#ifndef OVERRIDE_32_munmap
455SC_LTTNG_TRACEPOINT_EVENT(munmap,
456 TP_PROTO(sc_exit(long ret,) unsigned long addr, size_t len),
457 TP_ARGS(sc_exit(ret,) addr, len),
e0976e2b 458 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)))
b11394d2
PW
459)
460#endif
f1e7d826
MD
461#ifndef OVERRIDE_32_ftruncate
462SC_LTTNG_TRACEPOINT_EVENT(ftruncate,
463 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long length),
464 TP_ARGS(sc_exit(ret,) fd, length),
e0976e2b 465 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)))
b11394d2
PW
466)
467#endif
f1e7d826
MD
468#ifndef OVERRIDE_32_fchmod
469SC_LTTNG_TRACEPOINT_EVENT(fchmod,
470 TP_PROTO(sc_exit(long ret,) unsigned int fd, mode_t mode),
471 TP_ARGS(sc_exit(ret,) fd, mode),
e0976e2b 472 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(mode_t, mode, mode)))
b11394d2
PW
473)
474#endif
f1e7d826
MD
475#ifndef OVERRIDE_32_getpriority
476SC_LTTNG_TRACEPOINT_EVENT(getpriority,
477 TP_PROTO(sc_exit(long ret,) int which, int who),
478 TP_ARGS(sc_exit(ret,) which, who),
e0976e2b 479 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
b11394d2
PW
480)
481#endif
f1e7d826
MD
482#ifndef OVERRIDE_32_bdflush
483SC_LTTNG_TRACEPOINT_EVENT(bdflush,
484 TP_PROTO(sc_exit(long ret,) int func, long data),
485 TP_ARGS(sc_exit(ret,) func, data),
e0976e2b 486 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, func, func)) sc_inout(ctf_integer(long, data, data)))
b11394d2
PW
487)
488#endif
f1e7d826
MD
489#ifndef OVERRIDE_32_flock
490SC_LTTNG_TRACEPOINT_EVENT(flock,
491 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd),
492 TP_ARGS(sc_exit(ret,) fd, cmd),
e0976e2b 493 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)))
b11394d2
PW
494)
495#endif
f1e7d826
MD
496#ifndef OVERRIDE_32_mlock
497SC_LTTNG_TRACEPOINT_EVENT(mlock,
498 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
499 TP_ARGS(sc_exit(ret,) start, len),
e0976e2b 500 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)))
b11394d2
PW
501)
502#endif
f1e7d826
MD
503#ifndef OVERRIDE_32_munlock
504SC_LTTNG_TRACEPOINT_EVENT(munlock,
505 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
506 TP_ARGS(sc_exit(ret,) start, len),
e0976e2b 507 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)))
b11394d2
PW
508)
509#endif
f1e7d826
MD
510#ifndef OVERRIDE_32_tkill
511SC_LTTNG_TRACEPOINT_EVENT(tkill,
512 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
513 TP_ARGS(sc_exit(ret,) pid, sig),
e0976e2b 514 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
b11394d2
PW
515)
516#endif
f1e7d826
MD
517#ifndef OVERRIDE_32_ioprio_get
518SC_LTTNG_TRACEPOINT_EVENT(ioprio_get,
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)))
b11394d2
PW
522)
523#endif
f1e7d826
MD
524#ifndef OVERRIDE_32_inotify_rm_watch
525SC_LTTNG_TRACEPOINT_EVENT(inotify_rm_watch,
526 TP_PROTO(sc_exit(long ret,) int fd, __s32 wd),
527 TP_ARGS(sc_exit(ret,) fd, wd),
e0976e2b 528 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(__s32, wd, wd)))
b11394d2
PW
529)
530#endif
f1e7d826
MD
531#ifndef OVERRIDE_32_timerfd_create
532SC_LTTNG_TRACEPOINT_EVENT(timerfd_create,
533 TP_PROTO(sc_exit(long ret,) int clockid, int flags),
534 TP_ARGS(sc_exit(ret,) clockid, flags),
e0976e2b 535 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, clockid, clockid)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
536)
537#endif
f1e7d826
MD
538#ifndef OVERRIDE_32_eventfd2
539SC_LTTNG_TRACEPOINT_EVENT(eventfd2,
540 TP_PROTO(sc_exit(long ret,) unsigned int count, int flags),
541 TP_ARGS(sc_exit(ret,) count, flags),
e0976e2b 542 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
543)
544#endif
f1e7d826
MD
545#ifndef OVERRIDE_32_listen
546SC_LTTNG_TRACEPOINT_EVENT(listen,
547 TP_PROTO(sc_exit(long ret,) int fd, int backlog),
548 TP_ARGS(sc_exit(ret,) fd, backlog),
e0976e2b 549 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, backlog, backlog)))
b11394d2
PW
550)
551#endif
f1e7d826
MD
552#ifndef OVERRIDE_32_shutdown
553SC_LTTNG_TRACEPOINT_EVENT(shutdown,
554 TP_PROTO(sc_exit(long ret,) int fd, int how),
555 TP_ARGS(sc_exit(ret,) fd, how),
e0976e2b 556 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, how, how)))
b11394d2
PW
557)
558#endif
f1e7d826
MD
559#ifndef OVERRIDE_32_setns
560SC_LTTNG_TRACEPOINT_EVENT(setns,
561 TP_PROTO(sc_exit(long ret,) int fd, int nstype),
562 TP_ARGS(sc_exit(ret,) fd, nstype),
e0976e2b 563 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype)))
b11394d2
PW
564)
565#endif
f1e7d826
MD
566#ifndef OVERRIDE_32_lseek
567SC_LTTNG_TRACEPOINT_EVENT(lseek,
568 TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int origin),
569 TP_ARGS(sc_exit(ret,) fd, offset, origin),
e0976e2b 570 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)))
b11394d2
PW
571)
572#endif
f1e7d826
MD
573#ifndef OVERRIDE_32_ioctl
574SC_LTTNG_TRACEPOINT_EVENT(ioctl,
575 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
576 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
e0976e2b 577 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)))
b11394d2
PW
578)
579#endif
f1e7d826
MD
580#ifndef OVERRIDE_32_fcntl
581SC_LTTNG_TRACEPOINT_EVENT(fcntl,
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)))
b11394d2
PW
585)
586#endif
f1e7d826
MD
587#ifndef OVERRIDE_32_fchown
588SC_LTTNG_TRACEPOINT_EVENT(fchown,
589 TP_PROTO(sc_exit(long ret,) unsigned int fd, uid_t user, gid_t group),
590 TP_ARGS(sc_exit(ret,) fd, user, group),
e0976e2b 591 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)))
b11394d2
PW
592)
593#endif
f1e7d826
MD
594#ifndef OVERRIDE_32_setpriority
595SC_LTTNG_TRACEPOINT_EVENT(setpriority,
596 TP_PROTO(sc_exit(long ret,) int which, int who, int niceval),
597 TP_ARGS(sc_exit(ret,) which, who, niceval),
e0976e2b 598 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)))
b11394d2
PW
599)
600#endif
f1e7d826
MD
601#ifndef OVERRIDE_32_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)))
b11394d2
PW
606)
607#endif
f1e7d826
MD
608#ifndef OVERRIDE_32_sysfs
609SC_LTTNG_TRACEPOINT_EVENT(sysfs,
610 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg1, unsigned long arg2),
611 TP_ARGS(sc_exit(ret,) option, arg1, arg2),
e0976e2b 612 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)))
b11394d2
PW
613)
614#endif
f1e7d826
MD
615#ifndef OVERRIDE_32_msync
616SC_LTTNG_TRACEPOINT_EVENT(msync,
617 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags),
618 TP_ARGS(sc_exit(ret,) start, len, flags),
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, len)) sc_in(ctf_integer(int, flags, flags)))
b11394d2
PW
620)
621#endif
f1e7d826
MD
622#ifndef OVERRIDE_32_setresuid
623SC_LTTNG_TRACEPOINT_EVENT(setresuid,
624 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid, uid_t suid),
625 TP_ARGS(sc_exit(ret,) ruid, euid, suid),
e0976e2b 626 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)))
b11394d2
PW
627)
628#endif
f1e7d826
MD
629#ifndef OVERRIDE_32_setresgid
630SC_LTTNG_TRACEPOINT_EVENT(setresgid,
631 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid, gid_t sgid),
632 TP_ARGS(sc_exit(ret,) rgid, egid, sgid),
e0976e2b 633 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)))
b11394d2
PW
634)
635#endif
f1e7d826
MD
636#ifndef OVERRIDE_32_fcntl64
637SC_LTTNG_TRACEPOINT_EVENT(fcntl64,
638 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
639 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
e0976e2b 640 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg)))
b11394d2
PW
641)
642#endif
f1e7d826
MD
643#ifndef OVERRIDE_32_madvise
644SC_LTTNG_TRACEPOINT_EVENT(madvise,
645 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len_in, int behavior),
646 TP_ARGS(sc_exit(ret,) start, len_in, behavior),
e0976e2b 647 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)))
b11394d2
PW
648)
649#endif
f1e7d826
MD
650#ifndef OVERRIDE_32_tgkill
651SC_LTTNG_TRACEPOINT_EVENT(tgkill,
652 TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig),
653 TP_ARGS(sc_exit(ret,) tgid, pid, sig),
e0976e2b 654 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)))
b11394d2
PW
655)
656#endif
f1e7d826
MD
657#ifndef OVERRIDE_32_ioprio_set
658SC_LTTNG_TRACEPOINT_EVENT(ioprio_set,
659 TP_PROTO(sc_exit(long ret,) int which, int who, int ioprio),
660 TP_ARGS(sc_exit(ret,) which, who, ioprio),
e0976e2b 661 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)))
b11394d2
PW
662)
663#endif
f1e7d826
MD
664#ifndef OVERRIDE_32_dup3
665SC_LTTNG_TRACEPOINT_EVENT(dup3,
666 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd, int flags),
667 TP_ARGS(sc_exit(ret,) oldfd, newfd, flags),
e0976e2b 668 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)))
b11394d2
PW
669)
670#endif
f1e7d826
MD
671#ifndef OVERRIDE_32_socket
672SC_LTTNG_TRACEPOINT_EVENT(socket,
673 TP_PROTO(sc_exit(long ret,) int family, int type, int protocol),
674 TP_ARGS(sc_exit(ret,) family, type, protocol),
e0976e2b 675 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)))
b11394d2
PW
676)
677#endif
f1e7d826
MD
678#ifndef OVERRIDE_32_ptrace
679SC_LTTNG_TRACEPOINT_EVENT(ptrace,
680 TP_PROTO(sc_exit(long ret,) long request, long pid, unsigned long addr, unsigned long data),
681 TP_ARGS(sc_exit(ret,) request, pid, addr, data),
e0976e2b 682 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)))
b11394d2
PW
683)
684#endif
f1e7d826
MD
685#ifndef OVERRIDE_32_tee
686SC_LTTNG_TRACEPOINT_EVENT(tee,
687 TP_PROTO(sc_exit(long ret,) int fdin, int fdout, size_t len, unsigned int flags),
688 TP_ARGS(sc_exit(ret,) fdin, fdout, len, flags),
e0976e2b 689 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)))
b11394d2
PW
690)
691#endif
f1e7d826
MD
692#ifndef OVERRIDE_32_mremap
693SC_LTTNG_TRACEPOINT_EVENT(mremap,
694 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr),
695 TP_ARGS(sc_exit(ret,) addr, old_len, new_len, flags, new_addr),
e0976e2b 696 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)))
b11394d2
PW
697)
698#endif
f1e7d826
MD
699#ifndef OVERRIDE_32_prctl
700SC_LTTNG_TRACEPOINT_EVENT(prctl,
701 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
702 TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
e0976e2b 703 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)))
b11394d2
PW
704)
705#endif
f1e7d826
MD
706#ifndef OVERRIDE_32_remap_file_pages
707SC_LTTNG_TRACEPOINT_EVENT(remap_file_pages,
708 TP_PROTO(sc_exit(long ret,) unsigned long start, unsigned long size, unsigned long prot, unsigned long pgoff, unsigned long flags),
709 TP_ARGS(sc_exit(ret,) start, size, prot, pgoff, flags),
e0976e2b 710 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)))
b11394d2
PW
711)
712#endif
f1e7d826
MD
713#ifndef OVERRIDE_32_keyctl
714SC_LTTNG_TRACEPOINT_EVENT(keyctl,
715 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
716 TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
e0976e2b 717 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_inout(ctf_integer(unsigned long, arg3, arg3)) sc_inout(ctf_integer(unsigned long, arg4, arg4)) sc_inout(ctf_integer(unsigned long, arg5, arg5)))
b11394d2
PW
718)
719#endif
720
721#endif /* _TRACE_SYSCALLS_INTEGERS_H */
722
723/* This part must be outside protection */
6d7f376d 724#include <probes/define_trace.h>
b11394d2
PW
725
726#else /* CREATE_SYSCALL_TABLE */
727
728#include "powerpc-32-syscalls-3.0.34_integers_override.h"
729#include "syscalls_integers_override.h"
730
f1e7d826
MD
731#ifdef SC_ENTER
732#ifndef OVERRIDE_TABLE_32_restart_syscall
733TRACE_SYSCALL_TABLE(syscalls_noargs, restart_syscall, 0, 0)
734#endif
735#ifndef OVERRIDE_TABLE_32_getpid
736TRACE_SYSCALL_TABLE(syscalls_noargs, getpid, 20, 0)
737#endif
738#ifndef OVERRIDE_TABLE_32_getuid
739TRACE_SYSCALL_TABLE(syscalls_noargs, getuid, 24, 0)
740#endif
741#ifndef OVERRIDE_TABLE_32_pause
742TRACE_SYSCALL_TABLE(syscalls_noargs, pause, 29, 0)
743#endif
744#ifndef OVERRIDE_TABLE_32_sync
745TRACE_SYSCALL_TABLE(syscalls_noargs, sync, 36, 0)
746#endif
747#ifndef OVERRIDE_TABLE_32_getgid
748TRACE_SYSCALL_TABLE(syscalls_noargs, getgid, 47, 0)
749#endif
750#ifndef OVERRIDE_TABLE_32_geteuid
751TRACE_SYSCALL_TABLE(syscalls_noargs, geteuid, 49, 0)
752#endif
753#ifndef OVERRIDE_TABLE_32_getegid
754TRACE_SYSCALL_TABLE(syscalls_noargs, getegid, 50, 0)
755#endif
756#ifndef OVERRIDE_TABLE_32_getppid
757TRACE_SYSCALL_TABLE(syscalls_noargs, getppid, 64, 0)
758#endif
759#ifndef OVERRIDE_TABLE_32_getpgrp
760TRACE_SYSCALL_TABLE(syscalls_noargs, getpgrp, 65, 0)
761#endif
762#ifndef OVERRIDE_TABLE_32_setsid
763TRACE_SYSCALL_TABLE(syscalls_noargs, setsid, 66, 0)
764#endif
765#ifndef OVERRIDE_TABLE_32_sgetmask
766TRACE_SYSCALL_TABLE(syscalls_noargs, sgetmask, 68, 0)
767#endif
768#ifndef OVERRIDE_TABLE_32_vhangup
769TRACE_SYSCALL_TABLE(syscalls_noargs, vhangup, 111, 0)
770#endif
771#ifndef OVERRIDE_TABLE_32_munlockall
772TRACE_SYSCALL_TABLE(syscalls_noargs, munlockall, 153, 0)
773#endif
774#ifndef OVERRIDE_TABLE_32_sched_yield
775TRACE_SYSCALL_TABLE(syscalls_noargs, sched_yield, 158, 0)
776#endif
777#ifndef OVERRIDE_TABLE_32_gettid
778TRACE_SYSCALL_TABLE(syscalls_noargs, gettid, 207, 0)
779#endif
780#ifndef OVERRIDE_TABLE_32_inotify_init
781TRACE_SYSCALL_TABLE(syscalls_noargs, inotify_init, 275, 0)
782#endif
783#else /* #ifdef SC_ENTER */
784#ifndef OVERRIDE_TABLE_32_restart_syscall
785TRACE_SYSCALL_TABLE(restart_syscall, restart_syscall, 0, 0)
b11394d2 786#endif
f1e7d826
MD
787#ifndef OVERRIDE_TABLE_32_getpid
788TRACE_SYSCALL_TABLE(getpid, getpid, 20, 0)
b11394d2 789#endif
f1e7d826
MD
790#ifndef OVERRIDE_TABLE_32_getuid
791TRACE_SYSCALL_TABLE(getuid, getuid, 24, 0)
b11394d2 792#endif
f1e7d826
MD
793#ifndef OVERRIDE_TABLE_32_pause
794TRACE_SYSCALL_TABLE(pause, pause, 29, 0)
b11394d2 795#endif
f1e7d826
MD
796#ifndef OVERRIDE_TABLE_32_sync
797TRACE_SYSCALL_TABLE(sync, sync, 36, 0)
b11394d2 798#endif
f1e7d826
MD
799#ifndef OVERRIDE_TABLE_32_getgid
800TRACE_SYSCALL_TABLE(getgid, getgid, 47, 0)
b11394d2 801#endif
f1e7d826
MD
802#ifndef OVERRIDE_TABLE_32_geteuid
803TRACE_SYSCALL_TABLE(geteuid, geteuid, 49, 0)
b11394d2 804#endif
f1e7d826
MD
805#ifndef OVERRIDE_TABLE_32_getegid
806TRACE_SYSCALL_TABLE(getegid, getegid, 50, 0)
b11394d2 807#endif
f1e7d826
MD
808#ifndef OVERRIDE_TABLE_32_getppid
809TRACE_SYSCALL_TABLE(getppid, getppid, 64, 0)
b11394d2 810#endif
f1e7d826
MD
811#ifndef OVERRIDE_TABLE_32_getpgrp
812TRACE_SYSCALL_TABLE(getpgrp, getpgrp, 65, 0)
b11394d2 813#endif
f1e7d826
MD
814#ifndef OVERRIDE_TABLE_32_setsid
815TRACE_SYSCALL_TABLE(setsid, setsid, 66, 0)
b11394d2 816#endif
f1e7d826
MD
817#ifndef OVERRIDE_TABLE_32_sgetmask
818TRACE_SYSCALL_TABLE(sgetmask, sgetmask, 68, 0)
b11394d2 819#endif
f1e7d826
MD
820#ifndef OVERRIDE_TABLE_32_vhangup
821TRACE_SYSCALL_TABLE(vhangup, vhangup, 111, 0)
b11394d2 822#endif
f1e7d826
MD
823#ifndef OVERRIDE_TABLE_32_munlockall
824TRACE_SYSCALL_TABLE(munlockall, munlockall, 153, 0)
b11394d2 825#endif
f1e7d826
MD
826#ifndef OVERRIDE_TABLE_32_sched_yield
827TRACE_SYSCALL_TABLE(sched_yield, sched_yield, 158, 0)
b11394d2 828#endif
f1e7d826
MD
829#ifndef OVERRIDE_TABLE_32_gettid
830TRACE_SYSCALL_TABLE(gettid, gettid, 207, 0)
b11394d2 831#endif
f1e7d826
MD
832#ifndef OVERRIDE_TABLE_32_inotify_init
833TRACE_SYSCALL_TABLE(inotify_init, inotify_init, 275, 0)
b11394d2 834#endif
f1e7d826
MD
835#endif /* else #ifdef SC_ENTER */
836#ifndef OVERRIDE_TABLE_32_exit
837TRACE_SYSCALL_TABLE(exit, exit, 1, 1)
b11394d2 838#endif
f1e7d826
MD
839#ifndef OVERRIDE_TABLE_32_close
840TRACE_SYSCALL_TABLE(close, close, 6, 1)
b11394d2 841#endif
f1e7d826
MD
842#ifndef OVERRIDE_TABLE_32_lseek
843TRACE_SYSCALL_TABLE(lseek, lseek, 19, 3)
b11394d2 844#endif
f1e7d826
MD
845#ifndef OVERRIDE_TABLE_32_setuid
846TRACE_SYSCALL_TABLE(setuid, setuid, 23, 1)
b11394d2 847#endif
f1e7d826
MD
848#ifndef OVERRIDE_TABLE_32_ptrace
849TRACE_SYSCALL_TABLE(ptrace, ptrace, 26, 4)
b11394d2 850#endif
f1e7d826
MD
851#ifndef OVERRIDE_TABLE_32_alarm
852TRACE_SYSCALL_TABLE(alarm, alarm, 27, 1)
b11394d2 853#endif
f1e7d826
MD
854#ifndef OVERRIDE_TABLE_32_nice
855TRACE_SYSCALL_TABLE(nice, nice, 34, 1)
b11394d2 856#endif
f1e7d826
MD
857#ifndef OVERRIDE_TABLE_32_kill
858TRACE_SYSCALL_TABLE(kill, kill, 37, 2)
b11394d2 859#endif
f1e7d826
MD
860#ifndef OVERRIDE_TABLE_32_dup
861TRACE_SYSCALL_TABLE(dup, dup, 41, 1)
b11394d2 862#endif
f1e7d826
MD
863#ifndef OVERRIDE_TABLE_32_brk
864TRACE_SYSCALL_TABLE(brk, brk, 45, 1)
b11394d2 865#endif
f1e7d826
MD
866#ifndef OVERRIDE_TABLE_32_setgid
867TRACE_SYSCALL_TABLE(setgid, setgid, 46, 1)
b11394d2 868#endif
f1e7d826
MD
869#ifndef OVERRIDE_TABLE_32_signal
870TRACE_SYSCALL_TABLE(signal, signal, 48, 2)
b11394d2 871#endif
f1e7d826
MD
872#ifndef OVERRIDE_TABLE_32_ioctl
873TRACE_SYSCALL_TABLE(ioctl, ioctl, 54, 3)
b11394d2 874#endif
f1e7d826
MD
875#ifndef OVERRIDE_TABLE_32_fcntl
876TRACE_SYSCALL_TABLE(fcntl, fcntl, 55, 3)
b11394d2 877#endif
f1e7d826
MD
878#ifndef OVERRIDE_TABLE_32_setpgid
879TRACE_SYSCALL_TABLE(setpgid, setpgid, 57, 2)
b11394d2 880#endif
f1e7d826
MD
881#ifndef OVERRIDE_TABLE_32_umask
882TRACE_SYSCALL_TABLE(umask, umask, 60, 1)
b11394d2 883#endif
f1e7d826
MD
884#ifndef OVERRIDE_TABLE_32_dup2
885TRACE_SYSCALL_TABLE(dup2, dup2, 63, 2)
b11394d2 886#endif
f1e7d826
MD
887#ifndef OVERRIDE_TABLE_32_ssetmask
888TRACE_SYSCALL_TABLE(ssetmask, ssetmask, 69, 1)
b11394d2 889#endif
f1e7d826
MD
890#ifndef OVERRIDE_TABLE_32_setreuid
891TRACE_SYSCALL_TABLE(setreuid, setreuid, 70, 2)
b11394d2 892#endif
f1e7d826
MD
893#ifndef OVERRIDE_TABLE_32_setregid
894TRACE_SYSCALL_TABLE(setregid, setregid, 71, 2)
b11394d2 895#endif
f1e7d826
MD
896#ifndef OVERRIDE_TABLE_32_munmap
897TRACE_SYSCALL_TABLE(munmap, munmap, 91, 2)
b11394d2 898#endif
f1e7d826
MD
899#ifndef OVERRIDE_TABLE_32_ftruncate
900TRACE_SYSCALL_TABLE(ftruncate, ftruncate, 93, 2)
b11394d2 901#endif
f1e7d826
MD
902#ifndef OVERRIDE_TABLE_32_fchmod
903TRACE_SYSCALL_TABLE(fchmod, fchmod, 94, 2)
b11394d2 904#endif
f1e7d826
MD
905#ifndef OVERRIDE_TABLE_32_fchown
906TRACE_SYSCALL_TABLE(fchown, fchown, 95, 3)
b11394d2 907#endif
f1e7d826
MD
908#ifndef OVERRIDE_TABLE_32_getpriority
909TRACE_SYSCALL_TABLE(getpriority, getpriority, 96, 2)
b11394d2 910#endif
f1e7d826
MD
911#ifndef OVERRIDE_TABLE_32_setpriority
912TRACE_SYSCALL_TABLE(setpriority, setpriority, 97, 3)
b11394d2 913#endif
f1e7d826
MD
914#ifndef OVERRIDE_TABLE_32_fsync
915TRACE_SYSCALL_TABLE(fsync, fsync, 118, 1)
b11394d2 916#endif
f1e7d826
MD
917#ifndef OVERRIDE_TABLE_32_mprotect
918TRACE_SYSCALL_TABLE(mprotect, mprotect, 125, 3)
b11394d2 919#endif
f1e7d826
MD
920#ifndef OVERRIDE_TABLE_32_getpgid
921TRACE_SYSCALL_TABLE(getpgid, getpgid, 132, 1)
b11394d2 922#endif
f1e7d826
MD
923#ifndef OVERRIDE_TABLE_32_fchdir
924TRACE_SYSCALL_TABLE(fchdir, fchdir, 133, 1)
b11394d2 925#endif
f1e7d826
MD
926#ifndef OVERRIDE_TABLE_32_bdflush
927TRACE_SYSCALL_TABLE(bdflush, bdflush, 134, 2)
b11394d2 928#endif
f1e7d826
MD
929#ifndef OVERRIDE_TABLE_32_sysfs
930TRACE_SYSCALL_TABLE(sysfs, sysfs, 135, 3)
b11394d2 931#endif
f1e7d826
MD
932#ifndef OVERRIDE_TABLE_32_personality
933TRACE_SYSCALL_TABLE(personality, personality, 136, 1)
b11394d2 934#endif
f1e7d826
MD
935#ifndef OVERRIDE_TABLE_32_setfsuid
936TRACE_SYSCALL_TABLE(setfsuid, setfsuid, 138, 1)
b11394d2 937#endif
f1e7d826
MD
938#ifndef OVERRIDE_TABLE_32_setfsgid
939TRACE_SYSCALL_TABLE(setfsgid, setfsgid, 139, 1)
b11394d2 940#endif
f1e7d826
MD
941#ifndef OVERRIDE_TABLE_32_flock
942TRACE_SYSCALL_TABLE(flock, flock, 143, 2)
b11394d2 943#endif
f1e7d826
MD
944#ifndef OVERRIDE_TABLE_32_msync
945TRACE_SYSCALL_TABLE(msync, msync, 144, 3)
b11394d2 946#endif
f1e7d826
MD
947#ifndef OVERRIDE_TABLE_32_getsid
948TRACE_SYSCALL_TABLE(getsid, getsid, 147, 1)
b11394d2 949#endif
f1e7d826
MD
950#ifndef OVERRIDE_TABLE_32_fdatasync
951TRACE_SYSCALL_TABLE(fdatasync, fdatasync, 148, 1)
b11394d2 952#endif
f1e7d826
MD
953#ifndef OVERRIDE_TABLE_32_mlock
954TRACE_SYSCALL_TABLE(mlock, mlock, 150, 2)
b11394d2 955#endif
f1e7d826
MD
956#ifndef OVERRIDE_TABLE_32_munlock
957TRACE_SYSCALL_TABLE(munlock, munlock, 151, 2)
b11394d2 958#endif
f1e7d826
MD
959#ifndef OVERRIDE_TABLE_32_mlockall
960TRACE_SYSCALL_TABLE(mlockall, mlockall, 152, 1)
b11394d2 961#endif
f1e7d826
MD
962#ifndef OVERRIDE_TABLE_32_sched_getscheduler
963TRACE_SYSCALL_TABLE(sched_getscheduler, sched_getscheduler, 157, 1)
b11394d2 964#endif
f1e7d826
MD
965#ifndef OVERRIDE_TABLE_32_sched_get_priority_max
966TRACE_SYSCALL_TABLE(sched_get_priority_max, sched_get_priority_max, 159, 1)
b11394d2 967#endif
f1e7d826
MD
968#ifndef OVERRIDE_TABLE_32_sched_get_priority_min
969TRACE_SYSCALL_TABLE(sched_get_priority_min, sched_get_priority_min, 160, 1)
b11394d2 970#endif
f1e7d826
MD
971#ifndef OVERRIDE_TABLE_32_mremap
972TRACE_SYSCALL_TABLE(mremap, mremap, 163, 5)
b11394d2 973#endif
f1e7d826
MD
974#ifndef OVERRIDE_TABLE_32_setresuid
975TRACE_SYSCALL_TABLE(setresuid, setresuid, 164, 3)
b11394d2 976#endif
f1e7d826
MD
977#ifndef OVERRIDE_TABLE_32_setresgid
978TRACE_SYSCALL_TABLE(setresgid, setresgid, 169, 3)
b11394d2 979#endif
f1e7d826
MD
980#ifndef OVERRIDE_TABLE_32_prctl
981TRACE_SYSCALL_TABLE(prctl, prctl, 171, 5)
b11394d2 982#endif
f1e7d826
MD
983#ifndef OVERRIDE_TABLE_32_fcntl64
984TRACE_SYSCALL_TABLE(fcntl64, fcntl64, 204, 3)
b11394d2 985#endif
f1e7d826
MD
986#ifndef OVERRIDE_TABLE_32_madvise
987TRACE_SYSCALL_TABLE(madvise, madvise, 205, 3)
b11394d2 988#endif
f1e7d826
MD
989#ifndef OVERRIDE_TABLE_32_tkill
990TRACE_SYSCALL_TABLE(tkill, tkill, 208, 2)
b11394d2 991#endif
f1e7d826
MD
992#ifndef OVERRIDE_TABLE_32_io_destroy
993TRACE_SYSCALL_TABLE(io_destroy, io_destroy, 228, 1)
b11394d2 994#endif
f1e7d826
MD
995#ifndef OVERRIDE_TABLE_32_exit_group
996TRACE_SYSCALL_TABLE(exit_group, exit_group, 234, 1)
b11394d2 997#endif
f1e7d826
MD
998#ifndef OVERRIDE_TABLE_32_epoll_create
999TRACE_SYSCALL_TABLE(epoll_create, epoll_create, 236, 1)
b11394d2 1000#endif
f1e7d826
MD
1001#ifndef OVERRIDE_TABLE_32_remap_file_pages
1002TRACE_SYSCALL_TABLE(remap_file_pages, remap_file_pages, 239, 5)
b11394d2 1003#endif
f1e7d826
MD
1004#ifndef OVERRIDE_TABLE_32_timer_getoverrun
1005TRACE_SYSCALL_TABLE(timer_getoverrun, timer_getoverrun, 243, 1)
b11394d2 1006#endif
f1e7d826
MD
1007#ifndef OVERRIDE_TABLE_32_timer_delete
1008TRACE_SYSCALL_TABLE(timer_delete, timer_delete, 244, 1)
b11394d2 1009#endif
f1e7d826
MD
1010#ifndef OVERRIDE_TABLE_32_tgkill
1011TRACE_SYSCALL_TABLE(tgkill, tgkill, 250, 3)
b11394d2 1012#endif
f1e7d826
MD
1013#ifndef OVERRIDE_TABLE_32_keyctl
1014TRACE_SYSCALL_TABLE(keyctl, keyctl, 271, 5)
b11394d2 1015#endif
f1e7d826
MD
1016#ifndef OVERRIDE_TABLE_32_ioprio_set
1017TRACE_SYSCALL_TABLE(ioprio_set, ioprio_set, 273, 3)
b11394d2 1018#endif
f1e7d826
MD
1019#ifndef OVERRIDE_TABLE_32_ioprio_get
1020TRACE_SYSCALL_TABLE(ioprio_get, ioprio_get, 274, 2)
b11394d2 1021#endif
f1e7d826
MD
1022#ifndef OVERRIDE_TABLE_32_inotify_rm_watch
1023TRACE_SYSCALL_TABLE(inotify_rm_watch, inotify_rm_watch, 277, 2)
b11394d2 1024#endif
f1e7d826
MD
1025#ifndef OVERRIDE_TABLE_32_unshare
1026TRACE_SYSCALL_TABLE(unshare, unshare, 282, 1)
b11394d2 1027#endif
f1e7d826
MD
1028#ifndef OVERRIDE_TABLE_32_tee
1029TRACE_SYSCALL_TABLE(tee, tee, 284, 4)
b11394d2 1030#endif
f1e7d826
MD
1031#ifndef OVERRIDE_TABLE_32_timerfd_create
1032TRACE_SYSCALL_TABLE(timerfd_create, timerfd_create, 306, 2)
b11394d2 1033#endif
f1e7d826
MD
1034#ifndef OVERRIDE_TABLE_32_eventfd
1035TRACE_SYSCALL_TABLE(eventfd, eventfd, 307, 1)
b11394d2 1036#endif
f1e7d826
MD
1037#ifndef OVERRIDE_TABLE_32_eventfd2
1038TRACE_SYSCALL_TABLE(eventfd2, eventfd2, 314, 2)
b11394d2 1039#endif
f1e7d826
MD
1040#ifndef OVERRIDE_TABLE_32_epoll_create1
1041TRACE_SYSCALL_TABLE(epoll_create1, epoll_create1, 315, 1)
b11394d2 1042#endif
f1e7d826
MD
1043#ifndef OVERRIDE_TABLE_32_dup3
1044TRACE_SYSCALL_TABLE(dup3, dup3, 316, 3)
b11394d2 1045#endif
f1e7d826
MD
1046#ifndef OVERRIDE_TABLE_32_inotify_init1
1047TRACE_SYSCALL_TABLE(inotify_init1, inotify_init1, 318, 1)
b11394d2 1048#endif
f1e7d826
MD
1049#ifndef OVERRIDE_TABLE_32_socket
1050TRACE_SYSCALL_TABLE(socket, socket, 326, 3)
b11394d2 1051#endif
f1e7d826
MD
1052#ifndef OVERRIDE_TABLE_32_listen
1053TRACE_SYSCALL_TABLE(listen, listen, 329, 2)
b11394d2 1054#endif
f1e7d826
MD
1055#ifndef OVERRIDE_TABLE_32_shutdown
1056TRACE_SYSCALL_TABLE(shutdown, shutdown, 338, 2)
b11394d2 1057#endif
f1e7d826
MD
1058#ifndef OVERRIDE_TABLE_32_syncfs
1059TRACE_SYSCALL_TABLE(syncfs, syncfs, 348, 1)
b11394d2 1060#endif
f1e7d826
MD
1061#ifndef OVERRIDE_TABLE_32_setns
1062TRACE_SYSCALL_TABLE(setns, setns, 350, 2)
b11394d2
PW
1063#endif
1064
1065#endif /* CREATE_SYSCALL_TABLE */
This page took 0.111545 seconds and 4 git commands to generate.