Add script to automate the syscall extraction process
[lttng-modules.git] / instrumentation / syscalls / headers / arm-32-syscalls-3.4.25_integers.h
... / ...
CommitLineData
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
7#include <probes/lttng-tracepoint-event.h>
8#include <linux/syscalls.h>
9#include "arm-32-syscalls-3.4.25_integers_override.h"
10#include "syscalls_integers_override.h"
11
12#ifdef SC_ENTER
13SC_LTTNG_TRACEPOINT_EVENT_CLASS_NOARGS(syscalls_noargs,
14 TP_FIELDS()
15)
16#ifndef OVERRIDE_32_restart_syscall
17SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall)
18#endif
19#ifndef OVERRIDE_32_getpid
20SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid)
21#endif
22#ifndef OVERRIDE_32_getuid16
23SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid16)
24#endif
25#ifndef OVERRIDE_32_pause
26SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, pause)
27#endif
28#ifndef OVERRIDE_32_sync
29SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sync)
30#endif
31#ifndef OVERRIDE_32_getgid16
32SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid16)
33#endif
34#ifndef OVERRIDE_32_geteuid16
35SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid16)
36#endif
37#ifndef OVERRIDE_32_getegid16
38SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid16)
39#endif
40#ifndef OVERRIDE_32_getppid
41SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getppid)
42#endif
43#ifndef OVERRIDE_32_getpgrp
44SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpgrp)
45#endif
46#ifndef OVERRIDE_32_setsid
47SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, setsid)
48#endif
49#ifndef OVERRIDE_32_vhangup
50SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vhangup)
51#endif
52#ifndef OVERRIDE_32_munlockall
53SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall)
54#endif
55#ifndef OVERRIDE_32_sched_yield
56SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield)
57#endif
58#ifndef OVERRIDE_32_getuid
59SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid)
60#endif
61#ifndef OVERRIDE_32_getgid
62SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid)
63#endif
64#ifndef OVERRIDE_32_geteuid
65SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid)
66#endif
67#ifndef OVERRIDE_32_getegid
68SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid)
69#endif
70#ifndef OVERRIDE_32_gettid
71SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, gettid)
72#endif
73#ifndef OVERRIDE_32_inotify_init
74SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, inotify_init)
75#endif
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)),
81 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
82)
83#endif
84#ifndef OVERRIDE_32_getpid
85SC_LTTNG_TRACEPOINT_EVENT(getpid,
86 TP_PROTO(sc_exit(long ret)),
87 TP_ARGS(sc_exit(ret)),
88 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
89)
90#endif
91#ifndef OVERRIDE_32_getuid16
92SC_LTTNG_TRACEPOINT_EVENT(getuid16,
93 TP_PROTO(sc_exit(long ret)),
94 TP_ARGS(sc_exit(ret)),
95 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
96)
97#endif
98#ifndef OVERRIDE_32_pause
99SC_LTTNG_TRACEPOINT_EVENT(pause,
100 TP_PROTO(sc_exit(long ret)),
101 TP_ARGS(sc_exit(ret)),
102 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
103)
104#endif
105#ifndef OVERRIDE_32_sync
106SC_LTTNG_TRACEPOINT_EVENT(sync,
107 TP_PROTO(sc_exit(long ret)),
108 TP_ARGS(sc_exit(ret)),
109 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
110)
111#endif
112#ifndef OVERRIDE_32_getgid16
113SC_LTTNG_TRACEPOINT_EVENT(getgid16,
114 TP_PROTO(sc_exit(long ret)),
115 TP_ARGS(sc_exit(ret)),
116 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
117)
118#endif
119#ifndef OVERRIDE_32_geteuid16
120SC_LTTNG_TRACEPOINT_EVENT(geteuid16,
121 TP_PROTO(sc_exit(long ret)),
122 TP_ARGS(sc_exit(ret)),
123 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
124)
125#endif
126#ifndef OVERRIDE_32_getegid16
127SC_LTTNG_TRACEPOINT_EVENT(getegid16,
128 TP_PROTO(sc_exit(long ret)),
129 TP_ARGS(sc_exit(ret)),
130 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
131)
132#endif
133#ifndef OVERRIDE_32_getppid
134SC_LTTNG_TRACEPOINT_EVENT(getppid,
135 TP_PROTO(sc_exit(long ret)),
136 TP_ARGS(sc_exit(ret)),
137 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
138)
139#endif
140#ifndef OVERRIDE_32_getpgrp
141SC_LTTNG_TRACEPOINT_EVENT(getpgrp,
142 TP_PROTO(sc_exit(long ret)),
143 TP_ARGS(sc_exit(ret)),
144 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
145)
146#endif
147#ifndef OVERRIDE_32_setsid
148SC_LTTNG_TRACEPOINT_EVENT(setsid,
149 TP_PROTO(sc_exit(long ret)),
150 TP_ARGS(sc_exit(ret)),
151 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
152)
153#endif
154#ifndef OVERRIDE_32_vhangup
155SC_LTTNG_TRACEPOINT_EVENT(vhangup,
156 TP_PROTO(sc_exit(long ret)),
157 TP_ARGS(sc_exit(ret)),
158 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
159)
160#endif
161#ifndef OVERRIDE_32_munlockall
162SC_LTTNG_TRACEPOINT_EVENT(munlockall,
163 TP_PROTO(sc_exit(long ret)),
164 TP_ARGS(sc_exit(ret)),
165 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
166)
167#endif
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)),
172 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
173)
174#endif
175#ifndef OVERRIDE_32_getuid
176SC_LTTNG_TRACEPOINT_EVENT(getuid,
177 TP_PROTO(sc_exit(long ret)),
178 TP_ARGS(sc_exit(ret)),
179 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
180)
181#endif
182#ifndef OVERRIDE_32_getgid
183SC_LTTNG_TRACEPOINT_EVENT(getgid,
184 TP_PROTO(sc_exit(long ret)),
185 TP_ARGS(sc_exit(ret)),
186 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
187)
188#endif
189#ifndef OVERRIDE_32_geteuid
190SC_LTTNG_TRACEPOINT_EVENT(geteuid,
191 TP_PROTO(sc_exit(long ret)),
192 TP_ARGS(sc_exit(ret)),
193 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
194)
195#endif
196#ifndef OVERRIDE_32_getegid
197SC_LTTNG_TRACEPOINT_EVENT(getegid,
198 TP_PROTO(sc_exit(long ret)),
199 TP_ARGS(sc_exit(ret)),
200 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
201)
202#endif
203#ifndef OVERRIDE_32_gettid
204SC_LTTNG_TRACEPOINT_EVENT(gettid,
205 TP_PROTO(sc_exit(long ret)),
206 TP_ARGS(sc_exit(ret)),
207 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
208)
209#endif
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)),
214 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
215)
216#endif
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),
222 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
223)
224#endif
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),
229 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
230)
231#endif
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),
236 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t, uid, uid)))
237)
238#endif
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),
243 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, increment, increment)))
244)
245#endif
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),
250 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fildes, fildes)))
251)
252#endif
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),
257 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, brk, brk)))
258)
259#endif
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),
264 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t, gid, gid)))
265)
266#endif
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),
271 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mask, mask)))
272)
273#endif
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),
278 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
279)
280#endif
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),
285 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
286)
287#endif
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),
292 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
293)
294#endif
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),
299 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, personality, personality)))
300)
301#endif
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),
306 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t, uid, uid)))
307)
308#endif
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),
313 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t, gid, gid)))
314)
315#endif
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),
320 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
321)
322#endif
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),
327 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
328)
329#endif
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),
334 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
335)
336#endif
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),
341 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
342)
343#endif
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),
348 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
349)
350#endif
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),
355 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
356)
357#endif
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),
362 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
363)
364#endif
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),
369 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
370)
371#endif
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),
376 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
377)
378#endif
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),
383 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
384)
385#endif
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),
390 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx, ctx)))
391)
392#endif
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),
397 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
398)
399#endif
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),
404 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, size, size)))
405)
406#endif
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),
411 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
412)
413#endif
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),
418 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
419)
420#endif
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),
425 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, unshare_flags, unshare_flags)))
426)
427#endif
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),
432 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)))
433)
434#endif
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),
439 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
440)
441#endif
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),
446 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
447)
448#endif
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),
453 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)))
454)
455#endif
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),
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)))
461)
462#endif
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),
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)))
468)
469#endif
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),
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)))
475)
476#endif
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),
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)))
482)
483#endif
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),
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)))
489)
490#endif
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),
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)))
496)
497#endif
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),
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)))
503)
504#endif
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),
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)))
510)
511#endif
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),
516 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
517)
518#endif
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),
523 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, func, func)) sc_inout(ctf_integer(long, data, data)))
524)
525#endif
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),
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)))
531)
532#endif
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),
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)))
538)
539#endif
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),
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)))
545)
546#endif
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),
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)))
552)
553#endif
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),
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)))
559)
560#endif
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),
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)))
566)
567#endif
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),
572 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, backlog, backlog)))
573)
574#endif
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),
579 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, how, how)))
580)
581#endif
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),
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)))
587)
588#endif
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),
593 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
594)
595#endif
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),
600 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(__s32, wd, wd)))
601)
602#endif
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),
607 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, clockid, clockid)) sc_in(ctf_integer(int, flags, flags)))
608)
609#endif
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),
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)))
615)
616#endif
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),
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)))
622)
623#endif
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),
628 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype)))
629)
630#endif
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),
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)))
636)
637#endif
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),
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)))
643)
644#endif
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),
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)))
650)
651#endif
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),
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)))
657)
658#endif
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),
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)))
664)
665#endif
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),
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)))
671)
672#endif
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
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),
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)))
818)
819#endif
820
821#endif /* _TRACE_SYSCALLS_INTEGERS_H */
822
823/* This part must be outside protection */
824#include <probes/define_trace.h>
825
826#else /* CREATE_SYSCALL_TABLE */
827
828#include "arm-32-syscalls-3.4.25_integers_override.h"
829#include "syscalls_integers_override.h"
830
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)
895#endif
896#ifndef OVERRIDE_TABLE_32_getpid
897TRACE_SYSCALL_TABLE(getpid, getpid, 20, 0)
898#endif
899#ifndef OVERRIDE_TABLE_32_getuid16
900TRACE_SYSCALL_TABLE(getuid16, getuid16, 24, 0)
901#endif
902#ifndef OVERRIDE_TABLE_32_pause
903TRACE_SYSCALL_TABLE(pause, pause, 29, 0)
904#endif
905#ifndef OVERRIDE_TABLE_32_sync
906TRACE_SYSCALL_TABLE(sync, sync, 36, 0)
907#endif
908#ifndef OVERRIDE_TABLE_32_getgid16
909TRACE_SYSCALL_TABLE(getgid16, getgid16, 47, 0)
910#endif
911#ifndef OVERRIDE_TABLE_32_geteuid16
912TRACE_SYSCALL_TABLE(geteuid16, geteuid16, 49, 0)
913#endif
914#ifndef OVERRIDE_TABLE_32_getegid16
915TRACE_SYSCALL_TABLE(getegid16, getegid16, 50, 0)
916#endif
917#ifndef OVERRIDE_TABLE_32_getppid
918TRACE_SYSCALL_TABLE(getppid, getppid, 64, 0)
919#endif
920#ifndef OVERRIDE_TABLE_32_getpgrp
921TRACE_SYSCALL_TABLE(getpgrp, getpgrp, 65, 0)
922#endif
923#ifndef OVERRIDE_TABLE_32_setsid
924TRACE_SYSCALL_TABLE(setsid, setsid, 66, 0)
925#endif
926#ifndef OVERRIDE_TABLE_32_vhangup
927TRACE_SYSCALL_TABLE(vhangup, vhangup, 111, 0)
928#endif
929#ifndef OVERRIDE_TABLE_32_munlockall
930TRACE_SYSCALL_TABLE(munlockall, munlockall, 153, 0)
931#endif
932#ifndef OVERRIDE_TABLE_32_sched_yield
933TRACE_SYSCALL_TABLE(sched_yield, sched_yield, 158, 0)
934#endif
935#ifndef OVERRIDE_TABLE_32_getuid
936TRACE_SYSCALL_TABLE(getuid, getuid, 199, 0)
937#endif
938#ifndef OVERRIDE_TABLE_32_getgid
939TRACE_SYSCALL_TABLE(getgid, getgid, 200, 0)
940#endif
941#ifndef OVERRIDE_TABLE_32_geteuid
942TRACE_SYSCALL_TABLE(geteuid, geteuid, 201, 0)
943#endif
944#ifndef OVERRIDE_TABLE_32_getegid
945TRACE_SYSCALL_TABLE(getegid, getegid, 202, 0)
946#endif
947#ifndef OVERRIDE_TABLE_32_gettid
948TRACE_SYSCALL_TABLE(gettid, gettid, 224, 0)
949#endif
950#ifndef OVERRIDE_TABLE_32_inotify_init
951TRACE_SYSCALL_TABLE(inotify_init, inotify_init, 316, 0)
952#endif
953#endif /* else #ifdef SC_ENTER */
954#ifndef OVERRIDE_TABLE_32_exit
955TRACE_SYSCALL_TABLE(exit, exit, 1, 1)
956#endif
957#ifndef OVERRIDE_TABLE_32_close
958TRACE_SYSCALL_TABLE(close, close, 6, 1)
959#endif
960#ifndef OVERRIDE_TABLE_32_lseek
961TRACE_SYSCALL_TABLE(lseek, lseek, 19, 3)
962#endif
963#ifndef OVERRIDE_TABLE_32_setuid16
964TRACE_SYSCALL_TABLE(setuid16, setuid16, 23, 1)
965#endif
966#ifndef OVERRIDE_TABLE_32_ptrace
967TRACE_SYSCALL_TABLE(ptrace, ptrace, 26, 4)
968#endif
969#ifndef OVERRIDE_TABLE_32_nice
970TRACE_SYSCALL_TABLE(nice, nice, 34, 1)
971#endif
972#ifndef OVERRIDE_TABLE_32_kill
973TRACE_SYSCALL_TABLE(kill, kill, 37, 2)
974#endif
975#ifndef OVERRIDE_TABLE_32_dup
976TRACE_SYSCALL_TABLE(dup, dup, 41, 1)
977#endif
978#ifndef OVERRIDE_TABLE_32_brk
979TRACE_SYSCALL_TABLE(brk, brk, 45, 1)
980#endif
981#ifndef OVERRIDE_TABLE_32_setgid16
982TRACE_SYSCALL_TABLE(setgid16, setgid16, 46, 1)
983#endif
984#ifndef OVERRIDE_TABLE_32_ioctl
985TRACE_SYSCALL_TABLE(ioctl, ioctl, 54, 3)
986#endif
987#ifndef OVERRIDE_TABLE_32_fcntl
988TRACE_SYSCALL_TABLE(fcntl, fcntl, 55, 3)
989#endif
990#ifndef OVERRIDE_TABLE_32_setpgid
991TRACE_SYSCALL_TABLE(setpgid, setpgid, 57, 2)
992#endif
993#ifndef OVERRIDE_TABLE_32_umask
994TRACE_SYSCALL_TABLE(umask, umask, 60, 1)
995#endif
996#ifndef OVERRIDE_TABLE_32_dup2
997TRACE_SYSCALL_TABLE(dup2, dup2, 63, 2)
998#endif
999#ifndef OVERRIDE_TABLE_32_setreuid16
1000TRACE_SYSCALL_TABLE(setreuid16, setreuid16, 70, 2)
1001#endif
1002#ifndef OVERRIDE_TABLE_32_setregid16
1003TRACE_SYSCALL_TABLE(setregid16, setregid16, 71, 2)
1004#endif
1005#ifndef OVERRIDE_TABLE_32_munmap
1006TRACE_SYSCALL_TABLE(munmap, munmap, 91, 2)
1007#endif
1008#ifndef OVERRIDE_TABLE_32_ftruncate
1009TRACE_SYSCALL_TABLE(ftruncate, ftruncate, 93, 2)
1010#endif
1011#ifndef OVERRIDE_TABLE_32_fchmod
1012TRACE_SYSCALL_TABLE(fchmod, fchmod, 94, 2)
1013#endif
1014#ifndef OVERRIDE_TABLE_32_fchown16
1015TRACE_SYSCALL_TABLE(fchown16, fchown16, 95, 3)
1016#endif
1017#ifndef OVERRIDE_TABLE_32_getpriority
1018TRACE_SYSCALL_TABLE(getpriority, getpriority, 96, 2)
1019#endif
1020#ifndef OVERRIDE_TABLE_32_setpriority
1021TRACE_SYSCALL_TABLE(setpriority, setpriority, 97, 3)
1022#endif
1023#ifndef OVERRIDE_TABLE_32_fsync
1024TRACE_SYSCALL_TABLE(fsync, fsync, 118, 1)
1025#endif
1026#ifndef OVERRIDE_TABLE_32_mprotect
1027TRACE_SYSCALL_TABLE(mprotect, mprotect, 125, 3)
1028#endif
1029#ifndef OVERRIDE_TABLE_32_getpgid
1030TRACE_SYSCALL_TABLE(getpgid, getpgid, 132, 1)
1031#endif
1032#ifndef OVERRIDE_TABLE_32_fchdir
1033TRACE_SYSCALL_TABLE(fchdir, fchdir, 133, 1)
1034#endif
1035#ifndef OVERRIDE_TABLE_32_bdflush
1036TRACE_SYSCALL_TABLE(bdflush, bdflush, 134, 2)
1037#endif
1038#ifndef OVERRIDE_TABLE_32_sysfs
1039TRACE_SYSCALL_TABLE(sysfs, sysfs, 135, 3)
1040#endif
1041#ifndef OVERRIDE_TABLE_32_personality
1042TRACE_SYSCALL_TABLE(personality, personality, 136, 1)
1043#endif
1044#ifndef OVERRIDE_TABLE_32_setfsuid16
1045TRACE_SYSCALL_TABLE(setfsuid16, setfsuid16, 138, 1)
1046#endif
1047#ifndef OVERRIDE_TABLE_32_setfsgid16
1048TRACE_SYSCALL_TABLE(setfsgid16, setfsgid16, 139, 1)
1049#endif
1050#ifndef OVERRIDE_TABLE_32_flock
1051TRACE_SYSCALL_TABLE(flock, flock, 143, 2)
1052#endif
1053#ifndef OVERRIDE_TABLE_32_msync
1054TRACE_SYSCALL_TABLE(msync, msync, 144, 3)
1055#endif
1056#ifndef OVERRIDE_TABLE_32_getsid
1057TRACE_SYSCALL_TABLE(getsid, getsid, 147, 1)
1058#endif
1059#ifndef OVERRIDE_TABLE_32_fdatasync
1060TRACE_SYSCALL_TABLE(fdatasync, fdatasync, 148, 1)
1061#endif
1062#ifndef OVERRIDE_TABLE_32_mlock
1063TRACE_SYSCALL_TABLE(mlock, mlock, 150, 2)
1064#endif
1065#ifndef OVERRIDE_TABLE_32_munlock
1066TRACE_SYSCALL_TABLE(munlock, munlock, 151, 2)
1067#endif
1068#ifndef OVERRIDE_TABLE_32_mlockall
1069TRACE_SYSCALL_TABLE(mlockall, mlockall, 152, 1)
1070#endif
1071#ifndef OVERRIDE_TABLE_32_sched_getscheduler
1072TRACE_SYSCALL_TABLE(sched_getscheduler, sched_getscheduler, 157, 1)
1073#endif
1074#ifndef OVERRIDE_TABLE_32_sched_get_priority_max
1075TRACE_SYSCALL_TABLE(sched_get_priority_max, sched_get_priority_max, 159, 1)
1076#endif
1077#ifndef OVERRIDE_TABLE_32_sched_get_priority_min
1078TRACE_SYSCALL_TABLE(sched_get_priority_min, sched_get_priority_min, 160, 1)
1079#endif
1080#ifndef OVERRIDE_TABLE_32_mremap
1081TRACE_SYSCALL_TABLE(mremap, mremap, 163, 5)
1082#endif
1083#ifndef OVERRIDE_TABLE_32_setresuid16
1084TRACE_SYSCALL_TABLE(setresuid16, setresuid16, 164, 3)
1085#endif
1086#ifndef OVERRIDE_TABLE_32_setresgid16
1087TRACE_SYSCALL_TABLE(setresgid16, setresgid16, 170, 3)
1088#endif
1089#ifndef OVERRIDE_TABLE_32_prctl
1090TRACE_SYSCALL_TABLE(prctl, prctl, 172, 5)
1091#endif
1092#ifndef OVERRIDE_TABLE_32_setreuid
1093TRACE_SYSCALL_TABLE(setreuid, setreuid, 203, 2)
1094#endif
1095#ifndef OVERRIDE_TABLE_32_setregid
1096TRACE_SYSCALL_TABLE(setregid, setregid, 204, 2)
1097#endif
1098#ifndef OVERRIDE_TABLE_32_fchown
1099TRACE_SYSCALL_TABLE(fchown, fchown, 207, 3)
1100#endif
1101#ifndef OVERRIDE_TABLE_32_setresuid
1102TRACE_SYSCALL_TABLE(setresuid, setresuid, 208, 3)
1103#endif
1104#ifndef OVERRIDE_TABLE_32_setresgid
1105TRACE_SYSCALL_TABLE(setresgid, setresgid, 210, 3)
1106#endif
1107#ifndef OVERRIDE_TABLE_32_setuid
1108TRACE_SYSCALL_TABLE(setuid, setuid, 213, 1)
1109#endif
1110#ifndef OVERRIDE_TABLE_32_setgid
1111TRACE_SYSCALL_TABLE(setgid, setgid, 214, 1)
1112#endif
1113#ifndef OVERRIDE_TABLE_32_setfsuid
1114TRACE_SYSCALL_TABLE(setfsuid, setfsuid, 215, 1)
1115#endif
1116#ifndef OVERRIDE_TABLE_32_setfsgid
1117TRACE_SYSCALL_TABLE(setfsgid, setfsgid, 216, 1)
1118#endif
1119#ifndef OVERRIDE_TABLE_32_madvise
1120TRACE_SYSCALL_TABLE(madvise, madvise, 220, 3)
1121#endif
1122#ifndef OVERRIDE_TABLE_32_fcntl64
1123TRACE_SYSCALL_TABLE(fcntl64, fcntl64, 221, 3)
1124#endif
1125#ifndef OVERRIDE_TABLE_32_tkill
1126TRACE_SYSCALL_TABLE(tkill, tkill, 238, 2)
1127#endif
1128#ifndef OVERRIDE_TABLE_32_io_destroy
1129TRACE_SYSCALL_TABLE(io_destroy, io_destroy, 244, 1)
1130#endif
1131#ifndef OVERRIDE_TABLE_32_exit_group
1132TRACE_SYSCALL_TABLE(exit_group, exit_group, 248, 1)
1133#endif
1134#ifndef OVERRIDE_TABLE_32_epoll_create
1135TRACE_SYSCALL_TABLE(epoll_create, epoll_create, 250, 1)
1136#endif
1137#ifndef OVERRIDE_TABLE_32_remap_file_pages
1138TRACE_SYSCALL_TABLE(remap_file_pages, remap_file_pages, 253, 5)
1139#endif
1140#ifndef OVERRIDE_TABLE_32_timer_getoverrun
1141TRACE_SYSCALL_TABLE(timer_getoverrun, timer_getoverrun, 260, 1)
1142#endif
1143#ifndef OVERRIDE_TABLE_32_timer_delete
1144TRACE_SYSCALL_TABLE(timer_delete, timer_delete, 261, 1)
1145#endif
1146#ifndef OVERRIDE_TABLE_32_tgkill
1147TRACE_SYSCALL_TABLE(tgkill, tgkill, 268, 3)
1148#endif
1149#ifndef OVERRIDE_TABLE_32_socket
1150TRACE_SYSCALL_TABLE(socket, socket, 281, 3)
1151#endif
1152#ifndef OVERRIDE_TABLE_32_listen
1153TRACE_SYSCALL_TABLE(listen, listen, 284, 2)
1154#endif
1155#ifndef OVERRIDE_TABLE_32_shutdown
1156TRACE_SYSCALL_TABLE(shutdown, shutdown, 293, 2)
1157#endif
1158#ifndef OVERRIDE_TABLE_32_semget
1159TRACE_SYSCALL_TABLE(semget, semget, 299, 3)
1160#endif
1161#ifndef OVERRIDE_TABLE_32_msgget
1162TRACE_SYSCALL_TABLE(msgget, msgget, 303, 2)
1163#endif
1164#ifndef OVERRIDE_TABLE_32_shmget
1165TRACE_SYSCALL_TABLE(shmget, shmget, 307, 3)
1166#endif
1167#ifndef OVERRIDE_TABLE_32_keyctl
1168TRACE_SYSCALL_TABLE(keyctl, keyctl, 311, 5)
1169#endif
1170#ifndef OVERRIDE_TABLE_32_ioprio_set
1171TRACE_SYSCALL_TABLE(ioprio_set, ioprio_set, 314, 3)
1172#endif
1173#ifndef OVERRIDE_TABLE_32_ioprio_get
1174TRACE_SYSCALL_TABLE(ioprio_get, ioprio_get, 315, 2)
1175#endif
1176#ifndef OVERRIDE_TABLE_32_inotify_rm_watch
1177TRACE_SYSCALL_TABLE(inotify_rm_watch, inotify_rm_watch, 318, 2)
1178#endif
1179#ifndef OVERRIDE_TABLE_32_unshare
1180TRACE_SYSCALL_TABLE(unshare, unshare, 337, 1)
1181#endif
1182#ifndef OVERRIDE_TABLE_32_tee
1183TRACE_SYSCALL_TABLE(tee, tee, 342, 4)
1184#endif
1185#ifndef OVERRIDE_TABLE_32_timerfd_create
1186TRACE_SYSCALL_TABLE(timerfd_create, timerfd_create, 350, 2)
1187#endif
1188#ifndef OVERRIDE_TABLE_32_eventfd
1189TRACE_SYSCALL_TABLE(eventfd, eventfd, 351, 1)
1190#endif
1191#ifndef OVERRIDE_TABLE_32_eventfd2
1192TRACE_SYSCALL_TABLE(eventfd2, eventfd2, 356, 2)
1193#endif
1194#ifndef OVERRIDE_TABLE_32_epoll_create1
1195TRACE_SYSCALL_TABLE(epoll_create1, epoll_create1, 357, 1)
1196#endif
1197#ifndef OVERRIDE_TABLE_32_dup3
1198TRACE_SYSCALL_TABLE(dup3, dup3, 358, 3)
1199#endif
1200#ifndef OVERRIDE_TABLE_32_inotify_init1
1201TRACE_SYSCALL_TABLE(inotify_init1, inotify_init1, 360, 1)
1202#endif
1203#ifndef OVERRIDE_TABLE_32_fanotify_init
1204TRACE_SYSCALL_TABLE(fanotify_init, fanotify_init, 367, 2)
1205#endif
1206#ifndef OVERRIDE_TABLE_32_syncfs
1207TRACE_SYSCALL_TABLE(syncfs, syncfs, 373, 1)
1208#endif
1209#ifndef OVERRIDE_TABLE_32_setns
1210TRACE_SYSCALL_TABLE(setns, setns, 375, 2)
1211#endif
1212
1213#endif /* CREATE_SYSCALL_TABLE */
This page took 0.026216 seconds and 4 git commands to generate.