Add script to automate the syscall extraction process
[deliverable/lttng-modules.git] / instrumentation / syscalls / headers / x86-64-syscalls-3.10.0-rc7_integers.h
index 30832aeb4e485b09ac1cd82712810416d3660ab8..f7cf7c1d68663137f01d4494b0279c111eb0c22a 100644 (file)
 #if !defined(_TRACE_SYSCALLS_INTEGERS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_SYSCALLS_INTEGERS_H
 
-#include "../../../probes/lttng-tracepoint-event.h"
+#include <probes/lttng-tracepoint-event.h>
 #include <linux/syscalls.h>
 #include "x86-64-syscalls-3.10.0-rc7_integers_override.h"
 #include "syscalls_integers_override.h"
 
 #ifdef SC_ENTER
-SC_DECLARE_EVENT_CLASS_NOARGS(syscalls_noargs,
-       TP_STRUCT__entry(),
-       TP_fast_assign(),
-       TP_printk()
+SC_LTTNG_TRACEPOINT_EVENT_CLASS_NOARGS(syscalls_noargs,
+       TP_FIELDS()
 )
 #ifndef OVERRIDE_64_sched_yield
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sched_yield)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield)
 #endif
 #ifndef OVERRIDE_64_pause
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, pause)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, pause)
 #endif
 #ifndef OVERRIDE_64_getpid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getpid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid)
 #endif
 #ifndef OVERRIDE_64_getuid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getuid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid)
 #endif
 #ifndef OVERRIDE_64_getgid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getgid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getgid)
 #endif
 #ifndef OVERRIDE_64_geteuid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, geteuid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, geteuid)
 #endif
 #ifndef OVERRIDE_64_getegid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getegid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getegid)
 #endif
 #ifndef OVERRIDE_64_getppid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getppid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getppid)
 #endif
 #ifndef OVERRIDE_64_getpgrp
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, getpgrp)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpgrp)
 #endif
 #ifndef OVERRIDE_64_setsid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, setsid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, setsid)
 #endif
 #ifndef OVERRIDE_64_munlockall
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, munlockall)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall)
 #endif
 #ifndef OVERRIDE_64_vhangup
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, vhangup)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vhangup)
 #endif
 #ifndef OVERRIDE_64_sync
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sync)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sync)
 #endif
 #ifndef OVERRIDE_64_gettid
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, gettid)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, gettid)
 #endif
 #ifndef OVERRIDE_64_restart_syscall
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, restart_syscall)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall)
 #endif
 #ifndef OVERRIDE_64_inotify_init
-SC_DEFINE_EVENT_NOARGS(syscalls_noargs, inotify_init)
+SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, inotify_init)
 #endif
 #else /* #ifdef SC_ENTER */
 #ifndef OVERRIDE_64_sched_yield
