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