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