-SC_TRACE_EVENT(sched_yield,
+SC_LTTNG_TRACEPOINT_EVENT(sched_yield,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_pause
-SC_TRACE_EVENT(pause,
+SC_LTTNG_TRACEPOINT_EVENT(pause,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getpid
-SC_TRACE_EVENT(getpid,
+SC_LTTNG_TRACEPOINT_EVENT(getpid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getuid
-SC_TRACE_EVENT(getuid,
+SC_LTTNG_TRACEPOINT_EVENT(getuid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getgid
-SC_TRACE_EVENT(getgid,
+SC_LTTNG_TRACEPOINT_EVENT(getgid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_geteuid
-SC_TRACE_EVENT(geteuid,
+SC_LTTNG_TRACEPOINT_EVENT(geteuid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getegid
-SC_TRACE_EVENT(getegid,
+SC_LTTNG_TRACEPOINT_EVENT(getegid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getppid
-SC_TRACE_EVENT(getppid,
+SC_LTTNG_TRACEPOINT_EVENT(getppid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_getpgrp
-SC_TRACE_EVENT(getpgrp,
+SC_LTTNG_TRACEPOINT_EVENT(getpgrp,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_setsid
-SC_TRACE_EVENT(setsid,
+SC_LTTNG_TRACEPOINT_EVENT(setsid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_munlockall
-SC_TRACE_EVENT(munlockall,
+SC_LTTNG_TRACEPOINT_EVENT(munlockall,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_vhangup
-SC_TRACE_EVENT(vhangup,
+SC_LTTNG_TRACEPOINT_EVENT(vhangup,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_sync
-SC_TRACE_EVENT(sync,
+SC_LTTNG_TRACEPOINT_EVENT(sync,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_gettid
-SC_TRACE_EVENT(gettid,
+SC_LTTNG_TRACEPOINT_EVENT(gettid,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_restart_syscall
-SC_TRACE_EVENT(restart_syscall,
+SC_LTTNG_TRACEPOINT_EVENT(restart_syscall,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #ifndef OVERRIDE_64_inotify_init
-SC_TRACE_EVENT(inotify_init,
+SC_LTTNG_TRACEPOINT_EVENT(inotify_init,
        TP_PROTO(sc_exit(long ret)),
        TP_ARGS(sc_exit(ret)),
-       TP_STRUCT__entry(sc_exit(__field(long, ret))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)))
 )
 #endif
 #endif /* else #ifdef SC_ENTER */
 #ifndef OVERRIDE_64_close
-SC_TRACE_EVENT(close,
+SC_LTTNG_TRACEPOINT_EVENT(close,
        TP_PROTO(sc_exit(long ret,) unsigned int fd),
        TP_ARGS(sc_exit(ret,) fd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
 )
 #endif
 #ifndef OVERRIDE_64_brk
-SC_TRACE_EVENT(brk,
+SC_LTTNG_TRACEPOINT_EVENT(brk,
        TP_PROTO(sc_exit(long ret,) unsigned long brk),
        TP_ARGS(sc_exit(ret,) brk),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, brk))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(brk, brk))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, brk, brk)))
 )
 #endif
 #ifndef OVERRIDE_64_dup
-SC_TRACE_EVENT(dup,
+SC_LTTNG_TRACEPOINT_EVENT(dup,
        TP_PROTO(sc_exit(long ret,) unsigned int fildes),
        TP_ARGS(sc_exit(ret,) fildes),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fildes))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fildes, fildes))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fildes, fildes)))
 )
 #endif
 #ifndef OVERRIDE_64_alarm
-SC_TRACE_EVENT(alarm,
+SC_LTTNG_TRACEPOINT_EVENT(alarm,
        TP_PROTO(sc_exit(long ret,) unsigned int seconds),
        TP_ARGS(sc_exit(ret,) seconds),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, seconds))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(seconds, seconds))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, seconds, seconds)))
 )
 #endif
 #ifndef OVERRIDE_64_exit
-SC_TRACE_EVENT(exit,
+SC_LTTNG_TRACEPOINT_EVENT(exit,
        TP_PROTO(sc_exit(long ret,) int error_code),
        TP_ARGS(sc_exit(ret,) error_code),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, error_code))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(error_code, error_code))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
 )
 #endif
 #ifndef OVERRIDE_64_fsync
-SC_TRACE_EVENT(fsync,
+SC_LTTNG_TRACEPOINT_EVENT(fsync,
        TP_PROTO(sc_exit(long ret,) unsigned int fd),
        TP_ARGS(sc_exit(ret,) fd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
 )
 #endif
 #ifndef OVERRIDE_64_fdatasync
-SC_TRACE_EVENT(fdatasync,
+SC_LTTNG_TRACEPOINT_EVENT(fdatasync,
        TP_PROTO(sc_exit(long ret,) unsigned int fd),
        TP_ARGS(sc_exit(ret,) fd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
 )
 #endif
 #ifndef OVERRIDE_64_fchdir
-SC_TRACE_EVENT(fchdir,
+SC_LTTNG_TRACEPOINT_EVENT(fchdir,
        TP_PROTO(sc_exit(long ret,) unsigned int fd),
        TP_ARGS(sc_exit(ret,) fd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)))
 )
 #endif
 #ifndef OVERRIDE_64_umask
-SC_TRACE_EVENT(umask,
+SC_LTTNG_TRACEPOINT_EVENT(umask,
        TP_PROTO(sc_exit(long ret,) int mask),
        TP_ARGS(sc_exit(ret,) mask),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, mask))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(mask, mask))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mask, mask)))
 )
 #endif
 #ifndef OVERRIDE_64_setuid
-SC_TRACE_EVENT(setuid,
+SC_LTTNG_TRACEPOINT_EVENT(setuid,
        TP_PROTO(sc_exit(long ret,) uid_t uid),
        TP_ARGS(sc_exit(ret,) uid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(uid_t, uid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(uid, uid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
 )
 #endif
 #ifndef OVERRIDE_64_setgid
-SC_TRACE_EVENT(setgid,
+SC_LTTNG_TRACEPOINT_EVENT(setgid,
        TP_PROTO(sc_exit(long ret,) gid_t gid),
        TP_ARGS(sc_exit(ret,) gid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(gid_t, gid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(gid, gid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
 )
 #endif
 #ifndef OVERRIDE_64_getpgid
-SC_TRACE_EVENT(getpgid,
+SC_LTTNG_TRACEPOINT_EVENT(getpgid,
        TP_PROTO(sc_exit(long ret,) pid_t pid),
        TP_ARGS(sc_exit(ret,) pid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
 )
 #endif
 #ifndef OVERRIDE_64_setfsuid
-SC_TRACE_EVENT(setfsuid,
+SC_LTTNG_TRACEPOINT_EVENT(setfsuid,
        TP_PROTO(sc_exit(long ret,) uid_t uid),
        TP_ARGS(sc_exit(ret,) uid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(uid_t, uid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(uid, uid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(uid_t, uid, uid)))
 )
 #endif
 #ifndef OVERRIDE_64_setfsgid
-SC_TRACE_EVENT(setfsgid,
+SC_LTTNG_TRACEPOINT_EVENT(setfsgid,
        TP_PROTO(sc_exit(long ret,) gid_t gid),
        TP_ARGS(sc_exit(ret,) gid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(gid_t, gid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(gid, gid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(gid_t, gid, gid)))
 )
 #endif
 #ifndef OVERRIDE_64_getsid
-SC_TRACE_EVENT(getsid,
+SC_LTTNG_TRACEPOINT_EVENT(getsid,
        TP_PROTO(sc_exit(long ret,) pid_t pid),
        TP_ARGS(sc_exit(ret,) pid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
 )
 #endif
 #ifndef OVERRIDE_64_personality
-SC_TRACE_EVENT(personality,
+SC_LTTNG_TRACEPOINT_EVENT(personality,
        TP_PROTO(sc_exit(long ret,) unsigned int personality),
        TP_ARGS(sc_exit(ret,) personality),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, personality))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(personality, personality))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, personality, personality)))
 )
 #endif
 #ifndef OVERRIDE_64_sched_getscheduler
-SC_TRACE_EVENT(sched_getscheduler,
+SC_LTTNG_TRACEPOINT_EVENT(sched_getscheduler,
        TP_PROTO(sc_exit(long ret,) pid_t pid),
        TP_ARGS(sc_exit(ret,) pid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)))
 )
 #endif
 #ifndef OVERRIDE_64_sched_get_priority_max
-SC_TRACE_EVENT(sched_get_priority_max,
+SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_max,
        TP_PROTO(sc_exit(long ret,) int policy),
        TP_ARGS(sc_exit(ret,) policy),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, policy))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(policy, policy))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
 )
 #endif
 #ifndef OVERRIDE_64_sched_get_priority_min
-SC_TRACE_EVENT(sched_get_priority_min,
+SC_LTTNG_TRACEPOINT_EVENT(sched_get_priority_min,
        TP_PROTO(sc_exit(long ret,) int policy),
        TP_ARGS(sc_exit(ret,) policy),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, policy))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(policy, policy))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, policy, policy)))
 )
 #endif
 #ifndef OVERRIDE_64_mlockall
-SC_TRACE_EVENT(mlockall,
+SC_LTTNG_TRACEPOINT_EVENT(mlockall,
        TP_PROTO(sc_exit(long ret,) int flags),
        TP_ARGS(sc_exit(ret,) flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_io_destroy
-SC_TRACE_EVENT(io_destroy,
+SC_LTTNG_TRACEPOINT_EVENT(io_destroy,
        TP_PROTO(sc_exit(long ret,) aio_context_t ctx),
        TP_ARGS(sc_exit(ret,) ctx),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(aio_context_t, ctx))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ctx, ctx))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx, ctx)))
 )
 #endif
 #ifndef OVERRIDE_64_epoll_create
-SC_TRACE_EVENT(epoll_create,
+SC_LTTNG_TRACEPOINT_EVENT(epoll_create,
        TP_PROTO(sc_exit(long ret,) int size),
        TP_ARGS(sc_exit(ret,) size),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, size))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(size, size))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, size, size)))
 )
 #endif
 #ifndef OVERRIDE_64_timer_getoverrun
-SC_TRACE_EVENT(timer_getoverrun,
+SC_LTTNG_TRACEPOINT_EVENT(timer_getoverrun,
        TP_PROTO(sc_exit(long ret,) timer_t timer_id),
        TP_ARGS(sc_exit(ret,) timer_id),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(timer_t, timer_id))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(timer_id, timer_id))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
 )
 #endif
 #ifndef OVERRIDE_64_timer_delete
-SC_TRACE_EVENT(timer_delete,
+SC_LTTNG_TRACEPOINT_EVENT(timer_delete,
        TP_PROTO(sc_exit(long ret,) timer_t timer_id),
        TP_ARGS(sc_exit(ret,) timer_id),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(timer_t, timer_id))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(timer_id, timer_id))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)))
 )
 #endif
 #ifndef OVERRIDE_64_exit_group
-SC_TRACE_EVENT(exit_group,
+SC_LTTNG_TRACEPOINT_EVENT(exit_group,
        TP_PROTO(sc_exit(long ret,) int error_code),
        TP_ARGS(sc_exit(ret,) error_code),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, error_code))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(error_code, error_code))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, error_code, error_code)))
 )
 #endif
 #ifndef OVERRIDE_64_unshare
