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