Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / instrumentation / syscalls / headers / mips-64-syscalls_integers.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
2
3/* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
4
5/* Generated from mips-64-syscalls 3.5.0 */
6
7#ifndef CREATE_SYSCALL_TABLE
8
9#if !defined(_TRACE_SYSCALLS_INTEGERS_H) || defined(TRACE_HEADER_MULTI_READ)
10#define _TRACE_SYSCALLS_INTEGERS_H
11
12#include <lttng/tracepoint-event.h>
13#include <linux/syscalls.h>
14#include "mips-64-syscalls_integers_override.h"
15#include "syscalls_integers_override.h"
16
17#ifdef SC_ENTER
18SC_LTTNG_TRACEPOINT_EVENT_CLASS_NOARGS(syscalls_noargs,
19 TP_FIELDS()
20)
21#ifndef OVERRIDE_64_sgetmask
22SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sgetmask)
23#endif
24#ifndef OVERRIDE_64_sched_yield
25SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield)
26#endif
27#ifndef OVERRIDE_64_pause
28SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, pause)
29#endif
30#ifndef OVERRIDE_64_getpid
31SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid)
32#endif
33#ifndef OVERRIDE_64_getuid
34SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid)
35#endif
36#ifndef OVERRIDE_64_getgid
37SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid)
38#endif
39#ifndef OVERRIDE_64_geteuid
40SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid)
41#endif
42#ifndef OVERRIDE_64_getegid
43SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid)
44#endif
45#ifndef OVERRIDE_64_getppid
46SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getppid)
47#endif
48#ifndef OVERRIDE_64_getpgrp
49SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpgrp)
50#endif
51#ifndef OVERRIDE_64_setsid
52SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, setsid)
53#endif
54#ifndef OVERRIDE_64_munlockall
55SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall)
56#endif
57#ifndef OVERRIDE_64_vhangup
58SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vhangup)
59#endif
60#ifndef OVERRIDE_64_sync
61SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sync)
62#endif
63#ifndef OVERRIDE_64_gettid
64SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, gettid)
65#endif
66#ifndef OVERRIDE_64_restart_syscall
67SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall)
68#endif
69#ifndef OVERRIDE_64_inotify_init
70SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, inotify_init)
71#endif
72#else /* #ifdef SC_ENTER */
73#ifndef OVERRIDE_64_sgetmask
74SC_LTTNG_TRACEPOINT_EVENT(sgetmask,
75 TP_PROTO(sc_exit(long ret)),
76 TP_ARGS(sc_exit(ret)),
77 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
78)
79#endif
80#ifndef OVERRIDE_64_sched_yield
81SC_LTTNG_TRACEPOINT_EVENT(sched_yield,
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_64_pause
88SC_LTTNG_TRACEPOINT_EVENT(pause,
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_64_getpid
95SC_LTTNG_TRACEPOINT_EVENT(getpid,
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_64_getuid
102SC_LTTNG_TRACEPOINT_EVENT(getuid,
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_64_getgid
109SC_LTTNG_TRACEPOINT_EVENT(getgid,
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_64_geteuid
116SC_LTTNG_TRACEPOINT_EVENT(geteuid,
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_64_getegid
123SC_LTTNG_TRACEPOINT_EVENT(getegid,
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_64_getppid
130SC_LTTNG_TRACEPOINT_EVENT(getppid,
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_64_getpgrp
137SC_LTTNG_TRACEPOINT_EVENT(getpgrp,
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_64_setsid
144SC_LTTNG_TRACEPOINT_EVENT(setsid,
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_64_munlockall
151SC_LTTNG_TRACEPOINT_EVENT(munlockall,
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_64_vhangup
158SC_LTTNG_TRACEPOINT_EVENT(vhangup,
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_64_sync
165SC_LTTNG_TRACEPOINT_EVENT(sync,
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_64_gettid
172SC_LTTNG_TRACEPOINT_EVENT(gettid,
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_64_restart_syscall
179SC_LTTNG_TRACEPOINT_EVENT(restart_syscall,
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_64_inotify_init
186SC_LTTNG_TRACEPOINT_EVENT(inotify_init,
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#endif /* else #ifdef SC_ENTER */
193#ifndef OVERRIDE_64_nice
194SC_LTTNG_TRACEPOINT_EVENT(nice,
195 TP_PROTO(sc_exit(long ret,) int increment),
196 TP_ARGS(sc_exit(ret,) increment),
197 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, increment, increment)))
198)
199#endif
200#ifndef OVERRIDE_64_ssetmask
201SC_LTTNG_TRACEPOINT_EVENT(ssetmask,
202 TP_PROTO(sc_exit(long ret,) int newmask),
203 TP_ARGS(sc_exit(ret,) newmask),
204 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, newmask, newmask)))
205)
206#endif
207#ifndef OVERRIDE_64_personality
208SC_LTTNG_TRACEPOINT_EVENT(personality,
209 TP_PROTO(sc_exit(long ret,) unsigned int personality),
210 TP_ARGS(sc_exit(ret,) personality),
211 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, personality, personality)))
212)
213#endif
214#ifndef OVERRIDE_64_close
215SC_LTTNG_TRACEPOINT_EVENT(close,
216 TP_PROTO(sc_exit(long ret,) unsigned int fd),
217 TP_ARGS(sc_exit(ret,) fd),
218 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
219)
220#endif
221#ifndef OVERRIDE_64_brk
222SC_LTTNG_TRACEPOINT_EVENT(brk,
223 TP_PROTO(sc_exit(long ret,) unsigned long brk),
224 TP_ARGS(sc_exit(ret,) brk),
225 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, brk, brk)))
226)
227#endif
228#ifndef OVERRIDE_64_dup
229SC_LTTNG_TRACEPOINT_EVENT(dup,
230 TP_PROTO(sc_exit(long ret,) unsigned int fildes),
231 TP_ARGS(sc_exit(ret,) fildes),
232 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fildes, fildes)))
233)
234#endif
235#ifndef OVERRIDE_64_alarm
236SC_LTTNG_TRACEPOINT_EVENT(alarm,
237 TP_PROTO(sc_exit(long ret,) unsigned int seconds),
238 TP_ARGS(sc_exit(ret,) seconds),
239 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, seconds, seconds)))
240)
241#endif
242#ifndef OVERRIDE_64_exit
243SC_LTTNG_TRACEPOINT_EVENT(exit,
244 TP_PROTO(sc_exit(long ret,) int error_code),
245 TP_ARGS(sc_exit(ret,) error_code),
246 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
247)
248#endif
249#ifndef OVERRIDE_64_fsync
250SC_LTTNG_TRACEPOINT_EVENT(fsync,
251 TP_PROTO(sc_exit(long ret,) unsigned int fd),
252 TP_ARGS(sc_exit(ret,) fd),
253 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
254)
255#endif
256#ifndef OVERRIDE_64_fdatasync
257SC_LTTNG_TRACEPOINT_EVENT(fdatasync,
258 TP_PROTO(sc_exit(long ret,) unsigned int fd),
259 TP_ARGS(sc_exit(ret,) fd),
260 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
261)
262#endif
263#ifndef OVERRIDE_64_fchdir
264SC_LTTNG_TRACEPOINT_EVENT(fchdir,
265 TP_PROTO(sc_exit(long ret,) unsigned int fd),
266 TP_ARGS(sc_exit(ret,) fd),
267 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
268)
269#endif
270#ifndef OVERRIDE_64_umask
271SC_LTTNG_TRACEPOINT_EVENT(umask,
272 TP_PROTO(sc_exit(long ret,) int mask),
273 TP_ARGS(sc_exit(ret,) mask),
274 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mask, mask)))
275)
276#endif
277#ifndef OVERRIDE_64_setuid
278SC_LTTNG_TRACEPOINT_EVENT(setuid,
279 TP_PROTO(sc_exit(long ret,) uid_t uid),
280 TP_ARGS(sc_exit(ret,) uid),
281 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
282)
283#endif
284#ifndef OVERRIDE_64_setgid
285SC_LTTNG_TRACEPOINT_EVENT(setgid,
286 TP_PROTO(sc_exit(long ret,) gid_t gid),
287 TP_ARGS(sc_exit(ret,) gid),
288 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
289)
290#endif
291#ifndef OVERRIDE_64_getpgid
292SC_LTTNG_TRACEPOINT_EVENT(getpgid,
293 TP_PROTO(sc_exit(long ret,) pid_t pid),
294 TP_ARGS(sc_exit(ret,) pid),
295 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
296)
297#endif
298#ifndef OVERRIDE_64_setfsuid
299SC_LTTNG_TRACEPOINT_EVENT(setfsuid,
300 TP_PROTO(sc_exit(long ret,) uid_t uid),
301 TP_ARGS(sc_exit(ret,) uid),
302 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
303)
304#endif
305#ifndef OVERRIDE_64_setfsgid
306SC_LTTNG_TRACEPOINT_EVENT(setfsgid,
307 TP_PROTO(sc_exit(long ret,) gid_t gid),
308 TP_ARGS(sc_exit(ret,) gid),
309 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
310)
311#endif
312#ifndef OVERRIDE_64_getsid
313SC_LTTNG_TRACEPOINT_EVENT(getsid,
314 TP_PROTO(sc_exit(long ret,) pid_t pid),
315 TP_ARGS(sc_exit(ret,) pid),
316 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
317)
318#endif
319#ifndef OVERRIDE_64_32_personality
320SC_LTTNG_TRACEPOINT_EVENT(32_personality,
321 TP_PROTO(sc_exit(long ret,) unsigned long personality),
322 TP_ARGS(sc_exit(ret,) personality),
323 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, personality, personality)))
324)
325#endif
326#ifndef OVERRIDE_64_sched_getscheduler
327SC_LTTNG_TRACEPOINT_EVENT(sched_getscheduler,
328 TP_PROTO(sc_exit(long ret,) pid_t pid),
329 TP_ARGS(sc_exit(ret,) pid),
330 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
331)
332#endif
333#ifndef OVERRIDE_64_sched_get_priority_max
334SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_max,
335 TP_PROTO(sc_exit(long ret,) int policy),
336 TP_ARGS(sc_exit(ret,) policy),
337 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
338)
339#endif
340#ifndef OVERRIDE_64_sched_get_priority_min
341SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_min,
342 TP_PROTO(sc_exit(long ret,) int policy),
343 TP_ARGS(sc_exit(ret,) policy),
344 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
345)
346#endif
347#ifndef OVERRIDE_64_mlockall
348SC_LTTNG_TRACEPOINT_EVENT(mlockall,
349 TP_PROTO(sc_exit(long ret,) int flags),
350 TP_ARGS(sc_exit(ret,) flags),
351 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
352)
353#endif
354#ifndef OVERRIDE_64_io_destroy
355SC_LTTNG_TRACEPOINT_EVENT(io_destroy,
356 TP_PROTO(sc_exit(long ret,) aio_context_t ctx),
357 TP_ARGS(sc_exit(ret,) ctx),
358 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx, ctx)))
359)
360#endif
361#ifndef OVERRIDE_64_exit_group
362SC_LTTNG_TRACEPOINT_EVENT(exit_group,
363 TP_PROTO(sc_exit(long ret,) int error_code),
364 TP_ARGS(sc_exit(ret,) error_code),
365 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
366)
367#endif
368#ifndef OVERRIDE_64_epoll_create
369SC_LTTNG_TRACEPOINT_EVENT(epoll_create,
370 TP_PROTO(sc_exit(long ret,) int size),
371 TP_ARGS(sc_exit(ret,) size),
372 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, size, size)))
373)
374#endif
375#ifndef OVERRIDE_64_timer_getoverrun
376SC_LTTNG_TRACEPOINT_EVENT(timer_getoverrun,
377 TP_PROTO(sc_exit(long ret,) timer_t timer_id),
378 TP_ARGS(sc_exit(ret,) timer_id),
379 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
380)
381#endif
382#ifndef OVERRIDE_64_timer_delete
383SC_LTTNG_TRACEPOINT_EVENT(timer_delete,
384 TP_PROTO(sc_exit(long ret,) timer_t timer_id),
385 TP_ARGS(sc_exit(ret,) timer_id),
386 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
387)
388#endif
389#ifndef OVERRIDE_64_set_thread_area
390SC_LTTNG_TRACEPOINT_EVENT(set_thread_area,
391 TP_PROTO(sc_exit(long ret,) unsigned long addr),
392 TP_ARGS(sc_exit(ret,) addr),
393 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)))
394)
395#endif
396#ifndef OVERRIDE_64_unshare
397SC_LTTNG_TRACEPOINT_EVENT(unshare,
398 TP_PROTO(sc_exit(long ret,) unsigned long unshare_flags),
399 TP_ARGS(sc_exit(ret,) unshare_flags),
400 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, unshare_flags, unshare_flags)))
401)
402#endif
403#ifndef OVERRIDE_64_eventfd
404SC_LTTNG_TRACEPOINT_EVENT(eventfd,
405 TP_PROTO(sc_exit(long ret,) unsigned int count),
406 TP_ARGS(sc_exit(ret,) count),
407 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)))
408)
409#endif
410#ifndef OVERRIDE_64_epoll_create1
411SC_LTTNG_TRACEPOINT_EVENT(epoll_create1,
412 TP_PROTO(sc_exit(long ret,) int flags),
413 TP_ARGS(sc_exit(ret,) flags),
414 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
415)
416#endif
417#ifndef OVERRIDE_64_inotify_init1
418SC_LTTNG_TRACEPOINT_EVENT(inotify_init1,
419 TP_PROTO(sc_exit(long ret,) int flags),
420 TP_ARGS(sc_exit(ret,) flags),
421 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
422)
423#endif
424#ifndef OVERRIDE_64_syncfs
425SC_LTTNG_TRACEPOINT_EVENT(syncfs,
426 TP_PROTO(sc_exit(long ret,) int fd),
427 TP_ARGS(sc_exit(ret,) fd),
428 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)))
429)
430#endif
431#ifndef OVERRIDE_64_bdflush
432SC_LTTNG_TRACEPOINT_EVENT(bdflush,
433 TP_PROTO(sc_exit(long ret,) int func, long data),
434 TP_ARGS(sc_exit(ret,) func, data),
435 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, func, func)) sc_inout(ctf_integer(long, data, data)))
436)
437#endif
438#ifndef OVERRIDE_64_munmap
439SC_LTTNG_TRACEPOINT_EVENT(munmap,
440 TP_PROTO(sc_exit(long ret,) unsigned long addr, size_t len),
441 TP_ARGS(sc_exit(ret,) addr, len),
442 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)))
443)
444#endif
445#ifndef OVERRIDE_64_dup2
446SC_LTTNG_TRACEPOINT_EVENT(dup2,
447 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd),
448 TP_ARGS(sc_exit(ret,) oldfd, newfd),
449 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)))
450)
451#endif
452#ifndef OVERRIDE_64_shutdown
453SC_LTTNG_TRACEPOINT_EVENT(shutdown,
454 TP_PROTO(sc_exit(long ret,) int fd, int how),
455 TP_ARGS(sc_exit(ret,) fd, how),
456 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, how, how)))
457)
458#endif
459#ifndef OVERRIDE_64_listen
460SC_LTTNG_TRACEPOINT_EVENT(listen,
461 TP_PROTO(sc_exit(long ret,) int fd, int backlog),
462 TP_ARGS(sc_exit(ret,) fd, backlog),
463 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, backlog, backlog)))
464)
465#endif
466#ifndef OVERRIDE_64_kill
467SC_LTTNG_TRACEPOINT_EVENT(kill,
468 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
469 TP_ARGS(sc_exit(ret,) pid, sig),
470 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
471)
472#endif
473#ifndef OVERRIDE_64_msgget
474SC_LTTNG_TRACEPOINT_EVENT(msgget,
475 TP_PROTO(sc_exit(long ret,) key_t key, int msgflg),
476 TP_ARGS(sc_exit(ret,) key, msgflg),
477 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(key_t, key, key)) sc_in(ctf_integer(int, msgflg, msgflg)))
478)
479#endif
480#ifndef OVERRIDE_64_flock
481SC_LTTNG_TRACEPOINT_EVENT(flock,
482 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd),
483 TP_ARGS(sc_exit(ret,) fd, cmd),
484 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)))
485)
486#endif
487#ifndef OVERRIDE_64_ftruncate
488SC_LTTNG_TRACEPOINT_EVENT(ftruncate,
489 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long length),
490 TP_ARGS(sc_exit(ret,) fd, length),
491 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)))
492)
493#endif
494#ifndef OVERRIDE_64_fchmod
495SC_LTTNG_TRACEPOINT_EVENT(fchmod,
496 TP_PROTO(sc_exit(long ret,) unsigned int fd, umode_t mode),
497 TP_ARGS(sc_exit(ret,) fd, mode),
498 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)))
499)
500#endif
501#ifndef OVERRIDE_64_setpgid
502SC_LTTNG_TRACEPOINT_EVENT(setpgid,
503 TP_PROTO(sc_exit(long ret,) pid_t pid, pid_t pgid),
504 TP_ARGS(sc_exit(ret,) pid, pgid),
505 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)))
506)
507#endif
508#ifndef OVERRIDE_64_setreuid
509SC_LTTNG_TRACEPOINT_EVENT(setreuid,
510 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid),
511 TP_ARGS(sc_exit(ret,) ruid, euid),
512 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)))
513)
514#endif
515#ifndef OVERRIDE_64_setregid
516SC_LTTNG_TRACEPOINT_EVENT(setregid,
517 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid),
518 TP_ARGS(sc_exit(ret,) rgid, egid),
519 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)))
520)
521#endif
522#ifndef OVERRIDE_64_getpriority
523SC_LTTNG_TRACEPOINT_EVENT(getpriority,
524 TP_PROTO(sc_exit(long ret,) int which, int who),
525 TP_ARGS(sc_exit(ret,) which, who),
526 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
527)
528#endif
529#ifndef OVERRIDE_64_mlock
530SC_LTTNG_TRACEPOINT_EVENT(mlock,
531 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
532 TP_ARGS(sc_exit(ret,) start, len),
533 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)))
534)
535#endif
536#ifndef OVERRIDE_64_munlock
537SC_LTTNG_TRACEPOINT_EVENT(munlock,
538 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
539 TP_ARGS(sc_exit(ret,) start, len),
540 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)))
541)
542#endif
543#ifndef OVERRIDE_64_tkill
544SC_LTTNG_TRACEPOINT_EVENT(tkill,
545 TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
546 TP_ARGS(sc_exit(ret,) pid, sig),
547 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
548)
549#endif
550#ifndef OVERRIDE_64_inotify_rm_watch
551SC_LTTNG_TRACEPOINT_EVENT(inotify_rm_watch,
552 TP_PROTO(sc_exit(long ret,) int fd, __s32 wd),
553 TP_ARGS(sc_exit(ret,) fd, wd),
554 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(__s32, wd, wd)))
555)
556#endif
557#ifndef OVERRIDE_64_ioprio_get
558SC_LTTNG_TRACEPOINT_EVENT(ioprio_get,
559 TP_PROTO(sc_exit(long ret,) int which, int who),
560 TP_ARGS(sc_exit(ret,) which, who),
561 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
562)
563#endif
564#ifndef OVERRIDE_64_timerfd_create
565SC_LTTNG_TRACEPOINT_EVENT(timerfd_create,
566 TP_PROTO(sc_exit(long ret,) int clockid, int flags),
567 TP_ARGS(sc_exit(ret,) clockid, flags),
568 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, clockid, clockid)) sc_in(ctf_integer(int, flags, flags)))
569)
570#endif
571#ifndef OVERRIDE_64_eventfd2
572SC_LTTNG_TRACEPOINT_EVENT(eventfd2,
573 TP_PROTO(sc_exit(long ret,) unsigned int count, int flags),
574 TP_ARGS(sc_exit(ret,) count, flags),
575 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)) sc_in(ctf_integer(int, flags, flags)))
576)
577#endif
578#ifndef OVERRIDE_64_setns
579SC_LTTNG_TRACEPOINT_EVENT(setns,
580 TP_PROTO(sc_exit(long ret,) int fd, int nstype),
581 TP_ARGS(sc_exit(ret,) fd, nstype),
582 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype)))
583)
584#endif
585#ifndef OVERRIDE_64_ioctl
586SC_LTTNG_TRACEPOINT_EVENT(ioctl,
587 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
588 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
589 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg)))
590)
591#endif
592#ifndef OVERRIDE_64_fcntl
593SC_LTTNG_TRACEPOINT_EVENT(fcntl,
594 TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
595 TP_ARGS(sc_exit(ret,) fd, cmd, arg),
596 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)))
597)
598#endif
599#ifndef OVERRIDE_64_lseek
600SC_LTTNG_TRACEPOINT_EVENT(lseek,
601 TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int origin),
602 TP_ARGS(sc_exit(ret,) fd, offset, origin),
603 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)))
604)
605#endif
606#ifndef OVERRIDE_64_mprotect
607SC_LTTNG_TRACEPOINT_EVENT(mprotect,
608 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned long prot),
609 TP_ARGS(sc_exit(ret,) start, len, prot),
610 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned long, prot, prot)))
611)
612#endif
613#ifndef OVERRIDE_64_msync
614SC_LTTNG_TRACEPOINT_EVENT(msync,
615 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags),
616 TP_ARGS(sc_exit(ret,) start, len, flags),
617 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)))
618)
619#endif
620#ifndef OVERRIDE_64_madvise
621SC_LTTNG_TRACEPOINT_EVENT(madvise,
622 TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len_in, int behavior),
623 TP_ARGS(sc_exit(ret,) start, len_in, behavior),
624 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len_in, len_in)) sc_in(ctf_integer(int, behavior, behavior)))
625)
626#endif
627#ifndef OVERRIDE_64_shmget
628SC_LTTNG_TRACEPOINT_EVENT(shmget,
629 TP_PROTO(sc_exit(long ret,) key_t key, size_t size, int shmflg),
630 TP_ARGS(sc_exit(ret,) key, size, shmflg),
631 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)))
632)
633#endif
634#ifndef OVERRIDE_64_socket
635SC_LTTNG_TRACEPOINT_EVENT(socket,
636 TP_PROTO(sc_exit(long ret,) int family, int type, int protocol),
637 TP_ARGS(sc_exit(ret,) family, type, protocol),
638 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)))
639)
640#endif
641#ifndef OVERRIDE_64_semget
642SC_LTTNG_TRACEPOINT_EVENT(semget,
643 TP_PROTO(sc_exit(long ret,) key_t key, int nsems, int semflg),
644 TP_ARGS(sc_exit(ret,) key, nsems, semflg),
645 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)))
646)
647#endif
648#ifndef OVERRIDE_64_fchown
649SC_LTTNG_TRACEPOINT_EVENT(fchown,
650 TP_PROTO(sc_exit(long ret,) unsigned int fd, uid_t user, gid_t group),
651 TP_ARGS(sc_exit(ret,) fd, user, group),
652 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)))
653)
654#endif
655#ifndef OVERRIDE_64_setresuid
656SC_LTTNG_TRACEPOINT_EVENT(setresuid,
657 TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid, uid_t suid),
658 TP_ARGS(sc_exit(ret,) ruid, euid, suid),
659 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)))
660)
661#endif
662#ifndef OVERRIDE_64_setresgid
663SC_LTTNG_TRACEPOINT_EVENT(setresgid,
664 TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid, gid_t sgid),
665 TP_ARGS(sc_exit(ret,) rgid, egid, sgid),
666 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)))
667)
668#endif
669#ifndef OVERRIDE_64_sysfs
670SC_LTTNG_TRACEPOINT_EVENT(sysfs,
671 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg1, unsigned long arg2),
672 TP_ARGS(sc_exit(ret,) option, arg1, arg2),
673 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)))
674)
675#endif
676#ifndef OVERRIDE_64_setpriority
677SC_LTTNG_TRACEPOINT_EVENT(setpriority,
678 TP_PROTO(sc_exit(long ret,) int which, int who, int niceval),
679 TP_ARGS(sc_exit(ret,) which, who, niceval),
680 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)))
681)
682#endif
683#ifndef OVERRIDE_64_cacheflush
684SC_LTTNG_TRACEPOINT_EVENT(cacheflush,
685 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long bytes, unsigned int cache),
686 TP_ARGS(sc_exit(ret,) addr, bytes, cache),
687 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, bytes, bytes)) sc_inout(ctf_integer(unsigned int, cache, cache)))
688)
689#endif
690#ifndef OVERRIDE_64_tgkill
691SC_LTTNG_TRACEPOINT_EVENT(tgkill,
692 TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig),
693 TP_ARGS(sc_exit(ret,) tgid, pid, sig),
694 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)))
695)
696#endif
697#ifndef OVERRIDE_64_ioprio_set
698SC_LTTNG_TRACEPOINT_EVENT(ioprio_set,
699 TP_PROTO(sc_exit(long ret,) int which, int who, int ioprio),
700 TP_ARGS(sc_exit(ret,) which, who, ioprio),
701 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)))
702)
703#endif
704#ifndef OVERRIDE_64_dup3
705SC_LTTNG_TRACEPOINT_EVENT(dup3,
706 TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd, int flags),
707 TP_ARGS(sc_exit(ret,) oldfd, newfd, flags),
708 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)))
709)
710#endif
711#ifndef OVERRIDE_64_32_ftruncate64
712SC_LTTNG_TRACEPOINT_EVENT(32_ftruncate64,
713 TP_PROTO(sc_exit(long ret,) unsigned long fd, unsigned long __dummy, unsigned long a2, unsigned long a3),
714 TP_ARGS(sc_exit(ret,) fd, __dummy, a2, a3),
715 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(unsigned long, __dummy, __dummy)) sc_inout(ctf_integer(unsigned long, a2, a2)) sc_inout(ctf_integer(unsigned long, a3, a3)))
716)
717#endif
718#ifndef OVERRIDE_64_ptrace
719SC_LTTNG_TRACEPOINT_EVENT(ptrace,
720 TP_PROTO(sc_exit(long ret,) long request, long pid, unsigned long addr, unsigned long data),
721 TP_ARGS(sc_exit(ret,) request, pid, addr, data),
722 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)))
723)
724#endif
725#ifndef OVERRIDE_64_n32_semctl
726SC_LTTNG_TRACEPOINT_EVENT(n32_semctl,
727 TP_PROTO(sc_exit(long ret,) int semid, int semnum, int cmd, u32 arg),
728 TP_ARGS(sc_exit(ret,) semid, semnum, cmd, arg),
729 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, semid, semid)) sc_inout(ctf_integer(int, semnum, semnum)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(u32, arg, arg)))
730)
731#endif
732#ifndef OVERRIDE_64_n32_msgsnd
733SC_LTTNG_TRACEPOINT_EVENT(n32_msgsnd,
734 TP_PROTO(sc_exit(long ret,) int msqid, u32 msgp, unsigned int msgsz, int msgflg),
735 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgflg),
736 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(u32, msgp, msgp)) sc_inout(ctf_integer(unsigned int, msgsz, msgsz)) sc_inout(ctf_integer(int, msgflg, msgflg)))
737)
738#endif
739#ifndef OVERRIDE_64_tee
740SC_LTTNG_TRACEPOINT_EVENT(tee,
741 TP_PROTO(sc_exit(long ret,) int fdin, int fdout, size_t len, unsigned int flags),
742 TP_ARGS(sc_exit(ret,) fdin, fdout, len, flags),
743 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)))
744)
745#endif
746#ifndef OVERRIDE_64_mremap
747SC_LTTNG_TRACEPOINT_EVENT(mremap,
748 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr),
749 TP_ARGS(sc_exit(ret,) addr, old_len, new_len, flags, new_addr),
750 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)))
751)
752#endif
753#ifndef OVERRIDE_64_n32_msgrcv
754SC_LTTNG_TRACEPOINT_EVENT(n32_msgrcv,
755 TP_PROTO(sc_exit(long ret,) int msqid, u32 msgp, size_t msgsz, int msgtyp, int msgflg),
756 TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgtyp, msgflg),
757 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(u32, msgp, msgp)) sc_inout(ctf_integer(size_t, msgsz, msgsz)) sc_inout(ctf_integer(int, msgtyp, msgtyp)) sc_inout(ctf_integer(int, msgflg, msgflg)))
758)
759#endif
760#ifndef OVERRIDE_64_prctl
761SC_LTTNG_TRACEPOINT_EVENT(prctl,
762 TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
763 TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
764 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)))
765)
766#endif
767#ifndef OVERRIDE_64_remap_file_pages
768SC_LTTNG_TRACEPOINT_EVENT(remap_file_pages,
769 TP_PROTO(sc_exit(long ret,) unsigned long start, unsigned long size, unsigned long prot, unsigned long pgoff, unsigned long flags),
770 TP_ARGS(sc_exit(ret,) start, size, prot, pgoff, flags),
771 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)))
772)
773#endif
774#ifndef OVERRIDE_64_32_ipc
775SC_LTTNG_TRACEPOINT_EVENT(32_ipc,
776 TP_PROTO(sc_exit(long ret,) u32 call, long first, long second, long third, unsigned long ptr, unsigned long fifth),
777 TP_ARGS(sc_exit(ret,) call, first, second, third, ptr, fifth),
778 TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32, call, call)) sc_inout(ctf_integer(long, first, first)) sc_inout(ctf_integer(long, second, second)) sc_inout(ctf_integer(long, third, third)) sc_inout(ctf_integer(unsigned long, ptr, ptr)) sc_inout(ctf_integer(unsigned long, fifth, fifth)))
779)
780#endif
781#ifndef OVERRIDE_64_mips_mmap2
782SC_LTTNG_TRACEPOINT_EVENT(mips_mmap2,
783 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff),
784 TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, pgoff),
785 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)))
786)
787#endif
788#ifndef OVERRIDE_64_mips_mmap
789SC_LTTNG_TRACEPOINT_EVENT(mips_mmap,
790 TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, off_t offset),
791 TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, offset),
792 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(off_t, offset, offset)))
793)
794#endif
795
796#endif /* _TRACE_SYSCALLS_INTEGERS_H */
797
798/* This part must be outside protection */
799#include <lttng/define_trace.h>
800
801#else /* CREATE_SYSCALL_TABLE */
802
803#include "mips-64-syscalls_integers_override.h"
804#include "syscalls_integers_override.h"
805
806#ifdef SC_ENTER
807#ifndef OVERRIDE_TABLE_64_sgetmask
808TRACE_SYSCALL_TABLE(syscalls_noargs, sgetmask, 4068, 0)
809#endif
810#ifndef OVERRIDE_TABLE_64_sched_yield
811TRACE_SYSCALL_TABLE(syscalls_noargs, sched_yield, 6023, 0)
812#endif
813#ifndef OVERRIDE_TABLE_64_pause
814TRACE_SYSCALL_TABLE(syscalls_noargs, pause, 6033, 0)
815#endif
816#ifndef OVERRIDE_TABLE_64_getpid
817TRACE_SYSCALL_TABLE(syscalls_noargs, getpid, 6038, 0)
818#endif
819#ifndef OVERRIDE_TABLE_64_getuid
820TRACE_SYSCALL_TABLE(syscalls_noargs, getuid, 6100, 0)
821#endif
822#ifndef OVERRIDE_TABLE_64_getgid
823TRACE_SYSCALL_TABLE(syscalls_noargs, getgid, 6102, 0)
824#endif
825#ifndef OVERRIDE_TABLE_64_geteuid
826TRACE_SYSCALL_TABLE(syscalls_noargs, geteuid, 6105, 0)
827#endif
828#ifndef OVERRIDE_TABLE_64_getegid
829TRACE_SYSCALL_TABLE(syscalls_noargs, getegid, 6106, 0)
830#endif
831#ifndef OVERRIDE_TABLE_64_getppid
832TRACE_SYSCALL_TABLE(syscalls_noargs, getppid, 6108, 0)
833#endif
834#ifndef OVERRIDE_TABLE_64_getpgrp
835TRACE_SYSCALL_TABLE(syscalls_noargs, getpgrp, 6109, 0)
836#endif
837#ifndef OVERRIDE_TABLE_64_setsid
838TRACE_SYSCALL_TABLE(syscalls_noargs, setsid, 6110, 0)
839#endif
840#ifndef OVERRIDE_TABLE_64_munlockall
841TRACE_SYSCALL_TABLE(syscalls_noargs, munlockall, 6149, 0)
842#endif
843#ifndef OVERRIDE_TABLE_64_vhangup
844TRACE_SYSCALL_TABLE(syscalls_noargs, vhangup, 6150, 0)
845#endif
846#ifndef OVERRIDE_TABLE_64_sync
847TRACE_SYSCALL_TABLE(syscalls_noargs, sync, 6157, 0)
848#endif
849#ifndef OVERRIDE_TABLE_64_gettid
850TRACE_SYSCALL_TABLE(syscalls_noargs, gettid, 6178, 0)
851#endif
852#ifndef OVERRIDE_TABLE_64_restart_syscall
853TRACE_SYSCALL_TABLE(syscalls_noargs, restart_syscall, 6214, 0)
854#endif
855#ifndef OVERRIDE_TABLE_64_inotify_init
856TRACE_SYSCALL_TABLE(syscalls_noargs, inotify_init, 6247, 0)
857#endif
858#else /* #ifdef SC_ENTER */
859#ifndef OVERRIDE_TABLE_64_sgetmask
860TRACE_SYSCALL_TABLE(sgetmask, sgetmask, 4068, 0)
861#endif
862#ifndef OVERRIDE_TABLE_64_sched_yield
863TRACE_SYSCALL_TABLE(sched_yield, sched_yield, 6023, 0)
864#endif
865#ifndef OVERRIDE_TABLE_64_pause
866TRACE_SYSCALL_TABLE(pause, pause, 6033, 0)
867#endif
868#ifndef OVERRIDE_TABLE_64_getpid
869TRACE_SYSCALL_TABLE(getpid, getpid, 6038, 0)
870#endif
871#ifndef OVERRIDE_TABLE_64_getuid
872TRACE_SYSCALL_TABLE(getuid, getuid, 6100, 0)
873#endif
874#ifndef OVERRIDE_TABLE_64_getgid
875TRACE_SYSCALL_TABLE(getgid, getgid, 6102, 0)
876#endif
877#ifndef OVERRIDE_TABLE_64_geteuid
878TRACE_SYSCALL_TABLE(geteuid, geteuid, 6105, 0)
879#endif
880#ifndef OVERRIDE_TABLE_64_getegid
881TRACE_SYSCALL_TABLE(getegid, getegid, 6106, 0)
882#endif
883#ifndef OVERRIDE_TABLE_64_getppid
884TRACE_SYSCALL_TABLE(getppid, getppid, 6108, 0)
885#endif
886#ifndef OVERRIDE_TABLE_64_getpgrp
887TRACE_SYSCALL_TABLE(getpgrp, getpgrp, 6109, 0)
888#endif
889#ifndef OVERRIDE_TABLE_64_setsid
890TRACE_SYSCALL_TABLE(setsid, setsid, 6110, 0)
891#endif
892#ifndef OVERRIDE_TABLE_64_munlockall
893TRACE_SYSCALL_TABLE(munlockall, munlockall, 6149, 0)
894#endif
895#ifndef OVERRIDE_TABLE_64_vhangup
896TRACE_SYSCALL_TABLE(vhangup, vhangup, 6150, 0)
897#endif
898#ifndef OVERRIDE_TABLE_64_sync
899TRACE_SYSCALL_TABLE(sync, sync, 6157, 0)
900#endif
901#ifndef OVERRIDE_TABLE_64_gettid
902TRACE_SYSCALL_TABLE(gettid, gettid, 6178, 0)
903#endif
904#ifndef OVERRIDE_TABLE_64_restart_syscall
905TRACE_SYSCALL_TABLE(restart_syscall, restart_syscall, 6214, 0)
906#endif
907#ifndef OVERRIDE_TABLE_64_inotify_init
908TRACE_SYSCALL_TABLE(inotify_init, inotify_init, 6247, 0)
909#endif
910#endif /* else #ifdef SC_ENTER */
911#ifndef OVERRIDE_TABLE_64_nice
912TRACE_SYSCALL_TABLE(nice, nice, 4034, 1)
913#endif
914#ifndef OVERRIDE_TABLE_64_ssetmask
915TRACE_SYSCALL_TABLE(ssetmask, ssetmask, 4069, 1)
916#endif
917#ifndef OVERRIDE_TABLE_64_32_ipc
918TRACE_SYSCALL_TABLE(32_ipc, 32_ipc, 4117, 6)
919#endif
920#ifndef OVERRIDE_TABLE_64_bdflush
921TRACE_SYSCALL_TABLE(bdflush, bdflush, 4134, 2)
922#endif
923#ifndef OVERRIDE_TABLE_64_mips_mmap2
924TRACE_SYSCALL_TABLE(mips_mmap2, mips_mmap2, 4210, 6)
925#endif
926#ifndef OVERRIDE_TABLE_64_32_ftruncate64
927TRACE_SYSCALL_TABLE(32_ftruncate64, 32_ftruncate64, 4212, 4)
928#endif
929#ifndef OVERRIDE_TABLE_64_ioctl
930TRACE_SYSCALL_TABLE(ioctl, ioctl, 5015, 3)
931#endif
932#ifndef OVERRIDE_TABLE_64_fcntl
933TRACE_SYSCALL_TABLE(fcntl, fcntl, 5070, 3)
934#endif
935#ifndef OVERRIDE_TABLE_64_ptrace
936TRACE_SYSCALL_TABLE(ptrace, ptrace, 5099, 4)
937#endif
938#ifndef OVERRIDE_TABLE_64_personality
939TRACE_SYSCALL_TABLE(personality, personality, 5132, 1)
940#endif
941#ifndef OVERRIDE_TABLE_64_close
942TRACE_SYSCALL_TABLE(close, close, 6003, 1)
943#endif
944#ifndef OVERRIDE_TABLE_64_lseek
945TRACE_SYSCALL_TABLE(lseek, lseek, 6008, 3)
946#endif
947#ifndef OVERRIDE_TABLE_64_mips_mmap
948TRACE_SYSCALL_TABLE(mips_mmap, mips_mmap, 6009, 6)
949#endif
950#ifndef OVERRIDE_TABLE_64_mprotect
951TRACE_SYSCALL_TABLE(mprotect, mprotect, 6010, 3)
952#endif
953#ifndef OVERRIDE_TABLE_64_munmap
954TRACE_SYSCALL_TABLE(munmap, munmap, 6011, 2)
955#endif
956#ifndef OVERRIDE_TABLE_64_brk
957TRACE_SYSCALL_TABLE(brk, brk, 6012, 1)
958#endif
959#ifndef OVERRIDE_TABLE_64_mremap
960TRACE_SYSCALL_TABLE(mremap, mremap, 6024, 5)
961#endif
962#ifndef OVERRIDE_TABLE_64_msync
963TRACE_SYSCALL_TABLE(msync, msync, 6025, 3)
964#endif
965#ifndef OVERRIDE_TABLE_64_madvise
966TRACE_SYSCALL_TABLE(madvise, madvise, 6027, 3)
967#endif
968#ifndef OVERRIDE_TABLE_64_shmget
969TRACE_SYSCALL_TABLE(shmget, shmget, 6028, 3)
970#endif
971#ifndef OVERRIDE_TABLE_64_dup
972TRACE_SYSCALL_TABLE(dup, dup, 6031, 1)
973#endif
974#ifndef OVERRIDE_TABLE_64_dup2
975TRACE_SYSCALL_TABLE(dup2, dup2, 6032, 2)
976#endif
977#ifndef OVERRIDE_TABLE_64_alarm
978TRACE_SYSCALL_TABLE(alarm, alarm, 6037, 1)
979#endif
980#ifndef OVERRIDE_TABLE_64_socket
981TRACE_SYSCALL_TABLE(socket, socket, 6040, 3)
982#endif
983#ifndef OVERRIDE_TABLE_64_shutdown
984TRACE_SYSCALL_TABLE(shutdown, shutdown, 6047, 2)
985#endif
986#ifndef OVERRIDE_TABLE_64_listen
987TRACE_SYSCALL_TABLE(listen, listen, 6049, 2)
988#endif
989#ifndef OVERRIDE_TABLE_64_exit
990TRACE_SYSCALL_TABLE(exit, exit, 6058, 1)
991#endif
992#ifndef OVERRIDE_TABLE_64_kill
993TRACE_SYSCALL_TABLE(kill, kill, 6060, 2)
994#endif
995#ifndef OVERRIDE_TABLE_64_semget
996TRACE_SYSCALL_TABLE(semget, semget, 6062, 3)
997#endif
998#ifndef OVERRIDE_TABLE_64_n32_semctl
999TRACE_SYSCALL_TABLE(n32_semctl, n32_semctl, 6064, 4)
1000#endif
1001#ifndef OVERRIDE_TABLE_64_msgget
1002TRACE_SYSCALL_TABLE(msgget, msgget, 6066, 2)
1003#endif
1004#ifndef OVERRIDE_TABLE_64_n32_msgsnd
1005TRACE_SYSCALL_TABLE(n32_msgsnd, n32_msgsnd, 6067, 4)
1006#endif
1007#ifndef OVERRIDE_TABLE_64_n32_msgrcv
1008TRACE_SYSCALL_TABLE(n32_msgrcv, n32_msgrcv, 6068, 5)
1009#endif
1010#ifndef OVERRIDE_TABLE_64_flock
1011TRACE_SYSCALL_TABLE(flock, flock, 6071, 2)
1012#endif
1013#ifndef OVERRIDE_TABLE_64_fsync
1014TRACE_SYSCALL_TABLE(fsync, fsync, 6072, 1)
1015#endif
1016#ifndef OVERRIDE_TABLE_64_fdatasync
1017TRACE_SYSCALL_TABLE(fdatasync, fdatasync, 6073, 1)
1018#endif
1019#ifndef OVERRIDE_TABLE_64_ftruncate
1020TRACE_SYSCALL_TABLE(ftruncate, ftruncate, 6075, 2)
1021#endif
1022#ifndef OVERRIDE_TABLE_64_fchdir
1023TRACE_SYSCALL_TABLE(fchdir, fchdir, 6079, 1)
1024#endif
1025#ifndef OVERRIDE_TABLE_64_fchmod
1026TRACE_SYSCALL_TABLE(fchmod, fchmod, 6089, 2)
1027#endif
1028#ifndef OVERRIDE_TABLE_64_fchown
1029TRACE_SYSCALL_TABLE(fchown, fchown, 6091, 3)
1030#endif
1031#ifndef OVERRIDE_TABLE_64_umask
1032TRACE_SYSCALL_TABLE(umask, umask, 6093, 1)
1033#endif
1034#ifndef OVERRIDE_TABLE_64_setuid
1035TRACE_SYSCALL_TABLE(setuid, setuid, 6103, 1)
1036#endif
1037#ifndef OVERRIDE_TABLE_64_setgid
1038TRACE_SYSCALL_TABLE(setgid, setgid, 6104, 1)
1039#endif
1040#ifndef OVERRIDE_TABLE_64_setpgid
1041TRACE_SYSCALL_TABLE(setpgid, setpgid, 6107, 2)
1042#endif
1043#ifndef OVERRIDE_TABLE_64_setreuid
1044TRACE_SYSCALL_TABLE(setreuid, setreuid, 6111, 2)
1045#endif
1046#ifndef OVERRIDE_TABLE_64_setregid
1047TRACE_SYSCALL_TABLE(setregid, setregid, 6112, 2)
1048#endif
1049#ifndef OVERRIDE_TABLE_64_setresuid
1050TRACE_SYSCALL_TABLE(setresuid, setresuid, 6115, 3)
1051#endif
1052#ifndef OVERRIDE_TABLE_64_setresgid
1053TRACE_SYSCALL_TABLE(setresgid, setresgid, 6117, 3)
1054#endif
1055#ifndef OVERRIDE_TABLE_64_getpgid
1056TRACE_SYSCALL_TABLE(getpgid, getpgid, 6119, 1)
1057#endif
1058#ifndef OVERRIDE_TABLE_64_setfsuid
1059TRACE_SYSCALL_TABLE(setfsuid, setfsuid, 6120, 1)
1060#endif
1061#ifndef OVERRIDE_TABLE_64_setfsgid
1062TRACE_SYSCALL_TABLE(setfsgid, setfsgid, 6121, 1)
1063#endif
1064#ifndef OVERRIDE_TABLE_64_getsid
1065TRACE_SYSCALL_TABLE(getsid, getsid, 6122, 1)
1066#endif
1067#ifndef OVERRIDE_TABLE_64_32_personality
1068TRACE_SYSCALL_TABLE(32_personality, 32_personality, 6132, 1)
1069#endif
1070#ifndef OVERRIDE_TABLE_64_sysfs
1071TRACE_SYSCALL_TABLE(sysfs, sysfs, 6136, 3)
1072#endif
1073#ifndef OVERRIDE_TABLE_64_getpriority
1074TRACE_SYSCALL_TABLE(getpriority, getpriority, 6137, 2)
1075#endif
1076#ifndef OVERRIDE_TABLE_64_setpriority
1077TRACE_SYSCALL_TABLE(setpriority, setpriority, 6138, 3)
1078#endif
1079#ifndef OVERRIDE_TABLE_64_sched_getscheduler
1080TRACE_SYSCALL_TABLE(sched_getscheduler, sched_getscheduler, 6142, 1)
1081#endif
1082#ifndef OVERRIDE_TABLE_64_sched_get_priority_max
1083TRACE_SYSCALL_TABLE(sched_get_priority_max, sched_get_priority_max, 6143, 1)
1084#endif
1085#ifndef OVERRIDE_TABLE_64_sched_get_priority_min
1086TRACE_SYSCALL_TABLE(sched_get_priority_min, sched_get_priority_min, 6144, 1)
1087#endif
1088#ifndef OVERRIDE_TABLE_64_mlock
1089TRACE_SYSCALL_TABLE(mlock, mlock, 6146, 2)
1090#endif
1091#ifndef OVERRIDE_TABLE_64_munlock
1092TRACE_SYSCALL_TABLE(munlock, munlock, 6147, 2)
1093#endif
1094#ifndef OVERRIDE_TABLE_64_mlockall
1095TRACE_SYSCALL_TABLE(mlockall, mlockall, 6148, 1)
1096#endif
1097#ifndef OVERRIDE_TABLE_64_prctl
1098TRACE_SYSCALL_TABLE(prctl, prctl, 6153, 5)
1099#endif
1100#ifndef OVERRIDE_TABLE_64_tkill
1101TRACE_SYSCALL_TABLE(tkill, tkill, 6192, 2)
1102#endif
1103#ifndef OVERRIDE_TABLE_64_cacheflush
1104TRACE_SYSCALL_TABLE(cacheflush, cacheflush, 6197, 3)
1105#endif
1106#ifndef OVERRIDE_TABLE_64_io_destroy
1107TRACE_SYSCALL_TABLE(io_destroy, io_destroy, 6201, 1)
1108#endif
1109#ifndef OVERRIDE_TABLE_64_exit_group
1110TRACE_SYSCALL_TABLE(exit_group, exit_group, 6205, 1)
1111#endif
1112#ifndef OVERRIDE_TABLE_64_epoll_create
1113TRACE_SYSCALL_TABLE(epoll_create, epoll_create, 6207, 1)
1114#endif
1115#ifndef OVERRIDE_TABLE_64_remap_file_pages
1116TRACE_SYSCALL_TABLE(remap_file_pages, remap_file_pages, 6210, 5)
1117#endif
1118#ifndef OVERRIDE_TABLE_64_timer_getoverrun
1119TRACE_SYSCALL_TABLE(timer_getoverrun, timer_getoverrun, 6223, 1)
1120#endif
1121#ifndef OVERRIDE_TABLE_64_timer_delete
1122TRACE_SYSCALL_TABLE(timer_delete, timer_delete, 6224, 1)
1123#endif
1124#ifndef OVERRIDE_TABLE_64_tgkill
1125TRACE_SYSCALL_TABLE(tgkill, tgkill, 6229, 3)
1126#endif
1127#ifndef OVERRIDE_TABLE_64_set_thread_area
1128TRACE_SYSCALL_TABLE(set_thread_area, set_thread_area, 6246, 1)
1129#endif
1130#ifndef OVERRIDE_TABLE_64_inotify_rm_watch
1131TRACE_SYSCALL_TABLE(inotify_rm_watch, inotify_rm_watch, 6249, 2)
1132#endif
1133#ifndef OVERRIDE_TABLE_64_unshare
1134TRACE_SYSCALL_TABLE(unshare, unshare, 6266, 1)
1135#endif
1136#ifndef OVERRIDE_TABLE_64_tee
1137TRACE_SYSCALL_TABLE(tee, tee, 6269, 4)
1138#endif
1139#ifndef OVERRIDE_TABLE_64_ioprio_set
1140TRACE_SYSCALL_TABLE(ioprio_set, ioprio_set, 6277, 3)
1141#endif
1142#ifndef OVERRIDE_TABLE_64_ioprio_get
1143TRACE_SYSCALL_TABLE(ioprio_get, ioprio_get, 6278, 2)
1144#endif
1145#ifndef OVERRIDE_TABLE_64_eventfd
1146TRACE_SYSCALL_TABLE(eventfd, eventfd, 6282, 1)
1147#endif
1148#ifndef OVERRIDE_TABLE_64_timerfd_create
1149TRACE_SYSCALL_TABLE(timerfd_create, timerfd_create, 6284, 2)
1150#endif
1151#ifndef OVERRIDE_TABLE_64_eventfd2
1152TRACE_SYSCALL_TABLE(eventfd2, eventfd2, 6288, 2)
1153#endif
1154#ifndef OVERRIDE_TABLE_64_epoll_create1
1155TRACE_SYSCALL_TABLE(epoll_create1, epoll_create1, 6289, 1)
1156#endif
1157#ifndef OVERRIDE_TABLE_64_dup3
1158TRACE_SYSCALL_TABLE(dup3, dup3, 6290, 3)
1159#endif
1160#ifndef OVERRIDE_TABLE_64_inotify_init1
1161TRACE_SYSCALL_TABLE(inotify_init1, inotify_init1, 6292, 1)
1162#endif
1163#ifndef OVERRIDE_TABLE_64_syncfs
1164TRACE_SYSCALL_TABLE(syncfs, syncfs, 6306, 1)
1165#endif
1166#ifndef OVERRIDE_TABLE_64_setns
1167TRACE_SYSCALL_TABLE(setns, setns, 6308, 2)
1168#endif
1169
1170#endif /* CREATE_SYSCALL_TABLE */
This page took 0.025538 seconds and 4 git commands to generate.