-SC_TRACE_EVENT(unshare,
+SC_LTTNG_TRACEPOINT_EVENT(unshare,
        TP_PROTO(sc_exit(long ret,) unsigned long unshare_flags),
        TP_ARGS(sc_exit(ret,) unshare_flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, unshare_flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(unshare_flags, unshare_flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, unshare_flags, unshare_flags)))
 )
 #endif
 #ifndef OVERRIDE_64_eventfd
-SC_TRACE_EVENT(eventfd,
+SC_LTTNG_TRACEPOINT_EVENT(eventfd,
        TP_PROTO(sc_exit(long ret,) unsigned int count),
        TP_ARGS(sc_exit(ret,) count),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, count))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(count, count))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)))
 )
 #endif
 #ifndef OVERRIDE_64_epoll_create1
-SC_TRACE_EVENT(epoll_create1,
+SC_LTTNG_TRACEPOINT_EVENT(epoll_create1,
        TP_PROTO(sc_exit(long ret,) int flags),
        TP_ARGS(sc_exit(ret,) flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_inotify_init1
-SC_TRACE_EVENT(inotify_init1,
+SC_LTTNG_TRACEPOINT_EVENT(inotify_init1,
        TP_PROTO(sc_exit(long ret,) int flags),
        TP_ARGS(sc_exit(ret,) flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_syncfs
-SC_TRACE_EVENT(syncfs,
+SC_LTTNG_TRACEPOINT_EVENT(syncfs,
        TP_PROTO(sc_exit(long ret,) int fd),
        TP_ARGS(sc_exit(ret,) fd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)))
 )
 #endif
 #ifndef OVERRIDE_64_munmap
-SC_TRACE_EVENT(munmap,
+SC_LTTNG_TRACEPOINT_EVENT(munmap,
        TP_PROTO(sc_exit(long ret,) unsigned long addr, size_t len),
        TP_ARGS(sc_exit(ret,) addr, len),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(unsigned long, addr)) sc_in(__field(size_t, len))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(addr, addr)) sc_in(tp_assign(len, len))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_dup2
-SC_TRACE_EVENT(dup2,
+SC_LTTNG_TRACEPOINT_EVENT(dup2,
        TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd),
        TP_ARGS(sc_exit(ret,) oldfd, newfd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, oldfd)) sc_in(__field(unsigned int, newfd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(oldfd, oldfd)) sc_in(tp_assign(newfd, newfd))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_shutdown
-SC_TRACE_EVENT(shutdown,
+SC_LTTNG_TRACEPOINT_EVENT(shutdown,
        TP_PROTO(sc_exit(long ret,) int fd, int how),
        TP_ARGS(sc_exit(ret,) fd, how),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(int, how))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(how, how))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, how, how)))
 )
 #endif
 #ifndef OVERRIDE_64_listen
-SC_TRACE_EVENT(listen,
+SC_LTTNG_TRACEPOINT_EVENT(listen,
        TP_PROTO(sc_exit(long ret,) int fd, int backlog),
        TP_ARGS(sc_exit(ret,) fd, backlog),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(int, backlog))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(backlog, backlog))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, backlog, backlog)))
 )
 #endif
 #ifndef OVERRIDE_64_kill
-SC_TRACE_EVENT(kill,
+SC_LTTNG_TRACEPOINT_EVENT(kill,
        TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
        TP_ARGS(sc_exit(ret,) pid, sig),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(int, sig))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(sig, sig))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
 )
 #endif
 #ifndef OVERRIDE_64_msgget
-SC_TRACE_EVENT(msgget,
+SC_LTTNG_TRACEPOINT_EVENT(msgget,
        TP_PROTO(sc_exit(long ret,) key_t key, int msgflg),
        TP_ARGS(sc_exit(ret,) key, msgflg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(key_t, key)) sc_in(__field(int, msgflg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(key, key)) sc_in(tp_assign(msgflg, msgflg))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(key_t, key, key)) sc_in(ctf_integer(int, msgflg, msgflg)))
 )
 #endif
 #ifndef OVERRIDE_64_flock
-SC_TRACE_EVENT(flock,
+SC_LTTNG_TRACEPOINT_EVENT(flock,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd),
        TP_ARGS(sc_exit(ret,) fd, cmd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(unsigned int, cmd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(cmd, cmd))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_ftruncate
-SC_TRACE_EVENT(ftruncate,
+SC_LTTNG_TRACEPOINT_EVENT(ftruncate,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long length),
        TP_ARGS(sc_exit(ret,) fd, length),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(unsigned long, length))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(length, length))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_fchmod
-SC_TRACE_EVENT(fchmod,
+SC_LTTNG_TRACEPOINT_EVENT(fchmod,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, umode_t mode),
        TP_ARGS(sc_exit(ret,) fd, mode),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(umode_t, mode))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(mode, mode))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setpgid
-SC_TRACE_EVENT(setpgid,
+SC_LTTNG_TRACEPOINT_EVENT(setpgid,
        TP_PROTO(sc_exit(long ret,) pid_t pid, pid_t pgid),
        TP_ARGS(sc_exit(ret,) pid, pgid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(pid_t, pgid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(pgid, pgid))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setreuid
-SC_TRACE_EVENT(setreuid,
+SC_LTTNG_TRACEPOINT_EVENT(setreuid,
        TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid),
        TP_ARGS(sc_exit(ret,) ruid, euid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(uid_t, ruid)) sc_in(__field(uid_t, euid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ruid, ruid)) sc_in(tp_assign(euid, euid))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setregid
-SC_TRACE_EVENT(setregid,
+SC_LTTNG_TRACEPOINT_EVENT(setregid,
        TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid),
        TP_ARGS(sc_exit(ret,) rgid, egid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(gid_t, rgid)) sc_in(__field(gid_t, egid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(rgid, rgid)) sc_in(tp_assign(egid, egid))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_getpriority
-SC_TRACE_EVENT(getpriority,
+SC_LTTNG_TRACEPOINT_EVENT(getpriority,
        TP_PROTO(sc_exit(long ret,) int which, int who),
        TP_ARGS(sc_exit(ret,) which, who),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field(int, who))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(who, who))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
 )
 #endif
 #ifndef OVERRIDE_64_mlock
-SC_TRACE_EVENT(mlock,
+SC_LTTNG_TRACEPOINT_EVENT(mlock,
        TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
        TP_ARGS(sc_exit(ret,) start, len),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len, len))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_munlock
-SC_TRACE_EVENT(munlock,
+SC_LTTNG_TRACEPOINT_EVENT(munlock,
        TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len),
        TP_ARGS(sc_exit(ret,) start, len),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len, len))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_tkill
-SC_TRACE_EVENT(tkill,
+SC_LTTNG_TRACEPOINT_EVENT(tkill,
        TP_PROTO(sc_exit(long ret,) pid_t pid, int sig),
        TP_ARGS(sc_exit(ret,) pid, sig),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(int, sig))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(sig, sig))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)))
 )
 #endif
 #ifndef OVERRIDE_64_ioprio_get
-SC_TRACE_EVENT(ioprio_get,
+SC_LTTNG_TRACEPOINT_EVENT(ioprio_get,
        TP_PROTO(sc_exit(long ret,) int which, int who),
        TP_ARGS(sc_exit(ret,) which, who),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field(int, who))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(who, who))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who)))
 )
 #endif
 #ifndef OVERRIDE_64_inotify_rm_watch
-SC_TRACE_EVENT(inotify_rm_watch,
+SC_LTTNG_TRACEPOINT_EVENT(inotify_rm_watch,
        TP_PROTO(sc_exit(long ret,) int fd, __s32 wd),
        TP_ARGS(sc_exit(ret,) fd, wd),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(__s32, wd))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(wd, wd))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(__s32, wd, wd)))
 )
 #endif
 #ifndef OVERRIDE_64_timerfd_create
-SC_TRACE_EVENT(timerfd_create,
+SC_LTTNG_TRACEPOINT_EVENT(timerfd_create,
        TP_PROTO(sc_exit(long ret,) int clockid, int flags),
        TP_ARGS(sc_exit(ret,) clockid, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, clockid)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(clockid, clockid)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, clockid, clockid)) sc_in(ctf_integer(int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_eventfd2
-SC_TRACE_EVENT(eventfd2,
+SC_LTTNG_TRACEPOINT_EVENT(eventfd2,
        TP_PROTO(sc_exit(long ret,) unsigned int count, int flags),
        TP_ARGS(sc_exit(ret,) count, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, count)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(count, count)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, count, count)) sc_in(ctf_integer(int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_fanotify_init
-SC_TRACE_EVENT(fanotify_init,
+SC_LTTNG_TRACEPOINT_EVENT(fanotify_init,
        TP_PROTO(sc_exit(long ret,) unsigned int flags, unsigned int event_f_flags),
        TP_ARGS(sc_exit(ret,) flags, event_f_flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, flags)) sc_in(__field(unsigned int, event_f_flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(event_f_flags, event_f_flags))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setns
-SC_TRACE_EVENT(setns,
+SC_LTTNG_TRACEPOINT_EVENT(setns,
        TP_PROTO(sc_exit(long ret,) int fd, int nstype),
        TP_ARGS(sc_exit(ret,) fd, nstype),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(int, nstype))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(nstype, nstype))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype)))
 )
 #endif
 #ifndef OVERRIDE_64_lseek
-SC_TRACE_EVENT(lseek,
+SC_LTTNG_TRACEPOINT_EVENT(lseek,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int whence),
        TP_ARGS(sc_exit(ret,) fd, offset, whence),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(off_t, offset)) sc_in(__field(unsigned int, whence))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(offset, offset)) sc_in(tp_assign(whence, whence))),
-       TP_printk()
+       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, whence, whence)))
 )
 #endif
 #ifndef OVERRIDE_64_mprotect
-SC_TRACE_EVENT(mprotect,
+SC_LTTNG_TRACEPOINT_EVENT(mprotect,
        TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned long prot),
        TP_ARGS(sc_exit(ret,) start, len, prot),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len)) sc_in(__field(unsigned long, prot))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len, len)) sc_in(tp_assign(prot, prot))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_ioctl
-SC_TRACE_EVENT(ioctl,
+SC_LTTNG_TRACEPOINT_EVENT(ioctl,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
        TP_ARGS(sc_exit(ret,) fd, cmd, arg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(unsigned int, cmd)) sc_inout(__field(unsigned long, arg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(cmd, cmd)) sc_inout(tp_assign(arg, arg))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_msync
-SC_TRACE_EVENT(msync,
+SC_LTTNG_TRACEPOINT_EVENT(msync,
        TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags),
        TP_ARGS(sc_exit(ret,) start, len, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len, len)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_madvise
-SC_TRACE_EVENT(madvise,
+SC_LTTNG_TRACEPOINT_EVENT(madvise,
        TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len_in, int behavior),
        TP_ARGS(sc_exit(ret,) start, len_in, behavior),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len_in)) sc_in(__field(int, behavior))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len_in, len_in)) sc_in(tp_assign(behavior, behavior))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_shmget
-SC_TRACE_EVENT(shmget,
+SC_LTTNG_TRACEPOINT_EVENT(shmget,
        TP_PROTO(sc_exit(long ret,) key_t key, size_t size, int shmflg),
        TP_ARGS(sc_exit(ret,) key, size, shmflg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(key_t, key)) sc_in(__field(size_t, size)) sc_in(__field(int, shmflg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(key, key)) sc_in(tp_assign(size, size)) sc_in(tp_assign(shmflg, shmflg))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_socket
-SC_TRACE_EVENT(socket,
+SC_LTTNG_TRACEPOINT_EVENT(socket,
        TP_PROTO(sc_exit(long ret,) int family, int type, int protocol),
        TP_ARGS(sc_exit(ret,) family, type, protocol),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, family)) sc_in(__field(int, type)) sc_in(__field(int, protocol))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(family, family)) sc_in(tp_assign(type, type)) sc_in(tp_assign(protocol, protocol))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_semget
-SC_TRACE_EVENT(semget,
+SC_LTTNG_TRACEPOINT_EVENT(semget,
        TP_PROTO(sc_exit(long ret,) key_t key, int nsems, int semflg),
        TP_ARGS(sc_exit(ret,) key, nsems, semflg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(key_t, key)) sc_in(__field(int, nsems)) sc_in(__field(int, semflg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(key, key)) sc_in(tp_assign(nsems, nsems)) sc_in(tp_assign(semflg, semflg))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_fcntl
-SC_TRACE_EVENT(fcntl,
+SC_LTTNG_TRACEPOINT_EVENT(fcntl,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, unsigned long arg),
        TP_ARGS(sc_exit(ret,) fd, cmd, arg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(unsigned int, cmd)) sc_inout(__field(unsigned long, arg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(cmd, cmd)) sc_inout(tp_assign(arg, arg))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_fchown
-SC_TRACE_EVENT(fchown,
+SC_LTTNG_TRACEPOINT_EVENT(fchown,
        TP_PROTO(sc_exit(long ret,) unsigned int fd, uid_t user, gid_t group),
        TP_ARGS(sc_exit(ret,) fd, user, group),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field(uid_t, user)) sc_in(__field(gid_t, group))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(user, user)) sc_in(tp_assign(group, group))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setresuid
-SC_TRACE_EVENT(setresuid,
+SC_LTTNG_TRACEPOINT_EVENT(setresuid,
        TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid, uid_t suid),
        TP_ARGS(sc_exit(ret,) ruid, euid, suid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(uid_t, ruid)) sc_in(__field(uid_t, euid)) sc_in(__field(uid_t, suid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ruid, ruid)) sc_in(tp_assign(euid, euid)) sc_in(tp_assign(suid, suid))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setresgid
-SC_TRACE_EVENT(setresgid,
+SC_LTTNG_TRACEPOINT_EVENT(setresgid,
        TP_PROTO(sc_exit(long ret,) gid_t rgid, gid_t egid, gid_t sgid),
        TP_ARGS(sc_exit(ret,) rgid, egid, sgid),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(gid_t, rgid)) sc_in(__field(gid_t, egid)) sc_in(__field(gid_t, sgid))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(rgid, rgid)) sc_in(tp_assign(egid, egid)) sc_in(tp_assign(sgid, sgid))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_sysfs
-SC_TRACE_EVENT(sysfs,
+SC_LTTNG_TRACEPOINT_EVENT(sysfs,
        TP_PROTO(sc_exit(long ret,) int option, unsigned long arg1, unsigned long arg2),
        TP_ARGS(sc_exit(ret,) option, arg1, arg2),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, option)) sc_in(__field(unsigned long, arg1)) sc_in(__field(unsigned long, arg2))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(option, option)) sc_in(tp_assign(arg1, arg1)) sc_in(tp_assign(arg2, arg2))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_setpriority
-SC_TRACE_EVENT(setpriority,
+SC_LTTNG_TRACEPOINT_EVENT(setpriority,
        TP_PROTO(sc_exit(long ret,) int which, int who, int niceval),
        TP_ARGS(sc_exit(ret,) which, who, niceval),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field(int, who)) sc_in(__field(int, niceval))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(who, who)) sc_in(tp_assign(niceval, niceval))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_readahead
-SC_TRACE_EVENT(readahead,
+SC_LTTNG_TRACEPOINT_EVENT(readahead,
        TP_PROTO(sc_exit(long ret,) int fd, loff_t offset, size_t count),
        TP_ARGS(sc_exit(ret,) fd, offset, count),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(loff_t, offset)) sc_in(__field(size_t, count))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(offset, offset)) sc_in(tp_assign(count, count))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(size_t, count, count)))
 )
 #endif
 #ifndef OVERRIDE_64_tgkill
-SC_TRACE_EVENT(tgkill,
+SC_LTTNG_TRACEPOINT_EVENT(tgkill,
        TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig),
        TP_ARGS(sc_exit(ret,) tgid, pid, sig),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, tgid)) sc_in(__field(pid_t, pid)) sc_in(__field(int, sig))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(tgid, tgid)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(sig, sig))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_ioprio_set
-SC_TRACE_EVENT(ioprio_set,
+SC_LTTNG_TRACEPOINT_EVENT(ioprio_set,
        TP_PROTO(sc_exit(long ret,) int which, int who, int ioprio),
        TP_ARGS(sc_exit(ret,) which, who, ioprio),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field(int, who)) sc_in(__field(int, ioprio))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(who, who)) sc_in(tp_assign(ioprio, ioprio))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_dup3
-SC_TRACE_EVENT(dup3,
+SC_LTTNG_TRACEPOINT_EVENT(dup3,
        TP_PROTO(sc_exit(long ret,) unsigned int oldfd, unsigned int newfd, int flags),
        TP_ARGS(sc_exit(ret,) oldfd, newfd, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, oldfd)) sc_in(__field(unsigned int, newfd)) sc_in(__field(int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(oldfd, oldfd)) sc_in(tp_assign(newfd, newfd)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_semctl
-SC_TRACE_EVENT(semctl,
+SC_LTTNG_TRACEPOINT_EVENT(semctl,
        TP_PROTO(sc_exit(long ret,) int semid, int semnum, int cmd, unsigned long arg),
        TP_ARGS(sc_exit(ret,) semid, semnum, cmd, arg),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, semid)) sc_in(__field(int, semnum)) sc_in(__field(int, cmd)) sc_inout(__field(unsigned long, arg))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(semid, semid)) sc_in(tp_assign(semnum, semnum)) sc_in(tp_assign(cmd, cmd)) sc_inout(tp_assign(arg, arg))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(int, semnum, semnum)) sc_in(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg)))
 )
 #endif
 #ifndef OVERRIDE_64_ptrace
-SC_TRACE_EVENT(ptrace,
+SC_LTTNG_TRACEPOINT_EVENT(ptrace,
        TP_PROTO(sc_exit(long ret,) long request, long pid, unsigned long addr, unsigned long data),
        TP_ARGS(sc_exit(ret,) request, pid, addr, data),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(long, request)) sc_in(__field(long, pid)) sc_inout(__field_hex(unsigned long, addr)) sc_inout(__field(unsigned long, data))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(request, request)) sc_in(tp_assign(pid, pid)) sc_inout(tp_assign(addr, addr)) sc_inout(tp_assign(data, data))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_fadvise64
-SC_TRACE_EVENT(fadvise64,
+SC_LTTNG_TRACEPOINT_EVENT(fadvise64,
        TP_PROTO(sc_exit(long ret,) int fd, loff_t offset, size_t len, int advice),
        TP_ARGS(sc_exit(ret,) fd, offset, len, advice),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(loff_t, offset)) sc_in(__field(size_t, len)) sc_in(__field(int, advice))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(offset, offset)) sc_in(tp_assign(len, len)) sc_in(tp_assign(advice, advice))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(int, advice, advice)))
 )
 #endif
 #ifndef OVERRIDE_64_tee
-SC_TRACE_EVENT(tee,
+SC_LTTNG_TRACEPOINT_EVENT(tee,
        TP_PROTO(sc_exit(long ret,) int fdin, int fdout, size_t len, unsigned int flags),
        TP_ARGS(sc_exit(ret,) fdin, fdout, len, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fdin)) sc_in(__field(int, fdout)) sc_in(__field(size_t, len)) sc_in(__field(unsigned int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fdin, fdin)) sc_in(tp_assign(fdout, fdout)) sc_in(tp_assign(len, len)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_sync_file_range
-SC_TRACE_EVENT(sync_file_range,
+SC_LTTNG_TRACEPOINT_EVENT(sync_file_range,
        TP_PROTO(sc_exit(long ret,) int fd, loff_t offset, loff_t nbytes, unsigned int flags),
        TP_ARGS(sc_exit(ret,) fd, offset, nbytes, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(loff_t, offset)) sc_in(__field(loff_t, nbytes)) sc_in(__field(unsigned int, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(offset, offset)) sc_in(tp_assign(nbytes, nbytes)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(loff_t, nbytes, nbytes)) sc_in(ctf_integer(unsigned int, flags, flags)))
 )
 #endif
 #ifndef OVERRIDE_64_fallocate
-SC_TRACE_EVENT(fallocate,
+SC_LTTNG_TRACEPOINT_EVENT(fallocate,
        TP_PROTO(sc_exit(long ret,) int fd, int mode, loff_t offset, loff_t len),
        TP_ARGS(sc_exit(ret,) fd, mode, offset, len),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field(int, mode)) sc_in(__field(loff_t, offset)) sc_in(__field(loff_t, len))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(mode, mode)) sc_in(tp_assign(offset, offset)) sc_in(tp_assign(len, len))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, mode, mode)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(loff_t, len, len)))
 )
 #endif
 #ifndef OVERRIDE_64_mremap
-SC_TRACE_EVENT(mremap,
+SC_LTTNG_TRACEPOINT_EVENT(mremap,
        TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr),
        TP_ARGS(sc_exit(ret,) addr, old_len, new_len, flags, new_addr),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(unsigned long, addr)) sc_in(__field(unsigned long, old_len)) sc_in(__field(unsigned long, new_len)) sc_in(__field(unsigned long, flags)) sc_in(__field_hex(unsigned long, new_addr))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(addr, addr)) sc_in(tp_assign(old_len, old_len)) sc_in(tp_assign(new_len, new_len)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(new_addr, new_addr))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_prctl
-SC_TRACE_EVENT(prctl,
+SC_LTTNG_TRACEPOINT_EVENT(prctl,
        TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
        TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, option)) sc_inout(__field(unsigned long, arg2)) sc_in(__field(unsigned long, arg3)) sc_in(__field(unsigned long, arg4)) sc_in(__field(unsigned long, arg5))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(option, option)) sc_inout(tp_assign(arg2, arg2)) sc_in(tp_assign(arg3, arg3)) sc_in(tp_assign(arg4, arg4)) sc_in(tp_assign(arg5, arg5))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_remap_file_pages
-SC_TRACE_EVENT(remap_file_pages,
+SC_LTTNG_TRACEPOINT_EVENT(remap_file_pages,
        TP_PROTO(sc_exit(long ret,) unsigned long start, unsigned long size, unsigned long prot, unsigned long pgoff, unsigned long flags),
        TP_ARGS(sc_exit(ret,) start, size, prot, pgoff, flags),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(unsigned long, size)) sc_in(__field(unsigned long, prot)) sc_in(__field(unsigned long, pgoff)) sc_in(__field(unsigned long, flags))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(size, size)) sc_in(tp_assign(prot, prot)) sc_in(tp_assign(pgoff, pgoff)) sc_in(tp_assign(flags, flags))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_keyctl
-SC_TRACE_EVENT(keyctl,
+SC_LTTNG_TRACEPOINT_EVENT(keyctl,
        TP_PROTO(sc_exit(long ret,) int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5),
        TP_ARGS(sc_exit(ret,) option, arg2, arg3, arg4, arg5),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, option)) sc_inout(__field(unsigned long, arg2)) sc_inout(__field(unsigned long, arg3)) sc_inout(__field(unsigned long, arg4)) sc_inout(__field(unsigned long, arg5))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(option, option)) sc_inout(tp_assign(arg2, arg2)) sc_inout(tp_assign(arg3, arg3)) sc_inout(tp_assign(arg4, arg4)) sc_inout(tp_assign(arg5, arg5))),
-       TP_printk()
+       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)))
 )
 #endif
 #ifndef OVERRIDE_64_mmap
-SC_TRACE_EVENT(mmap,
+SC_LTTNG_TRACEPOINT_EVENT(mmap,
        TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long off),
        TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, off),
-       TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(unsigned long, addr)) sc_in(__field(unsigned long, len)) sc_in(__field(unsigned long, prot)) sc_in(__field(unsigned long, flags)) sc_in(__field(unsigned long, fd)) sc_in(__field(unsigned long, off))),
-       TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(addr, addr)) sc_in(tp_assign(len, len)) sc_in(tp_assign(prot, prot)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(off, off))),
-       TP_printk()
+       TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, addr, addr)) sc_in(ctf_integer(unsigned long, len, len)) sc_in(ctf_integer(unsigned long, prot, prot)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_in(ctf_integer(unsigned long, off, off)))
 )
 #endif
 
 #endif /*  _TRACE_SYSCALLS_INTEGERS_H */
 
 /* This part must be outside protection */
-#include "../../../probes/define_trace.h"
+#include <probes/define_trace.h>
 
 #else /* CREATE_SYSCALL_TABLE */
 
This page took 0.04044 seconds and 5 git commands to generate.