X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fx86-32-syscalls-3.1.0-rc6_pointers.h;h=19d9adead748036a3f4d6f9ab7ed5c019b6edeea;hb=60c64030e811165e62a62eb551459dd2416d6ec2;hp=eed86effbdadaa0b6400425960810444dedfa2b9;hpb=b75d00c45a91af319370f3d494cd953b578ea228;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers.h b/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers.h index eed86eff..19d9adea 100644 --- a/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers.h +++ b/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers.h @@ -4,2229 +4,1861 @@ #if !defined(_TRACE_SYSCALLS_POINTERS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SYSCALLS_POINTERS_H -#include +#include #include #include "x86-32-syscalls-3.1.0-rc6_pointers_override.h" #include "syscalls_pointers_override.h" -#ifndef OVERRIDE_32_sys_unlink -SC_TRACE_EVENT(sys_unlink, +#ifndef OVERRIDE_32_unlink +SC_LTTNG_TRACEPOINT_EVENT(unlink, TP_PROTO(sc_exit(long ret,) const char * pathname), TP_ARGS(sc_exit(ret,) pathname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname))) ) #endif -#ifndef OVERRIDE_32_sys_chdir -SC_TRACE_EVENT(sys_chdir, +#ifndef OVERRIDE_32_chdir +SC_LTTNG_TRACEPOINT_EVENT(chdir, TP_PROTO(sc_exit(long ret,) const char * filename), TP_ARGS(sc_exit(ret,) filename), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename))) ) #endif -#ifndef OVERRIDE_32_sys_time -SC_TRACE_EVENT(sys_time, +#ifndef OVERRIDE_32_time +SC_LTTNG_TRACEPOINT_EVENT(time, TP_PROTO(sc_exit(long ret,) time_t * tloc), TP_ARGS(sc_exit(ret,) tloc), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(time_t *, tloc))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(tloc, tloc))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(time_t *, tloc, tloc))) ) #endif -#ifndef OVERRIDE_32_sys_oldumount -SC_TRACE_EVENT(sys_oldumount, +#ifndef OVERRIDE_32_oldumount +SC_LTTNG_TRACEPOINT_EVENT(oldumount, TP_PROTO(sc_exit(long ret,) char * name), TP_ARGS(sc_exit(ret,) name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(name, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(name, name))) ) #endif -#ifndef OVERRIDE_32_sys_stime -SC_TRACE_EVENT(sys_stime, +#ifndef OVERRIDE_32_stime +SC_LTTNG_TRACEPOINT_EVENT(stime, TP_PROTO(sc_exit(long ret,) time_t * tptr), TP_ARGS(sc_exit(ret,) tptr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(time_t *, tptr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(tptr, tptr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(time_t *, tptr, tptr))) ) #endif -#ifndef OVERRIDE_32_sys_rmdir -SC_TRACE_EVENT(sys_rmdir, +#ifndef OVERRIDE_32_rmdir +SC_LTTNG_TRACEPOINT_EVENT(rmdir, TP_PROTO(sc_exit(long ret,) const char * pathname), TP_ARGS(sc_exit(ret,) pathname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname))) ) #endif -#ifndef OVERRIDE_32_sys_pipe -SC_TRACE_EVENT(sys_pipe, +#ifndef OVERRIDE_32_pipe +SC_LTTNG_TRACEPOINT_EVENT(pipe, TP_PROTO(sc_exit(long ret,) int * fildes), TP_ARGS(sc_exit(ret,) fildes), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(int *, fildes))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(fildes, fildes))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes))) ) #endif -#ifndef OVERRIDE_32_sys_times -SC_TRACE_EVENT(sys_times, +#ifndef OVERRIDE_32_times +SC_LTTNG_TRACEPOINT_EVENT(times, TP_PROTO(sc_exit(long ret,) struct tms * tbuf), TP_ARGS(sc_exit(ret,) tbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(struct tms *, tbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(tbuf, tbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct tms *, tbuf, tbuf))) ) #endif -#ifndef OVERRIDE_32_sys_acct -SC_TRACE_EVENT(sys_acct, +#ifndef OVERRIDE_32_acct +SC_LTTNG_TRACEPOINT_EVENT(acct, TP_PROTO(sc_exit(long ret,) const char * name), TP_ARGS(sc_exit(ret,) name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(name, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name))) ) #endif -#ifndef OVERRIDE_32_sys_olduname -SC_TRACE_EVENT(sys_olduname, +#ifndef OVERRIDE_32_olduname +SC_LTTNG_TRACEPOINT_EVENT(olduname, TP_PROTO(sc_exit(long ret,) struct oldold_utsname * name), TP_ARGS(sc_exit(ret,) name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct oldold_utsname *, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct oldold_utsname *, name, name))) ) #endif -#ifndef OVERRIDE_32_sys_chroot -SC_TRACE_EVENT(sys_chroot, +#ifndef OVERRIDE_32_chroot +SC_LTTNG_TRACEPOINT_EVENT(chroot, TP_PROTO(sc_exit(long ret,) const char * filename), TP_ARGS(sc_exit(ret,) filename), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename))) ) #endif -#ifndef OVERRIDE_32_sys_sigpending -SC_TRACE_EVENT(sys_sigpending, +#ifndef OVERRIDE_32_sigpending +SC_LTTNG_TRACEPOINT_EVENT(sigpending, TP_PROTO(sc_exit(long ret,) old_sigset_t * set), TP_ARGS(sc_exit(ret,) set), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(old_sigset_t *, set))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(set, set))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_sigset_t *, set, set))) ) #endif -#ifndef OVERRIDE_32_sys_old_select -SC_TRACE_EVENT(sys_old_select, +#ifndef OVERRIDE_32_old_select +SC_LTTNG_TRACEPOINT_EVENT(old_select, TP_PROTO(sc_exit(long ret,) struct sel_arg_struct * arg), TP_ARGS(sc_exit(ret,) arg), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct sel_arg_struct *, arg))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(arg, arg))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct sel_arg_struct *, arg, arg))) ) #endif -#ifndef OVERRIDE_32_sys_uselib -SC_TRACE_EVENT(sys_uselib, +#ifndef OVERRIDE_32_uselib +SC_LTTNG_TRACEPOINT_EVENT(uselib, TP_PROTO(sc_exit(long ret,) const char * library), TP_ARGS(sc_exit(ret,) library), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(const char *, library))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(library, library))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const char *, library, library))) ) #endif -#ifndef OVERRIDE_32_sys_old_mmap -SC_TRACE_EVENT(sys_old_mmap, +#ifndef OVERRIDE_32_old_mmap +SC_LTTNG_TRACEPOINT_EVENT(old_mmap, TP_PROTO(sc_exit(long ret,) struct mmap_arg_struct * arg), TP_ARGS(sc_exit(ret,) arg), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct mmap_arg_struct *, arg))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(arg, arg))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct mmap_arg_struct *, arg, arg))) ) #endif -#ifndef OVERRIDE_32_sys_uname -SC_TRACE_EVENT(sys_uname, +#ifndef OVERRIDE_32_uname +SC_LTTNG_TRACEPOINT_EVENT(uname, TP_PROTO(sc_exit(long ret,) struct old_utsname * name), TP_ARGS(sc_exit(ret,) name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct old_utsname *, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct old_utsname *, name, name))) ) #endif -#ifndef OVERRIDE_32_sys_swapoff -SC_TRACE_EVENT(sys_swapoff, +#ifndef OVERRIDE_32_swapoff +SC_LTTNG_TRACEPOINT_EVENT(swapoff, TP_PROTO(sc_exit(long ret,) const char * specialfile), TP_ARGS(sc_exit(ret,) specialfile), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(specialfile, specialfile))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(specialfile, specialfile))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile))) ) #endif -#ifndef OVERRIDE_32_sys_sysinfo -SC_TRACE_EVENT(sys_sysinfo, +#ifndef OVERRIDE_32_sysinfo +SC_LTTNG_TRACEPOINT_EVENT(sysinfo, TP_PROTO(sc_exit(long ret,) struct sysinfo * info), TP_ARGS(sc_exit(ret,) info), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(struct sysinfo *, info))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(info, info))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct sysinfo *, info, info))) ) #endif -#ifndef OVERRIDE_32_sys_newuname -SC_TRACE_EVENT(sys_newuname, +#ifndef OVERRIDE_32_newuname +SC_LTTNG_TRACEPOINT_EVENT(newuname, TP_PROTO(sc_exit(long ret,) struct new_utsname * name), TP_ARGS(sc_exit(ret,) name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(struct new_utsname *, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name))) ) #endif -#ifndef OVERRIDE_32_sys_adjtimex -SC_TRACE_EVENT(sys_adjtimex, +#ifndef OVERRIDE_32_adjtimex +SC_LTTNG_TRACEPOINT_EVENT(adjtimex, TP_PROTO(sc_exit(long ret,) struct timex * txc_p), TP_ARGS(sc_exit(ret,) txc_p), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct timex *, txc_p))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(txc_p, txc_p))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct timex *, txc_p, txc_p))) ) #endif -#ifndef OVERRIDE_32_sys_sysctl -SC_TRACE_EVENT(sys_sysctl, +#ifndef OVERRIDE_32_sysctl +SC_LTTNG_TRACEPOINT_EVENT(sysctl, TP_PROTO(sc_exit(long ret,) struct __sysctl_args * args), TP_ARGS(sc_exit(ret,) args), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct __sysctl_args *, args))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(args, args))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct __sysctl_args *, args, args))) ) #endif -#ifndef OVERRIDE_32_sys_set_tid_address -SC_TRACE_EVENT(sys_set_tid_address, +#ifndef OVERRIDE_32_set_tid_address +SC_LTTNG_TRACEPOINT_EVENT(set_tid_address, TP_PROTO(sc_exit(long ret,) int * tidptr), TP_ARGS(sc_exit(ret,) tidptr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(int *, tidptr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(tidptr, tidptr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int *, tidptr, tidptr))) ) #endif -#ifndef OVERRIDE_32_sys_mq_unlink -SC_TRACE_EVENT(sys_mq_unlink, +#ifndef OVERRIDE_32_mq_unlink +SC_LTTNG_TRACEPOINT_EVENT(mq_unlink, TP_PROTO(sc_exit(long ret,) const char * u_name), TP_ARGS(sc_exit(ret,) u_name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(u_name, u_name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(u_name, u_name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name))) ) #endif -#ifndef OVERRIDE_32_sys_creat -SC_TRACE_EVENT(sys_creat, +#ifndef OVERRIDE_32_creat +SC_LTTNG_TRACEPOINT_EVENT(creat, TP_PROTO(sc_exit(long ret,) const char * pathname, int mode), TP_ARGS(sc_exit(ret,) pathname, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_link -SC_TRACE_EVENT(sys_link, +#ifndef OVERRIDE_32_link +SC_LTTNG_TRACEPOINT_EVENT(link, TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname), TP_ARGS(sc_exit(ret,) oldname, newname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(oldname, oldname)) sc_in(__string_from_user(newname, newname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_copy_string_from_user(newname, newname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname))) ) #endif -#ifndef OVERRIDE_32_sys_chmod -SC_TRACE_EVENT(sys_chmod, +#ifndef OVERRIDE_32_chmod +SC_LTTNG_TRACEPOINT_EVENT(chmod, TP_PROTO(sc_exit(long ret,) const char * filename, mode_t mode), TP_ARGS(sc_exit(ret,) filename, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(mode_t, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(mode_t, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_stat -SC_TRACE_EVENT(sys_stat, +#ifndef OVERRIDE_32_stat +SC_LTTNG_TRACEPOINT_EVENT(stat, TP_PROTO(sc_exit(long ret,) const char * filename, struct __old_kernel_stat * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field_hex(struct __old_kernel_stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct __old_kernel_stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_fstat -SC_TRACE_EVENT(sys_fstat, +#ifndef OVERRIDE_32_fstat +SC_LTTNG_TRACEPOINT_EVENT(fstat, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct __old_kernel_stat * statbuf), TP_ARGS(sc_exit(ret,) fd, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, fd)) sc_inout(__field_hex(struct __old_kernel_stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(fd, fd)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(struct __old_kernel_stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_utime -SC_TRACE_EVENT(sys_utime, +#ifndef OVERRIDE_32_utime +SC_LTTNG_TRACEPOINT_EVENT(utime, TP_PROTO(sc_exit(long ret,) char * filename, struct utimbuf * times), TP_ARGS(sc_exit(ret,) filename, times), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field_hex(struct utimbuf *, times))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(times, times))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct utimbuf *, times, times))) ) #endif -#ifndef OVERRIDE_32_sys_access -SC_TRACE_EVENT(sys_access, +#ifndef OVERRIDE_32_access +SC_LTTNG_TRACEPOINT_EVENT(access, TP_PROTO(sc_exit(long ret,) const char * filename, int mode), TP_ARGS(sc_exit(ret,) filename, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_rename -SC_TRACE_EVENT(sys_rename, +#ifndef OVERRIDE_32_rename +SC_LTTNG_TRACEPOINT_EVENT(rename, TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname), TP_ARGS(sc_exit(ret,) oldname, newname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(oldname, oldname)) sc_in(__string_from_user(newname, newname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_copy_string_from_user(newname, newname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname))) ) #endif -#ifndef OVERRIDE_32_sys_mkdir -SC_TRACE_EVENT(sys_mkdir, +#ifndef OVERRIDE_32_mkdir +SC_LTTNG_TRACEPOINT_EVENT(mkdir, TP_PROTO(sc_exit(long ret,) const char * pathname, int mode), TP_ARGS(sc_exit(ret,) pathname, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_umount -SC_TRACE_EVENT(sys_umount, +#ifndef OVERRIDE_32_umount +SC_LTTNG_TRACEPOINT_EVENT(umount, TP_PROTO(sc_exit(long ret,) char * name, int flags), TP_ARGS(sc_exit(ret,) name, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(name, name)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_ustat -SC_TRACE_EVENT(sys_ustat, +#ifndef OVERRIDE_32_ustat +SC_LTTNG_TRACEPOINT_EVENT(ustat, TP_PROTO(sc_exit(long ret,) unsigned dev, struct ustat * ubuf), TP_ARGS(sc_exit(ret,) dev, ubuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned, dev)) sc_out(__field_hex(struct ustat *, ubuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dev, dev)) sc_out(tp_assign(ubuf, ubuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, dev, dev)) sc_out(ctf_integer(struct ustat *, ubuf, ubuf))) ) #endif -#ifndef OVERRIDE_32_sys_sethostname -SC_TRACE_EVENT(sys_sethostname, +#ifndef OVERRIDE_32_sethostname +SC_LTTNG_TRACEPOINT_EVENT(sethostname, TP_PROTO(sc_exit(long ret,) char * name, int len), TP_ARGS(sc_exit(ret,) name, len), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(name, name)) sc_in(__field(int, len))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(len, len))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len))) ) #endif -#ifndef OVERRIDE_32_sys_setrlimit -SC_TRACE_EVENT(sys_setrlimit, +#ifndef OVERRIDE_32_setrlimit +SC_LTTNG_TRACEPOINT_EVENT(setrlimit, TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), TP_ARGS(sc_exit(ret,) resource, rlim), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, resource)) sc_in(__field_hex(struct rlimit *, rlim))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(resource, resource)) sc_in(tp_assign(rlim, rlim))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(struct rlimit *, rlim, rlim))) ) #endif -#ifndef OVERRIDE_32_sys_old_getrlimit -SC_TRACE_EVENT(sys_old_getrlimit, +#ifndef OVERRIDE_32_old_getrlimit +SC_LTTNG_TRACEPOINT_EVENT(old_getrlimit, TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), TP_ARGS(sc_exit(ret,) resource, rlim), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, resource)) sc_inout(__field_hex(struct rlimit *, rlim))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(resource, resource)) sc_inout(tp_assign(rlim, rlim))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, resource, resource)) sc_inout(ctf_integer(struct rlimit *, rlim, rlim))) ) #endif -#ifndef OVERRIDE_32_sys_getrusage -SC_TRACE_EVENT(sys_getrusage, +#ifndef OVERRIDE_32_getrusage +SC_LTTNG_TRACEPOINT_EVENT(getrusage, TP_PROTO(sc_exit(long ret,) int who, struct rusage * ru), TP_ARGS(sc_exit(ret,) who, ru), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, who)) sc_out(__field_hex(struct rusage *, ru))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(who, who)) sc_out(tp_assign(ru, ru))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, who, who)) sc_out(ctf_integer(struct rusage *, ru, ru))) ) #endif -#ifndef OVERRIDE_32_sys_gettimeofday -SC_TRACE_EVENT(sys_gettimeofday, +#ifndef OVERRIDE_32_gettimeofday +SC_LTTNG_TRACEPOINT_EVENT(gettimeofday, TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz), TP_ARGS(sc_exit(ret,) tv, tz), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(struct timeval *, tv)) sc_out(__field_hex(struct timezone *, tz))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(tv, tv)) sc_out(tp_assign(tz, tz))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz))) ) #endif -#ifndef OVERRIDE_32_sys_settimeofday -SC_TRACE_EVENT(sys_settimeofday, +#ifndef OVERRIDE_32_settimeofday +SC_LTTNG_TRACEPOINT_EVENT(settimeofday, TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz), TP_ARGS(sc_exit(ret,) tv, tz), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(struct timeval *, tv)) sc_in(__field_hex(struct timezone *, tz))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(tv, tv)) sc_in(tp_assign(tz, tz))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz))) ) #endif -#ifndef OVERRIDE_32_sys_getgroups16 -SC_TRACE_EVENT(sys_getgroups16, +#ifndef OVERRIDE_32_getgroups16 +SC_LTTNG_TRACEPOINT_EVENT(getgroups16, TP_PROTO(sc_exit(long ret,) int gidsetsize, old_gid_t * grouplist), TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, gidsetsize)) sc_inout(__field_hex(old_gid_t *, grouplist))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(gidsetsize, gidsetsize)) sc_inout(tp_assign(grouplist, grouplist))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, gidsetsize, gidsetsize)) sc_inout(ctf_integer(old_gid_t *, grouplist, grouplist))) ) #endif -#ifndef OVERRIDE_32_sys_setgroups16 -SC_TRACE_EVENT(sys_setgroups16, +#ifndef OVERRIDE_32_setgroups16 +SC_LTTNG_TRACEPOINT_EVENT(setgroups16, TP_PROTO(sc_exit(long ret,) int gidsetsize, old_gid_t * grouplist), TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, gidsetsize)) sc_inout(__field_hex(old_gid_t *, grouplist))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(gidsetsize, gidsetsize)) sc_inout(tp_assign(grouplist, grouplist))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, gidsetsize, gidsetsize)) sc_inout(ctf_integer(old_gid_t *, grouplist, grouplist))) ) #endif -#ifndef OVERRIDE_32_sys_symlink -SC_TRACE_EVENT(sys_symlink, +#ifndef OVERRIDE_32_symlink +SC_LTTNG_TRACEPOINT_EVENT(symlink, TP_PROTO(sc_exit(long ret,) const char * oldname, const char * newname), TP_ARGS(sc_exit(ret,) oldname, newname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(oldname, oldname)) sc_in(__string_from_user(newname, newname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_copy_string_from_user(newname, newname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_user_string(newname, newname))) ) #endif -#ifndef OVERRIDE_32_sys_lstat -SC_TRACE_EVENT(sys_lstat, +#ifndef OVERRIDE_32_lstat +SC_LTTNG_TRACEPOINT_EVENT(lstat, TP_PROTO(sc_exit(long ret,) const char * filename, struct __old_kernel_stat * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field_hex(struct __old_kernel_stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct __old_kernel_stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_swapon -SC_TRACE_EVENT(sys_swapon, +#ifndef OVERRIDE_32_swapon +SC_LTTNG_TRACEPOINT_EVENT(swapon, TP_PROTO(sc_exit(long ret,) const char * specialfile, int swap_flags), TP_ARGS(sc_exit(ret,) specialfile, swap_flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(specialfile, specialfile)) sc_in(__field(int, swap_flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(specialfile, specialfile)) sc_in(tp_assign(swap_flags, swap_flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)) sc_in(ctf_integer(int, swap_flags, swap_flags))) ) #endif -#ifndef OVERRIDE_32_sys_truncate -SC_TRACE_EVENT(sys_truncate, +#ifndef OVERRIDE_32_truncate +SC_LTTNG_TRACEPOINT_EVENT(truncate, TP_PROTO(sc_exit(long ret,) const char * path, long length), TP_ARGS(sc_exit(ret,) path, length), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(path, path)) sc_in(__field(long, length))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(path, path)) sc_in(tp_assign(length, length))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(long, length, length))) ) #endif -#ifndef OVERRIDE_32_sys_statfs -SC_TRACE_EVENT(sys_statfs, +#ifndef OVERRIDE_32_statfs +SC_LTTNG_TRACEPOINT_EVENT(statfs, TP_PROTO(sc_exit(long ret,) const char * pathname, struct statfs * buf), TP_ARGS(sc_exit(ret,) pathname, buf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_out(__field_hex(struct statfs *, buf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_out(tp_assign(buf, buf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(struct statfs *, buf, buf))) ) #endif -#ifndef OVERRIDE_32_sys_fstatfs -SC_TRACE_EVENT(sys_fstatfs, +#ifndef OVERRIDE_32_fstatfs +SC_LTTNG_TRACEPOINT_EVENT(fstatfs, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct statfs * buf), TP_ARGS(sc_exit(ret,) fd, buf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_out(__field_hex(struct statfs *, buf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(buf, buf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct statfs *, buf, buf))) ) #endif -#ifndef OVERRIDE_32_sys_socketcall -SC_TRACE_EVENT(sys_socketcall, +#ifndef OVERRIDE_32_socketcall +SC_LTTNG_TRACEPOINT_EVENT(socketcall, TP_PROTO(sc_exit(long ret,) int call, unsigned long * args), TP_ARGS(sc_exit(ret,) call, args), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, call)) sc_inout(__field_hex(unsigned long *, args))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(call, call)) sc_inout(tp_assign(args, args))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, call, call)) sc_inout(ctf_integer(unsigned long *, args, args))) ) #endif -#ifndef OVERRIDE_32_sys_getitimer -SC_TRACE_EVENT(sys_getitimer, +#ifndef OVERRIDE_32_getitimer +SC_LTTNG_TRACEPOINT_EVENT(getitimer, TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value), TP_ARGS(sc_exit(ret,) which, value), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_out(__field_hex(struct itimerval *, value))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_out(tp_assign(value, value))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct itimerval *, value, value))) ) #endif -#ifndef OVERRIDE_32_sys_newstat -SC_TRACE_EVENT(sys_newstat, +#ifndef OVERRIDE_32_newstat +SC_LTTNG_TRACEPOINT_EVENT(newstat, TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_out(__field_hex(struct stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_out(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_newlstat -SC_TRACE_EVENT(sys_newlstat, +#ifndef OVERRIDE_32_newlstat +SC_LTTNG_TRACEPOINT_EVENT(newlstat, TP_PROTO(sc_exit(long ret,) const char * filename, struct stat * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_out(__field_hex(struct stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_out(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_newfstat -SC_TRACE_EVENT(sys_newfstat, +#ifndef OVERRIDE_32_newfstat +SC_LTTNG_TRACEPOINT_EVENT(newfstat, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct stat * statbuf), TP_ARGS(sc_exit(ret,) fd, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_out(__field_hex(struct stat *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct stat *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_setdomainname -SC_TRACE_EVENT(sys_setdomainname, +#ifndef OVERRIDE_32_setdomainname +SC_LTTNG_TRACEPOINT_EVENT(setdomainname, TP_PROTO(sc_exit(long ret,) char * name, int len), TP_ARGS(sc_exit(ret,) name, len), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(name, name)) sc_in(__field(int, len))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(len, len))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len))) ) #endif -#ifndef OVERRIDE_32_sys_delete_module -SC_TRACE_EVENT(sys_delete_module, +#ifndef OVERRIDE_32_delete_module +SC_LTTNG_TRACEPOINT_EVENT(delete_module, TP_PROTO(sc_exit(long ret,) const char * name_user, unsigned int flags), TP_ARGS(sc_exit(ret,) name_user, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(name_user, name_user)) sc_in(__field(unsigned int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(name_user, name_user)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name_user, name_user)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_sched_setparam -SC_TRACE_EVENT(sys_sched_setparam, +#ifndef OVERRIDE_32_sched_setparam +SC_LTTNG_TRACEPOINT_EVENT(sched_setparam, TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param), TP_ARGS(sc_exit(ret,) pid, param), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field_hex(struct sched_param *, param))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(param, param))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(struct sched_param *, param, param))) ) #endif -#ifndef OVERRIDE_32_sys_sched_getparam -SC_TRACE_EVENT(sys_sched_getparam, +#ifndef OVERRIDE_32_sched_getparam +SC_LTTNG_TRACEPOINT_EVENT(sched_getparam, TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param), TP_ARGS(sc_exit(ret,) pid, param), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_out(__field_hex(struct sched_param *, param))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_out(tp_assign(param, param))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct sched_param *, param, param))) ) #endif -#ifndef OVERRIDE_32_sys_sched_rr_get_interval -SC_TRACE_EVENT(sys_sched_rr_get_interval, +#ifndef OVERRIDE_32_sched_rr_get_interval +SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval, TP_PROTO(sc_exit(long ret,) pid_t pid, struct timespec * interval), TP_ARGS(sc_exit(ret,) pid, interval), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_out(__field_hex(struct timespec *, interval))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_out(tp_assign(interval, interval))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct timespec *, interval, interval))) ) #endif -#ifndef OVERRIDE_32_sys_nanosleep -SC_TRACE_EVENT(sys_nanosleep, +#ifndef OVERRIDE_32_nanosleep +SC_LTTNG_TRACEPOINT_EVENT(nanosleep, TP_PROTO(sc_exit(long ret,) struct timespec * rqtp, struct timespec * rmtp), TP_ARGS(sc_exit(ret,) rqtp, rmtp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(struct timespec *, rqtp)) sc_out(__field_hex(struct timespec *, rmtp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(rqtp, rqtp)) sc_out(tp_assign(rmtp, rmtp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigpending -SC_TRACE_EVENT(sys_rt_sigpending, +#ifndef OVERRIDE_32_rt_sigpending +SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending, TP_PROTO(sc_exit(long ret,) sigset_t * set, size_t sigsetsize), TP_ARGS(sc_exit(ret,) set, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(sigset_t *, set)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(set, set)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, set, set)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigsuspend -SC_TRACE_EVENT(sys_rt_sigsuspend, +#ifndef OVERRIDE_32_rt_sigsuspend +SC_LTTNG_TRACEPOINT_EVENT(rt_sigsuspend, TP_PROTO(sc_exit(long ret,) sigset_t * unewset, size_t sigsetsize), TP_ARGS(sc_exit(ret,) unewset, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(sigset_t *, unewset)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(unewset, unewset)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(sigset_t *, unewset, unewset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_getcwd -SC_TRACE_EVENT(sys_getcwd, +#ifndef OVERRIDE_32_getcwd +SC_LTTNG_TRACEPOINT_EVENT(getcwd, TP_PROTO(sc_exit(long ret,) char * buf, unsigned long size), TP_ARGS(sc_exit(ret,) buf, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(char *, buf)) sc_in(__field(unsigned long, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(buf, buf)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(unsigned long, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_getrlimit -SC_TRACE_EVENT(sys_getrlimit, +#ifndef OVERRIDE_32_getrlimit +SC_LTTNG_TRACEPOINT_EVENT(getrlimit, TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), TP_ARGS(sc_exit(ret,) resource, rlim), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, resource)) sc_out(__field_hex(struct rlimit *, rlim))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(resource, resource)) sc_out(tp_assign(rlim, rlim))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_out(ctf_integer(struct rlimit *, rlim, rlim))) ) #endif -#ifndef OVERRIDE_32_sys_stat64 -SC_TRACE_EVENT(sys_stat64, +#ifndef OVERRIDE_32_stat64 +SC_LTTNG_TRACEPOINT_EVENT(stat64, TP_PROTO(sc_exit(long ret,) const char * filename, struct stat64 * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field_hex(struct stat64 *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_lstat64 -SC_TRACE_EVENT(sys_lstat64, +#ifndef OVERRIDE_32_lstat64 +SC_LTTNG_TRACEPOINT_EVENT(lstat64, TP_PROTO(sc_exit(long ret,) const char * filename, struct stat64 * statbuf), TP_ARGS(sc_exit(ret,) filename, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field_hex(struct stat64 *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_fstat64 -SC_TRACE_EVENT(sys_fstat64, +#ifndef OVERRIDE_32_fstat64 +SC_LTTNG_TRACEPOINT_EVENT(fstat64, TP_PROTO(sc_exit(long ret,) unsigned long fd, struct stat64 * statbuf), TP_ARGS(sc_exit(ret,) fd, statbuf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned long, fd)) sc_inout(__field_hex(struct stat64 *, statbuf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(fd, fd)) sc_inout(tp_assign(statbuf, statbuf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf))) ) #endif -#ifndef OVERRIDE_32_sys_getgroups -SC_TRACE_EVENT(sys_getgroups, +#ifndef OVERRIDE_32_getgroups +SC_LTTNG_TRACEPOINT_EVENT(getgroups, TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist), TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, gidsetsize)) sc_out(__field_hex(gid_t *, grouplist))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(gidsetsize, gidsetsize)) sc_out(tp_assign(grouplist, grouplist))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_out(ctf_integer(gid_t *, grouplist, grouplist))) ) #endif -#ifndef OVERRIDE_32_sys_setgroups -SC_TRACE_EVENT(sys_setgroups, +#ifndef OVERRIDE_32_setgroups +SC_LTTNG_TRACEPOINT_EVENT(setgroups, TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist), TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, gidsetsize)) sc_in(__field_hex(gid_t *, grouplist))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(gidsetsize, gidsetsize)) sc_in(tp_assign(grouplist, grouplist))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_in(ctf_integer(gid_t *, grouplist, grouplist))) ) #endif -#ifndef OVERRIDE_32_sys_pivot_root -SC_TRACE_EVENT(sys_pivot_root, +#ifndef OVERRIDE_32_pivot_root +SC_LTTNG_TRACEPOINT_EVENT(pivot_root, TP_PROTO(sc_exit(long ret,) const char * new_root, const char * put_old), TP_ARGS(sc_exit(ret,) new_root, put_old), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(new_root, new_root)) sc_in(__string_from_user(put_old, put_old))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(new_root, new_root)) sc_in(tp_copy_string_from_user(put_old, put_old))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(new_root, new_root)) sc_in(ctf_user_string(put_old, put_old))) ) #endif -#ifndef OVERRIDE_32_sys_removexattr -SC_TRACE_EVENT(sys_removexattr, +#ifndef OVERRIDE_32_removexattr +SC_LTTNG_TRACEPOINT_EVENT(removexattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name), TP_ARGS(sc_exit(ret,) pathname, name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name))) ) #endif -#ifndef OVERRIDE_32_sys_lremovexattr -SC_TRACE_EVENT(sys_lremovexattr, +#ifndef OVERRIDE_32_lremovexattr +SC_LTTNG_TRACEPOINT_EVENT(lremovexattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name), TP_ARGS(sc_exit(ret,) pathname, name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name))) ) #endif -#ifndef OVERRIDE_32_sys_fremovexattr -SC_TRACE_EVENT(sys_fremovexattr, +#ifndef OVERRIDE_32_fremovexattr +SC_LTTNG_TRACEPOINT_EVENT(fremovexattr, TP_PROTO(sc_exit(long ret,) int fd, const char * name), TP_ARGS(sc_exit(ret,) fd, name), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__string_from_user(name, name))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_copy_string_from_user(name, name))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name))) ) #endif -#ifndef OVERRIDE_32_sys_io_setup -SC_TRACE_EVENT(sys_io_setup, +#ifndef OVERRIDE_32_io_setup +SC_LTTNG_TRACEPOINT_EVENT(io_setup, TP_PROTO(sc_exit(long ret,) unsigned nr_events, aio_context_t * ctxp), TP_ARGS(sc_exit(ret,) nr_events, ctxp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned, nr_events)) sc_in(__field_hex(aio_context_t *, ctxp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(nr_events, nr_events)) sc_in(tp_assign(ctxp, ctxp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, nr_events, nr_events)) sc_in(ctf_integer(aio_context_t *, ctxp, ctxp))) ) #endif -#ifndef OVERRIDE_32_sys_timer_gettime -SC_TRACE_EVENT(sys_timer_gettime, +#ifndef OVERRIDE_32_timer_gettime +SC_LTTNG_TRACEPOINT_EVENT(timer_gettime, TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct itimerspec * setting), TP_ARGS(sc_exit(ret,) timer_id, setting), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(timer_t, timer_id)) sc_out(__field_hex(struct itimerspec *, setting))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(timer_id, timer_id)) sc_out(tp_assign(setting, setting))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct itimerspec *, setting, setting))) ) #endif -#ifndef OVERRIDE_32_sys_clock_settime -SC_TRACE_EVENT(sys_clock_settime, +#ifndef OVERRIDE_32_clock_settime +SC_LTTNG_TRACEPOINT_EVENT(clock_settime, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct timespec * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_in(__field_hex(const struct timespec *, tp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_in(tp_assign(tp, tp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(const struct timespec *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_sys_clock_gettime -SC_TRACE_EVENT(sys_clock_gettime, +#ifndef OVERRIDE_32_clock_gettime +SC_LTTNG_TRACEPOINT_EVENT(clock_gettime, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_out(__field_hex(struct timespec *, tp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_out(tp_assign(tp, tp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct timespec *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_sys_clock_getres -SC_TRACE_EVENT(sys_clock_getres, +#ifndef OVERRIDE_32_clock_getres +SC_LTTNG_TRACEPOINT_EVENT(clock_getres, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_out(__field_hex(struct timespec *, tp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_out(tp_assign(tp, tp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct timespec *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_sys_utimes -SC_TRACE_EVENT(sys_utimes, +#ifndef OVERRIDE_32_utimes +SC_LTTNG_TRACEPOINT_EVENT(utimes, TP_PROTO(sc_exit(long ret,) char * filename, struct timeval * utimes), TP_ARGS(sc_exit(ret,) filename, utimes), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field_hex(struct timeval *, utimes))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(utimes, utimes))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timeval *, utimes, utimes))) ) #endif -#ifndef OVERRIDE_32_sys_mq_notify -SC_TRACE_EVENT(sys_mq_notify, +#ifndef OVERRIDE_32_mq_notify +SC_LTTNG_TRACEPOINT_EVENT(mq_notify, TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct sigevent * u_notification), TP_ARGS(sc_exit(ret,) mqdes, u_notification), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(mqd_t, mqdes)) sc_in(__field_hex(const struct sigevent *, u_notification))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(mqdes, mqdes)) sc_in(tp_assign(u_notification, u_notification))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct sigevent *, u_notification, u_notification))) ) #endif -#ifndef OVERRIDE_32_sys_set_robust_list -SC_TRACE_EVENT(sys_set_robust_list, +#ifndef OVERRIDE_32_set_robust_list +SC_LTTNG_TRACEPOINT_EVENT(set_robust_list, TP_PROTO(sc_exit(long ret,) struct robust_list_head * head, size_t len), TP_ARGS(sc_exit(ret,) head, len), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(struct robust_list_head *, head)) sc_in(__field(size_t, len))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(head, head)) sc_in(tp_assign(len, len))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct robust_list_head *, head, head)) sc_in(ctf_integer(size_t, len, len))) ) #endif -#ifndef OVERRIDE_32_sys_timerfd_gettime -SC_TRACE_EVENT(sys_timerfd_gettime, +#ifndef OVERRIDE_32_timerfd_gettime +SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime, TP_PROTO(sc_exit(long ret,) int ufd, struct itimerspec * otmr), TP_ARGS(sc_exit(ret,) ufd, otmr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, ufd)) sc_out(__field_hex(struct itimerspec *, otmr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ufd, ufd)) sc_out(tp_assign(otmr, otmr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr))) ) #endif -#ifndef OVERRIDE_32_sys_pipe2 -SC_TRACE_EVENT(sys_pipe2, +#ifndef OVERRIDE_32_pipe2 +SC_LTTNG_TRACEPOINT_EVENT(pipe2, TP_PROTO(sc_exit(long ret,) int * fildes, int flags), TP_ARGS(sc_exit(ret,) fildes, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(int *, fildes)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(fildes, fildes)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_clock_adjtime -SC_TRACE_EVENT(sys_clock_adjtime, +#ifndef OVERRIDE_32_clock_adjtime +SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timex * utx), TP_ARGS(sc_exit(ret,) which_clock, utx), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_inout(__field_hex(struct timex *, utx))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_inout(tp_assign(utx, utx))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct timex *, utx, utx))) ) #endif -#ifndef OVERRIDE_32_sys_read -SC_TRACE_EVENT(sys_read, +#ifndef OVERRIDE_32_read +SC_LTTNG_TRACEPOINT_EVENT(read, TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count), TP_ARGS(sc_exit(ret,) fd, buf, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_out(__field_hex(char *, buf)) sc_in(__field(size_t, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(buf, buf)) sc_in(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_write -SC_TRACE_EVENT(sys_write, +#ifndef OVERRIDE_32_write +SC_LTTNG_TRACEPOINT_EVENT(write, TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count), TP_ARGS(sc_exit(ret,) fd, buf, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_in(__field_hex(const char *, buf)) 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(buf, buf)) sc_in(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_open -SC_TRACE_EVENT(sys_open, +#ifndef OVERRIDE_32_open +SC_LTTNG_TRACEPOINT_EVENT(open, TP_PROTO(sc_exit(long ret,) const char * filename, int flags, int mode), TP_ARGS(sc_exit(ret,) filename, flags, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, flags)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_waitpid -SC_TRACE_EVENT(sys_waitpid, +#ifndef OVERRIDE_32_waitpid +SC_LTTNG_TRACEPOINT_EVENT(waitpid, TP_PROTO(sc_exit(long ret,) pid_t pid, int * stat_addr, int options), TP_ARGS(sc_exit(ret,) pid, stat_addr, options), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(pid_t, pid)) sc_inout(__field_hex(int *, stat_addr)) sc_inout(__field(int, options))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(pid, pid)) sc_inout(tp_assign(stat_addr, stat_addr)) sc_inout(tp_assign(options, options))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(int *, stat_addr, stat_addr)) sc_inout(ctf_integer(int, options, options))) ) #endif -#ifndef OVERRIDE_32_sys_mknod -SC_TRACE_EVENT(sys_mknod, +#ifndef OVERRIDE_32_mknod +SC_LTTNG_TRACEPOINT_EVENT(mknod, TP_PROTO(sc_exit(long ret,) const char * filename, int mode, unsigned dev), TP_ARGS(sc_exit(ret,) filename, mode, dev), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, mode)) sc_in(__field(unsigned, dev))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode)) sc_in(tp_assign(dev, dev))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)) sc_in(ctf_integer(unsigned, dev, dev))) ) #endif -#ifndef OVERRIDE_32_sys_lchown16 -SC_TRACE_EVENT(sys_lchown16, +#ifndef OVERRIDE_32_lchown16 +SC_LTTNG_TRACEPOINT_EVENT(lchown16, TP_PROTO(sc_exit(long ret,) const char * filename, old_uid_t user, old_gid_t group), TP_ARGS(sc_exit(ret,) filename, user, group), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field(old_uid_t, user)) sc_inout(__field(old_gid_t, group))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(user, user)) sc_inout(tp_assign(group, group))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(old_uid_t, user, user)) sc_inout(ctf_integer(old_gid_t, group, group))) ) #endif -#ifndef OVERRIDE_32_sys_readlink -SC_TRACE_EVENT(sys_readlink, +#ifndef OVERRIDE_32_readlink +SC_LTTNG_TRACEPOINT_EVENT(readlink, TP_PROTO(sc_exit(long ret,) const char * path, char * buf, int bufsiz), TP_ARGS(sc_exit(ret,) path, buf, bufsiz), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(path, path)) sc_out(__field_hex(char *, buf)) sc_in(__field(int, bufsiz))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(path, path)) sc_out(tp_assign(buf, buf)) sc_in(tp_assign(bufsiz, bufsiz))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, bufsiz, bufsiz))) ) #endif -#ifndef OVERRIDE_32_sys_old_readdir -SC_TRACE_EVENT(sys_old_readdir, +#ifndef OVERRIDE_32_old_readdir +SC_LTTNG_TRACEPOINT_EVENT(old_readdir, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct old_linux_dirent * dirent, unsigned int count), TP_ARGS(sc_exit(ret,) fd, dirent, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, fd)) sc_inout(__field_hex(struct old_linux_dirent *, dirent)) sc_inout(__field(unsigned int, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(fd, fd)) sc_inout(tp_assign(dirent, dirent)) sc_inout(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(struct old_linux_dirent *, dirent, dirent)) sc_inout(ctf_integer(unsigned int, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_syslog -SC_TRACE_EVENT(sys_syslog, +#ifndef OVERRIDE_32_syslog +SC_LTTNG_TRACEPOINT_EVENT(syslog, TP_PROTO(sc_exit(long ret,) int type, char * buf, int len), TP_ARGS(sc_exit(ret,) type, buf, len), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, type)) sc_out(__field_hex(char *, buf)) sc_in(__field(int, len))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(type, type)) sc_out(tp_assign(buf, buf)) sc_in(tp_assign(len, len))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, type, type)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, len, len))) ) #endif -#ifndef OVERRIDE_32_sys_setitimer -SC_TRACE_EVENT(sys_setitimer, +#ifndef OVERRIDE_32_setitimer +SC_LTTNG_TRACEPOINT_EVENT(setitimer, TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value, struct itimerval * ovalue), TP_ARGS(sc_exit(ret,) which, value, ovalue), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field_hex(struct itimerval *, value)) sc_out(__field_hex(struct itimerval *, ovalue))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(value, value)) sc_out(tp_assign(ovalue, ovalue))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct itimerval *, value, value)) sc_out(ctf_integer(struct itimerval *, ovalue, ovalue))) ) #endif -#ifndef OVERRIDE_32_sys_sigprocmask -SC_TRACE_EVENT(sys_sigprocmask, +#ifndef OVERRIDE_32_sigprocmask +SC_LTTNG_TRACEPOINT_EVENT(sigprocmask, TP_PROTO(sc_exit(long ret,) int how, old_sigset_t * nset, old_sigset_t * oset), TP_ARGS(sc_exit(ret,) how, nset, oset), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, how)) sc_inout(__field_hex(old_sigset_t *, nset)) sc_inout(__field_hex(old_sigset_t *, oset))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(how, how)) sc_inout(tp_assign(nset, nset)) sc_inout(tp_assign(oset, oset))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, how, how)) sc_inout(ctf_integer(old_sigset_t *, nset, nset)) sc_inout(ctf_integer(old_sigset_t *, oset, oset))) ) #endif -#ifndef OVERRIDE_32_sys_init_module -SC_TRACE_EVENT(sys_init_module, +#ifndef OVERRIDE_32_init_module +SC_LTTNG_TRACEPOINT_EVENT(init_module, TP_PROTO(sc_exit(long ret,) void * umod, unsigned long len, const char * uargs), TP_ARGS(sc_exit(ret,) umod, len, uargs), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(void *, umod)) sc_in(__field(unsigned long, len)) sc_in(__field_hex(const char *, uargs))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(umod, umod)) sc_in(tp_assign(len, len)) sc_in(tp_assign(uargs, uargs))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(void *, umod, umod)) sc_in(ctf_integer(unsigned long, len, len)) sc_in(ctf_integer(const char *, uargs, uargs))) ) #endif -#ifndef OVERRIDE_32_sys_getdents -SC_TRACE_EVENT(sys_getdents, +#ifndef OVERRIDE_32_getdents +SC_LTTNG_TRACEPOINT_EVENT(getdents, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent * dirent, unsigned int count), TP_ARGS(sc_exit(ret,) fd, dirent, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_out(__field_hex(struct linux_dirent *, dirent)) sc_in(__field(unsigned int, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(dirent, dirent)) sc_in(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct linux_dirent *, dirent, dirent)) sc_in(ctf_integer(unsigned int, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_readv -SC_TRACE_EVENT(sys_readv, +#ifndef OVERRIDE_32_readv +SC_LTTNG_TRACEPOINT_EVENT(readv, TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen), TP_ARGS(sc_exit(ret,) fd, vec, vlen), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, fd)) sc_inout(__field_hex(const struct iovec *, vec)) sc_in(__field(unsigned long, vlen))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_inout(tp_assign(vec, vec)) sc_in(tp_assign(vlen, vlen))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen))) ) #endif -#ifndef OVERRIDE_32_sys_writev -SC_TRACE_EVENT(sys_writev, +#ifndef OVERRIDE_32_writev +SC_LTTNG_TRACEPOINT_EVENT(writev, TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen), TP_ARGS(sc_exit(ret,) fd, vec, vlen), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, fd)) sc_inout(__field_hex(const struct iovec *, vec)) sc_in(__field(unsigned long, vlen))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_inout(tp_assign(vec, vec)) sc_in(tp_assign(vlen, vlen))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen))) ) #endif -#ifndef OVERRIDE_32_sys_sched_setscheduler -SC_TRACE_EVENT(sys_sched_setscheduler, +#ifndef OVERRIDE_32_sched_setscheduler +SC_LTTNG_TRACEPOINT_EVENT(sched_setscheduler, TP_PROTO(sc_exit(long ret,) pid_t pid, int policy, struct sched_param * param), TP_ARGS(sc_exit(ret,) pid, policy, param), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(int, policy)) sc_in(__field_hex(struct sched_param *, param))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(policy, policy)) sc_in(tp_assign(param, param))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, policy, policy)) sc_in(ctf_integer(struct sched_param *, param, param))) ) #endif -#ifndef OVERRIDE_32_sys_getresuid16 -SC_TRACE_EVENT(sys_getresuid16, +#ifndef OVERRIDE_32_getresuid16 +SC_LTTNG_TRACEPOINT_EVENT(getresuid16, TP_PROTO(sc_exit(long ret,) old_uid_t * ruid, old_uid_t * euid, old_uid_t * suid), TP_ARGS(sc_exit(ret,) ruid, euid, suid), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(old_uid_t *, ruid)) sc_inout(__field_hex(old_uid_t *, euid)) sc_inout(__field_hex(old_uid_t *, suid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(ruid, ruid)) sc_inout(tp_assign(euid, euid)) sc_inout(tp_assign(suid, suid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t *, ruid, ruid)) sc_inout(ctf_integer(old_uid_t *, euid, euid)) sc_inout(ctf_integer(old_uid_t *, suid, suid))) ) #endif -#ifndef OVERRIDE_32_sys_poll -SC_TRACE_EVENT(sys_poll, +#ifndef OVERRIDE_32_poll +SC_LTTNG_TRACEPOINT_EVENT(poll, TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, long timeout_msecs), TP_ARGS(sc_exit(ret,) ufds, nfds, timeout_msecs), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct pollfd *, ufds)) sc_in(__field(unsigned int, nfds)) sc_in(__field(long, timeout_msecs))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(ufds, ufds)) sc_in(tp_assign(nfds, nfds)) sc_in(tp_assign(timeout_msecs, timeout_msecs))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(long, timeout_msecs, timeout_msecs))) ) #endif -#ifndef OVERRIDE_32_sys_getresgid16 -SC_TRACE_EVENT(sys_getresgid16, +#ifndef OVERRIDE_32_getresgid16 +SC_LTTNG_TRACEPOINT_EVENT(getresgid16, TP_PROTO(sc_exit(long ret,) old_gid_t * rgid, old_gid_t * egid, old_gid_t * sgid), TP_ARGS(sc_exit(ret,) rgid, egid, sgid), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(old_gid_t *, rgid)) sc_inout(__field_hex(old_gid_t *, egid)) sc_inout(__field_hex(old_gid_t *, sgid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(rgid, rgid)) sc_inout(tp_assign(egid, egid)) sc_inout(tp_assign(sgid, sgid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t *, rgid, rgid)) sc_inout(ctf_integer(old_gid_t *, egid, egid)) sc_inout(ctf_integer(old_gid_t *, sgid, sgid))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigqueueinfo -SC_TRACE_EVENT(sys_rt_sigqueueinfo, +#ifndef OVERRIDE_32_rt_sigqueueinfo +SC_LTTNG_TRACEPOINT_EVENT(rt_sigqueueinfo, TP_PROTO(sc_exit(long ret,) pid_t pid, int sig, siginfo_t * uinfo), TP_ARGS(sc_exit(ret,) pid, sig, uinfo), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(int, sig)) sc_in(__field_hex(siginfo_t *, uinfo))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(sig, sig)) sc_in(tp_assign(uinfo, uinfo))), - 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)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo))) ) #endif -#ifndef OVERRIDE_32_sys_chown16 -SC_TRACE_EVENT(sys_chown16, +#ifndef OVERRIDE_32_chown16 +SC_LTTNG_TRACEPOINT_EVENT(chown16, TP_PROTO(sc_exit(long ret,) const char * filename, old_uid_t user, old_gid_t group), TP_ARGS(sc_exit(ret,) filename, user, group), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field(old_uid_t, user)) sc_inout(__field(old_gid_t, group))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(user, user)) sc_inout(tp_assign(group, group))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(old_uid_t, user, user)) sc_inout(ctf_integer(old_gid_t, group, group))) ) #endif -#ifndef OVERRIDE_32_sys_lchown -SC_TRACE_EVENT(sys_lchown, +#ifndef OVERRIDE_32_lchown +SC_LTTNG_TRACEPOINT_EVENT(lchown, TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group), TP_ARGS(sc_exit(ret,) filename, user, group), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(uid_t, user)) sc_in(__field(gid_t, group))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) 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_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group))) ) #endif -#ifndef OVERRIDE_32_sys_getresuid -SC_TRACE_EVENT(sys_getresuid, +#ifndef OVERRIDE_32_getresuid +SC_LTTNG_TRACEPOINT_EVENT(getresuid, 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_out(__field_hex(uid_t *, ruid)) sc_out(__field_hex(uid_t *, euid)) sc_out(__field_hex(uid_t *, suid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(ruid, ruid)) sc_out(tp_assign(euid, euid)) sc_out(tp_assign(suid, suid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(uid_t *, ruid, ruid)) sc_out(ctf_integer(uid_t *, euid, euid)) sc_out(ctf_integer(uid_t *, suid, suid))) ) #endif -#ifndef OVERRIDE_32_sys_getresgid -SC_TRACE_EVENT(sys_getresgid, +#ifndef OVERRIDE_32_getresgid +SC_LTTNG_TRACEPOINT_EVENT(getresgid, 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_out(__field_hex(gid_t *, rgid)) sc_out(__field_hex(gid_t *, egid)) sc_out(__field_hex(gid_t *, sgid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(rgid, rgid)) sc_out(tp_assign(egid, egid)) sc_out(tp_assign(sgid, sgid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(gid_t *, rgid, rgid)) sc_out(ctf_integer(gid_t *, egid, egid)) sc_out(ctf_integer(gid_t *, sgid, sgid))) ) #endif -#ifndef OVERRIDE_32_sys_chown -SC_TRACE_EVENT(sys_chown, +#ifndef OVERRIDE_32_chown +SC_LTTNG_TRACEPOINT_EVENT(chown, TP_PROTO(sc_exit(long ret,) const char * filename, uid_t user, gid_t group), TP_ARGS(sc_exit(ret,) filename, user, group), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(filename, filename)) sc_in(__field(uid_t, user)) sc_in(__field(gid_t, group))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(filename, filename)) 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_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group))) ) #endif -#ifndef OVERRIDE_32_sys_mincore -SC_TRACE_EVENT(sys_mincore, +#ifndef OVERRIDE_32_mincore +SC_LTTNG_TRACEPOINT_EVENT(mincore, TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned char * vec), TP_ARGS(sc_exit(ret,) start, len, vec), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, start)) sc_in(__field(size_t, len)) sc_out(__field_hex(unsigned char *, vec))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(start, start)) sc_in(tp_assign(len, len)) sc_out(tp_assign(vec, vec))), - 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_out(ctf_integer(unsigned char *, vec, vec))) ) #endif -#ifndef OVERRIDE_32_sys_getdents64 -SC_TRACE_EVENT(sys_getdents64, +#ifndef OVERRIDE_32_getdents64 +SC_LTTNG_TRACEPOINT_EVENT(getdents64, TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent64 * dirent, unsigned int count), TP_ARGS(sc_exit(ret,) fd, dirent, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, fd)) sc_out(__field_hex(struct linux_dirent64 *, dirent)) sc_in(__field(unsigned int, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(dirent, dirent)) sc_in(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct linux_dirent64 *, dirent, dirent)) sc_in(ctf_integer(unsigned int, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_listxattr -SC_TRACE_EVENT(sys_listxattr, +#ifndef OVERRIDE_32_listxattr +SC_LTTNG_TRACEPOINT_EVENT(listxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size), TP_ARGS(sc_exit(ret,) pathname, list, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_out(__field_hex(char *, list)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_out(tp_assign(list, list)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_llistxattr -SC_TRACE_EVENT(sys_llistxattr, +#ifndef OVERRIDE_32_llistxattr +SC_LTTNG_TRACEPOINT_EVENT(llistxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size), TP_ARGS(sc_exit(ret,) pathname, list, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_out(__field_hex(char *, list)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_out(tp_assign(list, list)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_flistxattr -SC_TRACE_EVENT(sys_flistxattr, +#ifndef OVERRIDE_32_flistxattr +SC_LTTNG_TRACEPOINT_EVENT(flistxattr, TP_PROTO(sc_exit(long ret,) int fd, char * list, size_t size), TP_ARGS(sc_exit(ret,) fd, list, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_out(__field_hex(char *, list)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(list, list)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_sched_setaffinity -SC_TRACE_EVENT(sys_sched_setaffinity, +#ifndef OVERRIDE_32_sched_setaffinity +SC_LTTNG_TRACEPOINT_EVENT(sched_setaffinity, TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr), TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(unsigned int, len)) sc_in(__field_hex(unsigned long *, user_mask_ptr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(len, len)) sc_in(tp_assign(user_mask_ptr, user_mask_ptr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_in(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr))) ) #endif -#ifndef OVERRIDE_32_sys_sched_getaffinity -SC_TRACE_EVENT(sys_sched_getaffinity, +#ifndef OVERRIDE_32_sched_getaffinity +SC_LTTNG_TRACEPOINT_EVENT(sched_getaffinity, TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr), TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(unsigned int, len)) sc_out(__field_hex(unsigned long *, user_mask_ptr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(len, len)) sc_out(tp_assign(user_mask_ptr, user_mask_ptr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_out(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr))) ) #endif -#ifndef OVERRIDE_32_sys_io_submit -SC_TRACE_EVENT(sys_io_submit, +#ifndef OVERRIDE_32_io_submit +SC_LTTNG_TRACEPOINT_EVENT(io_submit, TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long nr, struct iocb * * iocbpp), TP_ARGS(sc_exit(ret,) ctx_id, nr, iocbpp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(aio_context_t, ctx_id)) sc_in(__field(long, nr)) sc_in(__field_hex(struct iocb * *, iocbpp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ctx_id, ctx_id)) sc_in(tp_assign(nr, nr)) sc_in(tp_assign(iocbpp, iocbpp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, nr, nr)) sc_in(ctf_integer(struct iocb * *, iocbpp, iocbpp))) ) #endif -#ifndef OVERRIDE_32_sys_io_cancel -SC_TRACE_EVENT(sys_io_cancel, +#ifndef OVERRIDE_32_io_cancel +SC_LTTNG_TRACEPOINT_EVENT(io_cancel, TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, struct iocb * iocb, struct io_event * result), TP_ARGS(sc_exit(ret,) ctx_id, iocb, result), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(aio_context_t, ctx_id)) sc_in(__field_hex(struct iocb *, iocb)) sc_out(__field_hex(struct io_event *, result))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ctx_id, ctx_id)) sc_in(tp_assign(iocb, iocb)) sc_out(tp_assign(result, result))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(struct iocb *, iocb, iocb)) sc_out(ctf_integer(struct io_event *, result, result))) ) #endif -#ifndef OVERRIDE_32_sys_timer_create -SC_TRACE_EVENT(sys_timer_create, +#ifndef OVERRIDE_32_timer_create +SC_LTTNG_TRACEPOINT_EVENT(timer_create, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct sigevent * timer_event_spec, timer_t * created_timer_id), TP_ARGS(sc_exit(ret,) which_clock, timer_event_spec, created_timer_id), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_in(__field_hex(struct sigevent *, timer_event_spec)) sc_out(__field_hex(timer_t *, created_timer_id))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_in(tp_assign(timer_event_spec, timer_event_spec)) sc_out(tp_assign(created_timer_id, created_timer_id))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct sigevent *, timer_event_spec, timer_event_spec)) sc_out(ctf_integer(timer_t *, created_timer_id, created_timer_id))) ) #endif -#ifndef OVERRIDE_32_sys_statfs64 -SC_TRACE_EVENT(sys_statfs64, +#ifndef OVERRIDE_32_statfs64 +SC_LTTNG_TRACEPOINT_EVENT(statfs64, TP_PROTO(sc_exit(long ret,) const char * pathname, size_t sz, struct statfs64 * buf), TP_ARGS(sc_exit(ret,) pathname, sz, buf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__string_from_user(pathname, pathname)) sc_inout(__field(size_t, sz)) sc_inout(__field_hex(struct statfs64 *, buf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_copy_string_from_user(pathname, pathname)) sc_inout(tp_assign(sz, sz)) sc_inout(tp_assign(buf, buf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(pathname, pathname)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf))) ) #endif -#ifndef OVERRIDE_32_sys_fstatfs64 -SC_TRACE_EVENT(sys_fstatfs64, +#ifndef OVERRIDE_32_fstatfs64 +SC_LTTNG_TRACEPOINT_EVENT(fstatfs64, TP_PROTO(sc_exit(long ret,) unsigned int fd, size_t sz, struct statfs64 * buf), TP_ARGS(sc_exit(ret,) fd, sz, buf), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, fd)) sc_inout(__field(size_t, sz)) sc_inout(__field_hex(struct statfs64 *, buf))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(fd, fd)) sc_inout(tp_assign(sz, sz)) sc_inout(tp_assign(buf, buf))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf))) ) #endif -#ifndef OVERRIDE_32_sys_mq_getsetattr -SC_TRACE_EVENT(sys_mq_getsetattr, +#ifndef OVERRIDE_32_mq_getsetattr +SC_LTTNG_TRACEPOINT_EVENT(mq_getsetattr, TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct mq_attr * u_mqstat, struct mq_attr * u_omqstat), TP_ARGS(sc_exit(ret,) mqdes, u_mqstat, u_omqstat), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(mqd_t, mqdes)) sc_in(__field_hex(const struct mq_attr *, u_mqstat)) sc_out(__field_hex(struct mq_attr *, u_omqstat))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(mqdes, mqdes)) sc_in(tp_assign(u_mqstat, u_mqstat)) sc_out(tp_assign(u_omqstat, u_omqstat))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct mq_attr *, u_mqstat, u_mqstat)) sc_out(ctf_integer(struct mq_attr *, u_omqstat, u_omqstat))) ) #endif -#ifndef OVERRIDE_32_sys_inotify_add_watch -SC_TRACE_EVENT(sys_inotify_add_watch, +#ifndef OVERRIDE_32_inotify_add_watch +SC_LTTNG_TRACEPOINT_EVENT(inotify_add_watch, TP_PROTO(sc_exit(long ret,) int fd, const char * pathname, u32 mask), TP_ARGS(sc_exit(ret,) fd, pathname, mask), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__string_from_user(pathname, pathname)) sc_in(__field(u32, mask))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_assign(mask, mask))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(u32, mask, mask))) ) #endif -#ifndef OVERRIDE_32_sys_mkdirat -SC_TRACE_EVENT(sys_mkdirat, +#ifndef OVERRIDE_32_mkdirat +SC_LTTNG_TRACEPOINT_EVENT(mkdirat, TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, int mode), TP_ARGS(sc_exit(ret,) dfd, pathname, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(pathname, pathname)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_futimesat -SC_TRACE_EVENT(sys_futimesat, +#ifndef OVERRIDE_32_futimesat +SC_LTTNG_TRACEPOINT_EVENT(futimesat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timeval * utimes), TP_ARGS(sc_exit(ret,) dfd, filename, utimes), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field_hex(struct timeval *, utimes))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(utimes, utimes))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timeval *, utimes, utimes))) ) #endif -#ifndef OVERRIDE_32_sys_unlinkat -SC_TRACE_EVENT(sys_unlinkat, +#ifndef OVERRIDE_32_unlinkat +SC_LTTNG_TRACEPOINT_EVENT(unlinkat, TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, int flag), TP_ARGS(sc_exit(ret,) dfd, pathname, flag), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(pathname, pathname)) sc_in(__field(int, flag))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_assign(flag, flag))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, flag, flag))) ) #endif -#ifndef OVERRIDE_32_sys_symlinkat -SC_TRACE_EVENT(sys_symlinkat, +#ifndef OVERRIDE_32_symlinkat +SC_LTTNG_TRACEPOINT_EVENT(symlinkat, TP_PROTO(sc_exit(long ret,) const char * oldname, int newdfd, const char * newname), TP_ARGS(sc_exit(ret,) oldname, newdfd, newname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(oldname, oldname)) sc_in(__field(int, newdfd)) sc_in(__string_from_user(newname, newname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_assign(newdfd, newdfd)) sc_in(tp_copy_string_from_user(newname, newname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname))) ) #endif -#ifndef OVERRIDE_32_sys_fchmodat -SC_TRACE_EVENT(sys_fchmodat, +#ifndef OVERRIDE_32_fchmodat +SC_LTTNG_TRACEPOINT_EVENT(fchmodat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, mode_t mode), TP_ARGS(sc_exit(ret,) dfd, filename, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field(mode_t, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(mode_t, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_faccessat -SC_TRACE_EVENT(sys_faccessat, +#ifndef OVERRIDE_32_faccessat +SC_LTTNG_TRACEPOINT_EVENT(faccessat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode), TP_ARGS(sc_exit(ret,) dfd, filename, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_get_robust_list -SC_TRACE_EVENT(sys_get_robust_list, +#ifndef OVERRIDE_32_get_robust_list +SC_LTTNG_TRACEPOINT_EVENT(get_robust_list, TP_PROTO(sc_exit(long ret,) int pid, struct robust_list_head * * head_ptr, size_t * len_ptr), TP_ARGS(sc_exit(ret,) pid, head_ptr, len_ptr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, pid)) sc_out(__field_hex(struct robust_list_head * *, head_ptr)) sc_out(__field_hex(size_t *, len_ptr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_out(tp_assign(head_ptr, head_ptr)) sc_out(tp_assign(len_ptr, len_ptr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, pid, pid)) sc_out(ctf_integer(struct robust_list_head * *, head_ptr, head_ptr)) sc_out(ctf_integer(size_t *, len_ptr, len_ptr))) ) #endif -#ifndef OVERRIDE_32_sys_getcpu -SC_TRACE_EVENT(sys_getcpu, +#ifndef OVERRIDE_32_getcpu +SC_LTTNG_TRACEPOINT_EVENT(getcpu, TP_PROTO(sc_exit(long ret,) unsigned * cpup, unsigned * nodep, struct getcpu_cache * unused), TP_ARGS(sc_exit(ret,) cpup, nodep, unused), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(unsigned *, cpup)) sc_out(__field_hex(unsigned *, nodep)) sc_inout(__field_hex(struct getcpu_cache *, unused))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(cpup, cpup)) sc_out(tp_assign(nodep, nodep)) sc_inout(tp_assign(unused, unused))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(unsigned *, cpup, cpup)) sc_out(ctf_integer(unsigned *, nodep, nodep)) sc_inout(ctf_integer(struct getcpu_cache *, unused, unused))) ) #endif -#ifndef OVERRIDE_32_sys_signalfd -SC_TRACE_EVENT(sys_signalfd, +#ifndef OVERRIDE_32_signalfd +SC_LTTNG_TRACEPOINT_EVENT(signalfd, TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask), TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, ufd)) sc_in(__field_hex(sigset_t *, user_mask)) sc_in(__field(size_t, sizemask))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ufd, ufd)) sc_in(tp_assign(user_mask, user_mask)) sc_in(tp_assign(sizemask, sizemask))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(sigset_t *, user_mask, user_mask)) sc_in(ctf_integer(size_t, sizemask, sizemask))) ) #endif -#ifndef OVERRIDE_32_sys_reboot -SC_TRACE_EVENT(sys_reboot, +#ifndef OVERRIDE_32_reboot +SC_LTTNG_TRACEPOINT_EVENT(reboot, TP_PROTO(sc_exit(long ret,) int magic1, int magic2, unsigned int cmd, void * arg), TP_ARGS(sc_exit(ret,) magic1, magic2, cmd, arg), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, magic1)) sc_in(__field(int, magic2)) sc_in(__field(unsigned int, cmd)) sc_in(__field_hex(void *, arg))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(magic1, magic1)) sc_in(tp_assign(magic2, magic2)) sc_in(tp_assign(cmd, cmd)) sc_in(tp_assign(arg, arg))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, magic1, magic1)) sc_in(ctf_integer(int, magic2, magic2)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(void *, arg, arg))) ) #endif -#ifndef OVERRIDE_32_sys_wait4 -SC_TRACE_EVENT(sys_wait4, +#ifndef OVERRIDE_32_wait4 +SC_LTTNG_TRACEPOINT_EVENT(wait4, TP_PROTO(sc_exit(long ret,) pid_t upid, int * stat_addr, int options, struct rusage * ru), TP_ARGS(sc_exit(ret,) upid, stat_addr, options, ru), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, upid)) sc_out(__field_hex(int *, stat_addr)) sc_in(__field(int, options)) sc_out(__field_hex(struct rusage *, ru))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(upid, upid)) sc_out(tp_assign(stat_addr, stat_addr)) sc_in(tp_assign(options, options)) sc_out(tp_assign(ru, ru))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(int *, stat_addr, stat_addr)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru))) ) #endif -#ifndef OVERRIDE_32_sys_quotactl -SC_TRACE_EVENT(sys_quotactl, +#ifndef OVERRIDE_32_quotactl +SC_LTTNG_TRACEPOINT_EVENT(quotactl, TP_PROTO(sc_exit(long ret,) unsigned int cmd, const char * special, qid_t id, void * addr), TP_ARGS(sc_exit(ret,) cmd, special, id, addr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned int, cmd)) sc_in(__field_hex(const char *, special)) sc_in(__field(qid_t, id)) sc_inout(__field_hex(void *, addr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(cmd, cmd)) sc_in(tp_assign(special, special)) sc_in(tp_assign(id, id)) sc_inout(tp_assign(addr, addr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(const char *, special, special)) sc_in(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigaction -SC_TRACE_EVENT(sys_rt_sigaction, +#ifndef OVERRIDE_32_rt_sigaction +SC_LTTNG_TRACEPOINT_EVENT(rt_sigaction, TP_PROTO(sc_exit(long ret,) int sig, const struct sigaction * act, struct sigaction * oact, size_t sigsetsize), TP_ARGS(sc_exit(ret,) sig, act, oact, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, sig)) sc_in(__field_hex(const struct sigaction *, act)) sc_out(__field_hex(struct sigaction *, oact)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(sig, sig)) sc_in(tp_assign(act, act)) sc_out(tp_assign(oact, oact)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(const struct sigaction *, act, act)) sc_out(ctf_integer(struct sigaction *, oact, oact)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigprocmask -SC_TRACE_EVENT(sys_rt_sigprocmask, +#ifndef OVERRIDE_32_rt_sigprocmask +SC_LTTNG_TRACEPOINT_EVENT(rt_sigprocmask, TP_PROTO(sc_exit(long ret,) int how, sigset_t * nset, sigset_t * oset, size_t sigsetsize), TP_ARGS(sc_exit(ret,) how, nset, oset, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, how)) sc_in(__field_hex(sigset_t *, nset)) sc_out(__field_hex(sigset_t *, oset)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(how, how)) sc_in(tp_assign(nset, nset)) sc_out(tp_assign(oset, oset)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, how, how)) sc_in(ctf_integer(sigset_t *, nset, nset)) sc_out(ctf_integer(sigset_t *, oset, oset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_rt_sigtimedwait -SC_TRACE_EVENT(sys_rt_sigtimedwait, +#ifndef OVERRIDE_32_rt_sigtimedwait +SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait, TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct timespec * uts, size_t sigsetsize), TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_out(__field_hex(const sigset_t *, uthese)) sc_out(__field_hex(siginfo_t *, uinfo)) sc_in(__field_hex(const struct timespec *, uts)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_out(tp_assign(uthese, uthese)) sc_out(tp_assign(uinfo, uinfo)) sc_in(tp_assign(uts, uts)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_sendfile -SC_TRACE_EVENT(sys_sendfile, +#ifndef OVERRIDE_32_sendfile +SC_LTTNG_TRACEPOINT_EVENT(sendfile, TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, off_t * offset, size_t count), TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, out_fd)) sc_inout(__field(int, in_fd)) sc_inout(__field_hex(off_t *, offset)) sc_inout(__field(size_t, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(out_fd, out_fd)) sc_inout(tp_assign(in_fd, in_fd)) sc_inout(tp_assign(offset, offset)) sc_inout(tp_assign(count, count))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, out_fd, out_fd)) sc_inout(ctf_integer(int, in_fd, in_fd)) sc_inout(ctf_integer(off_t *, offset, offset)) sc_inout(ctf_integer(size_t, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_getxattr -SC_TRACE_EVENT(sys_getxattr, +#ifndef OVERRIDE_32_getxattr +SC_LTTNG_TRACEPOINT_EVENT(getxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size), TP_ARGS(sc_exit(ret,) pathname, name, value, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name)) sc_out(__field_hex(void *, value)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name)) sc_out(tp_assign(value, value)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_lgetxattr -SC_TRACE_EVENT(sys_lgetxattr, +#ifndef OVERRIDE_32_lgetxattr +SC_LTTNG_TRACEPOINT_EVENT(lgetxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size), TP_ARGS(sc_exit(ret,) pathname, name, value, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name)) sc_out(__field_hex(void *, value)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name)) sc_out(tp_assign(value, value)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_fgetxattr -SC_TRACE_EVENT(sys_fgetxattr, +#ifndef OVERRIDE_32_fgetxattr +SC_LTTNG_TRACEPOINT_EVENT(fgetxattr, TP_PROTO(sc_exit(long ret,) int fd, const char * name, void * value, size_t size), TP_ARGS(sc_exit(ret,) fd, name, value, size), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__string_from_user(name, name)) sc_out(__field_hex(void *, value)) sc_in(__field(size_t, size))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_copy_string_from_user(name, name)) sc_out(tp_assign(value, value)) sc_in(tp_assign(size, size))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) ) #endif -#ifndef OVERRIDE_32_sys_sendfile64 -SC_TRACE_EVENT(sys_sendfile64, +#ifndef OVERRIDE_32_sendfile64 +SC_LTTNG_TRACEPOINT_EVENT(sendfile64, TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, loff_t * offset, size_t count), TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, out_fd)) sc_in(__field(int, in_fd)) sc_inout(__field_hex(loff_t *, offset)) sc_in(__field(size_t, count))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(out_fd, out_fd)) sc_in(tp_assign(in_fd, in_fd)) sc_inout(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, out_fd, out_fd)) sc_in(ctf_integer(int, in_fd, in_fd)) sc_inout(ctf_integer(loff_t *, offset, offset)) sc_in(ctf_integer(size_t, count, count))) ) #endif -#ifndef OVERRIDE_32_sys_epoll_ctl -SC_TRACE_EVENT(sys_epoll_ctl, +#ifndef OVERRIDE_32_epoll_ctl +SC_LTTNG_TRACEPOINT_EVENT(epoll_ctl, TP_PROTO(sc_exit(long ret,) int epfd, int op, int fd, struct epoll_event * event), TP_ARGS(sc_exit(ret,) epfd, op, fd, event), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, epfd)) sc_in(__field(int, op)) sc_in(__field(int, fd)) sc_in(__field_hex(struct epoll_event *, event))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(epfd, epfd)) sc_in(tp_assign(op, op)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(event, event))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct epoll_event *, event, event))) ) #endif -#ifndef OVERRIDE_32_sys_epoll_wait -SC_TRACE_EVENT(sys_epoll_wait, +#ifndef OVERRIDE_32_epoll_wait +SC_LTTNG_TRACEPOINT_EVENT(epoll_wait, TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout), TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, epfd)) sc_out(__field_hex(struct epoll_event *, events)) sc_in(__field(int, maxevents)) sc_in(__field(int, timeout))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(epfd, epfd)) sc_out(tp_assign(events, events)) sc_in(tp_assign(maxevents, maxevents)) sc_in(tp_assign(timeout, timeout))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout))) ) #endif -#ifndef OVERRIDE_32_sys_timer_settime -SC_TRACE_EVENT(sys_timer_settime, +#ifndef OVERRIDE_32_timer_settime +SC_LTTNG_TRACEPOINT_EVENT(timer_settime, TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct itimerspec * new_setting, struct itimerspec * old_setting), TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(timer_t, timer_id)) sc_in(__field(int, flags)) sc_in(__field_hex(const struct itimerspec *, new_setting)) sc_out(__field_hex(struct itimerspec *, old_setting))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(timer_id, timer_id)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(new_setting, new_setting)) sc_out(tp_assign(old_setting, old_setting))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct itimerspec *, old_setting, old_setting))) ) #endif -#ifndef OVERRIDE_32_sys_clock_nanosleep -SC_TRACE_EVENT(sys_clock_nanosleep, +#ifndef OVERRIDE_32_clock_nanosleep +SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep, TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct timespec * rqtp, struct timespec * rmtp), TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(const clockid_t, which_clock)) sc_in(__field(int, flags)) sc_in(__field_hex(const struct timespec *, rqtp)) sc_out(__field_hex(struct timespec *, rmtp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which_clock, which_clock)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(rqtp, rqtp)) sc_out(tp_assign(rmtp, rmtp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp))) ) #endif -#ifndef OVERRIDE_32_sys_mq_open -SC_TRACE_EVENT(sys_mq_open, +#ifndef OVERRIDE_32_mq_open +SC_LTTNG_TRACEPOINT_EVENT(mq_open, TP_PROTO(sc_exit(long ret,) const char * u_name, int oflag, mode_t mode, struct mq_attr * u_attr), TP_ARGS(sc_exit(ret,) u_name, oflag, mode, u_attr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(u_name, u_name)) sc_in(__field(int, oflag)) sc_in(__field(mode_t, mode)) sc_in(__field_hex(struct mq_attr *, u_attr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(u_name, u_name)) sc_in(tp_assign(oflag, oflag)) sc_in(tp_assign(mode, mode)) sc_in(tp_assign(u_attr, u_attr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name)) sc_in(ctf_integer(int, oflag, oflag)) sc_in(ctf_integer(mode_t, mode, mode)) sc_in(ctf_integer(struct mq_attr *, u_attr, u_attr))) ) #endif -#ifndef OVERRIDE_32_sys_kexec_load -SC_TRACE_EVENT(sys_kexec_load, +#ifndef OVERRIDE_32_kexec_load +SC_LTTNG_TRACEPOINT_EVENT(kexec_load, TP_PROTO(sc_exit(long ret,) unsigned long entry, unsigned long nr_segments, struct kexec_segment * segments, unsigned long flags), TP_ARGS(sc_exit(ret,) entry, nr_segments, segments, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, entry)) sc_in(__field(unsigned long, nr_segments)) sc_in(__field_hex(struct kexec_segment *, segments)) sc_in(__field(unsigned long, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(entry, entry)) sc_in(tp_assign(nr_segments, nr_segments)) sc_in(tp_assign(segments, segments)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, entry, entry)) sc_in(ctf_integer(unsigned long, nr_segments, nr_segments)) sc_in(ctf_integer(struct kexec_segment *, segments, segments)) sc_in(ctf_integer(unsigned long, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_request_key -SC_TRACE_EVENT(sys_request_key, +#ifndef OVERRIDE_32_request_key +SC_LTTNG_TRACEPOINT_EVENT(request_key, TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const char * _callout_info, key_serial_t destringid), TP_ARGS(sc_exit(ret,) _type, _description, _callout_info, destringid), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(_type, _type)) sc_in(__field_hex(const char *, _description)) sc_in(__field_hex(const char *, _callout_info)) sc_in(__field(key_serial_t, destringid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(_type, _type)) sc_in(tp_assign(_description, _description)) sc_in(tp_assign(_callout_info, _callout_info)) sc_in(tp_assign(destringid, destringid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const char *, _callout_info, _callout_info)) sc_in(ctf_integer(key_serial_t, destringid, destringid))) ) #endif -#ifndef OVERRIDE_32_sys_openat -SC_TRACE_EVENT(sys_openat, +#ifndef OVERRIDE_32_openat +SC_LTTNG_TRACEPOINT_EVENT(openat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int flags, int mode), TP_ARGS(sc_exit(ret,) dfd, filename, flags, mode), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, flags)) sc_in(__field(int, mode))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(mode, mode))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(int, mode, mode))) ) #endif -#ifndef OVERRIDE_32_sys_mknodat -SC_TRACE_EVENT(sys_mknodat, +#ifndef OVERRIDE_32_mknodat +SC_LTTNG_TRACEPOINT_EVENT(mknodat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode, unsigned dev), TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field(int, mode)) sc_in(__field(unsigned, dev))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(mode, mode)) sc_in(tp_assign(dev, dev))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode)) sc_in(ctf_integer(unsigned, dev, dev))) ) #endif -#ifndef OVERRIDE_32_sys_fstatat64 -SC_TRACE_EVENT(sys_fstatat64, +#ifndef OVERRIDE_32_fstatat64 +SC_LTTNG_TRACEPOINT_EVENT(fstatat64, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct stat64 * statbuf, int flag), TP_ARGS(sc_exit(ret,) dfd, filename, statbuf, flag), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(int, dfd)) sc_inout(__string_from_user(filename, filename)) sc_inout(__field_hex(struct stat64 *, statbuf)) sc_inout(__field(int, flag))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(dfd, dfd)) sc_inout(tp_copy_string_from_user(filename, filename)) sc_inout(tp_assign(statbuf, statbuf)) sc_inout(tp_assign(flag, flag))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct stat64 *, statbuf, statbuf)) sc_inout(ctf_integer(int, flag, flag))) ) #endif -#ifndef OVERRIDE_32_sys_renameat -SC_TRACE_EVENT(sys_renameat, +#ifndef OVERRIDE_32_renameat +SC_LTTNG_TRACEPOINT_EVENT(renameat, TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname), TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, olddfd)) sc_in(__string_from_user(oldname, oldname)) sc_in(__field(int, newdfd)) sc_in(__string_from_user(newname, newname))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(olddfd, olddfd)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_assign(newdfd, newdfd)) sc_in(tp_copy_string_from_user(newname, newname))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname))) ) #endif -#ifndef OVERRIDE_32_sys_readlinkat -SC_TRACE_EVENT(sys_readlinkat, +#ifndef OVERRIDE_32_readlinkat +SC_LTTNG_TRACEPOINT_EVENT(readlinkat, TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, char * buf, int bufsiz), TP_ARGS(sc_exit(ret,) dfd, pathname, buf, bufsiz), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(pathname, pathname)) sc_out(__field_hex(char *, buf)) sc_in(__field(int, bufsiz))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_out(tp_assign(buf, buf)) sc_in(tp_assign(bufsiz, bufsiz))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, bufsiz, bufsiz))) ) #endif -#ifndef OVERRIDE_32_sys_vmsplice -SC_TRACE_EVENT(sys_vmsplice, +#ifndef OVERRIDE_32_vmsplice +SC_LTTNG_TRACEPOINT_EVENT(vmsplice, TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * iov, unsigned long nr_segs, unsigned int flags), TP_ARGS(sc_exit(ret,) fd, iov, nr_segs, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field_hex(const struct iovec *, iov)) sc_in(__field(unsigned long, nr_segs)) 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(iov, iov)) sc_in(tp_assign(nr_segs, nr_segs)) 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(const struct iovec *, iov, iov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_utimensat -SC_TRACE_EVENT(sys_utimensat, +#ifndef OVERRIDE_32_utimensat +SC_LTTNG_TRACEPOINT_EVENT(utimensat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timespec * utimes, int flags), TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field_hex(struct timespec *, utimes)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(utimes, utimes)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_timerfd_settime -SC_TRACE_EVENT(sys_timerfd_settime, +#ifndef OVERRIDE_32_timerfd_settime +SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime, TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct itimerspec * utmr, struct itimerspec * otmr), TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, ufd)) sc_in(__field(int, flags)) sc_in(__field_hex(const struct itimerspec *, utmr)) sc_out(__field_hex(struct itimerspec *, otmr))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ufd, ufd)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(utmr, utmr)) sc_out(tp_assign(otmr, otmr))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr))) ) #endif -#ifndef OVERRIDE_32_sys_signalfd4 -SC_TRACE_EVENT(sys_signalfd4, +#ifndef OVERRIDE_32_signalfd4 +SC_LTTNG_TRACEPOINT_EVENT(signalfd4, TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask, int flags), TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, ufd)) sc_in(__field_hex(sigset_t *, user_mask)) sc_in(__field(size_t, sizemask)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ufd, ufd)) sc_in(tp_assign(user_mask, user_mask)) sc_in(tp_assign(sizemask, sizemask)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(sigset_t *, user_mask, user_mask)) sc_in(ctf_integer(size_t, sizemask, sizemask)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_rt_tgsigqueueinfo -SC_TRACE_EVENT(sys_rt_tgsigqueueinfo, +#ifndef OVERRIDE_32_rt_tgsigqueueinfo +SC_LTTNG_TRACEPOINT_EVENT(rt_tgsigqueueinfo, TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig, siginfo_t * uinfo), TP_ARGS(sc_exit(ret,) tgid, pid, sig, uinfo), - 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)) sc_in(__field_hex(siginfo_t *, uinfo))), - 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)) sc_in(tp_assign(uinfo, uinfo))), - 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)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo))) ) #endif -#ifndef OVERRIDE_32_sys_prlimit64 -SC_TRACE_EVENT(sys_prlimit64, +#ifndef OVERRIDE_32_prlimit64 +SC_LTTNG_TRACEPOINT_EVENT(prlimit64, TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int resource, const struct rlimit64 * new_rlim, struct rlimit64 * old_rlim), TP_ARGS(sc_exit(ret,) pid, resource, new_rlim, old_rlim), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(pid_t, pid)) sc_in(__field(unsigned int, resource)) sc_in(__field_hex(const struct rlimit64 *, new_rlim)) sc_out(__field_hex(struct rlimit64 *, old_rlim))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(resource, resource)) sc_in(tp_assign(new_rlim, new_rlim)) sc_out(tp_assign(old_rlim, old_rlim))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(const struct rlimit64 *, new_rlim, new_rlim)) sc_out(ctf_integer(struct rlimit64 *, old_rlim, old_rlim))) ) #endif -#ifndef OVERRIDE_32_sys_sendmmsg -SC_TRACE_EVENT(sys_sendmmsg, +#ifndef OVERRIDE_32_sendmmsg +SC_LTTNG_TRACEPOINT_EVENT(sendmmsg, TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags), TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__field_hex(struct mmsghdr *, mmsg)) sc_in(__field(unsigned int, vlen)) 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(mmsg, mmsg)) sc_in(tp_assign(vlen, vlen)) 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(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_mount -SC_TRACE_EVENT(sys_mount, +#ifndef OVERRIDE_32_mount +SC_LTTNG_TRACEPOINT_EVENT(mount, TP_PROTO(sc_exit(long ret,) char * dev_name, char * dir_name, char * type, unsigned long flags, void * data), TP_ARGS(sc_exit(ret,) dev_name, dir_name, type, flags, data), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(dev_name, dev_name)) sc_in(__string_from_user(dir_name, dir_name)) sc_in(__string_from_user(type, type)) sc_in(__field(unsigned long, flags)) sc_in(__field_hex(void *, data))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(dev_name, dev_name)) sc_in(tp_copy_string_from_user(dir_name, dir_name)) sc_in(tp_copy_string_from_user(type, type)) sc_in(tp_assign(flags, flags)) sc_in(tp_assign(data, data))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(dev_name, dev_name)) sc_in(ctf_user_string(dir_name, dir_name)) sc_in(ctf_user_string(type, type)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(void *, data, data))) ) #endif -#ifndef OVERRIDE_32_sys_llseek -SC_TRACE_EVENT(sys_llseek, +#ifndef OVERRIDE_32_llseek +SC_LTTNG_TRACEPOINT_EVENT(llseek, TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t * result, unsigned int origin), TP_ARGS(sc_exit(ret,) fd, offset_high, offset_low, result, origin), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, fd)) sc_inout(__field(unsigned long, offset_high)) sc_inout(__field(unsigned long, offset_low)) sc_inout(__field_hex(loff_t *, result)) sc_inout(__field(unsigned int, origin))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(fd, fd)) sc_inout(tp_assign(offset_high, offset_high)) sc_inout(tp_assign(offset_low, offset_low)) sc_inout(tp_assign(result, result)) sc_inout(tp_assign(origin, origin))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned long, offset_high, offset_high)) sc_inout(ctf_integer(unsigned long, offset_low, offset_low)) sc_inout(ctf_integer(loff_t *, result, result)) sc_inout(ctf_integer(unsigned int, origin, origin))) ) #endif -#ifndef OVERRIDE_32_sys_select -SC_TRACE_EVENT(sys_select, +#ifndef OVERRIDE_32_select +SC_LTTNG_TRACEPOINT_EVENT(select, TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timeval * tvp), TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tvp), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, n)) sc_inout(__field_hex(fd_set *, inp)) sc_inout(__field_hex(fd_set *, outp)) sc_inout(__field_hex(fd_set *, exp)) sc_inout(__field_hex(struct timeval *, tvp))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(n, n)) sc_inout(tp_assign(inp, inp)) sc_inout(tp_assign(outp, outp)) sc_inout(tp_assign(exp, exp)) sc_inout(tp_assign(tvp, tvp))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct timeval *, tvp, tvp))) ) #endif -#ifndef OVERRIDE_32_sys_setxattr -SC_TRACE_EVENT(sys_setxattr, +#ifndef OVERRIDE_32_setxattr +SC_LTTNG_TRACEPOINT_EVENT(setxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags), TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name)) sc_in(__field_hex(const void *, value)) sc_in(__field(size_t, size)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(value, value)) sc_in(tp_assign(size, size)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_lsetxattr -SC_TRACE_EVENT(sys_lsetxattr, +#ifndef OVERRIDE_32_lsetxattr +SC_LTTNG_TRACEPOINT_EVENT(lsetxattr, TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags), TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(pathname, pathname)) sc_in(__string_from_user(name, name)) sc_in(__field_hex(const void *, value)) sc_in(__field(size_t, size)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(pathname, pathname)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(value, value)) sc_in(tp_assign(size, size)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_fsetxattr -SC_TRACE_EVENT(sys_fsetxattr, +#ifndef OVERRIDE_32_fsetxattr +SC_LTTNG_TRACEPOINT_EVENT(fsetxattr, TP_PROTO(sc_exit(long ret,) int fd, const char * name, const void * value, size_t size, int flags), TP_ARGS(sc_exit(ret,) fd, name, value, size, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_in(__string_from_user(name, name)) sc_in(__field_hex(const void *, value)) sc_in(__field(size_t, size)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_copy_string_from_user(name, name)) sc_in(tp_assign(value, value)) sc_in(tp_assign(size, size)) 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_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_io_getevents -SC_TRACE_EVENT(sys_io_getevents, +#ifndef OVERRIDE_32_io_getevents +SC_LTTNG_TRACEPOINT_EVENT(io_getevents, TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct timespec * timeout), TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(aio_context_t, ctx_id)) sc_in(__field(long, min_nr)) sc_in(__field(long, nr)) sc_out(__field_hex(struct io_event *, events)) sc_inout(__field_hex(struct timespec *, timeout))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(ctx_id, ctx_id)) sc_in(tp_assign(min_nr, min_nr)) sc_in(tp_assign(nr, nr)) sc_out(tp_assign(events, events)) sc_inout(tp_assign(timeout, timeout))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, min_nr, min_nr)) sc_in(ctf_integer(long, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct timespec *, timeout, timeout))) ) #endif -#ifndef OVERRIDE_32_sys_mq_timedsend -SC_TRACE_EVENT(sys_mq_timedsend, +#ifndef OVERRIDE_32_mq_timedsend +SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend, TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec * u_abs_timeout), TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(mqd_t, mqdes)) sc_in(__field_hex(const char *, u_msg_ptr)) sc_in(__field(size_t, msg_len)) sc_in(__field(unsigned int, msg_prio)) sc_in(__field_hex(const struct timespec *, u_abs_timeout))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(mqdes, mqdes)) sc_in(tp_assign(u_msg_ptr, u_msg_ptr)) sc_in(tp_assign(msg_len, msg_len)) sc_in(tp_assign(msg_prio, msg_prio)) sc_in(tp_assign(u_abs_timeout, u_abs_timeout))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct timespec *, u_abs_timeout, u_abs_timeout))) ) #endif -#ifndef OVERRIDE_32_sys_mq_timedreceive -SC_TRACE_EVENT(sys_mq_timedreceive, +#ifndef OVERRIDE_32_mq_timedreceive +SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive, TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, size_t msg_len, unsigned int * u_msg_prio, const struct timespec * u_abs_timeout), TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(mqd_t, mqdes)) sc_out(__field_hex(char *, u_msg_ptr)) sc_in(__field(size_t, msg_len)) sc_out(__field_hex(unsigned int *, u_msg_prio)) sc_in(__field_hex(const struct timespec *, u_abs_timeout))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(mqdes, mqdes)) sc_out(tp_assign(u_msg_ptr, u_msg_ptr)) sc_in(tp_assign(msg_len, msg_len)) sc_out(tp_assign(u_msg_prio, u_msg_prio)) sc_in(tp_assign(u_abs_timeout, u_abs_timeout))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct timespec *, u_abs_timeout, u_abs_timeout))) ) #endif -#ifndef OVERRIDE_32_sys_waitid -SC_TRACE_EVENT(sys_waitid, +#ifndef OVERRIDE_32_waitid +SC_LTTNG_TRACEPOINT_EVENT(waitid, TP_PROTO(sc_exit(long ret,) int which, pid_t upid, struct siginfo * infop, int options, struct rusage * ru), TP_ARGS(sc_exit(ret,) which, upid, infop, options, ru), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, which)) sc_in(__field(pid_t, upid)) sc_out(__field_hex(struct siginfo *, infop)) sc_in(__field(int, options)) sc_out(__field_hex(struct rusage *, ru))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(which, which)) sc_in(tp_assign(upid, upid)) sc_out(tp_assign(infop, infop)) sc_in(tp_assign(options, options)) sc_out(tp_assign(ru, ru))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(struct siginfo *, infop, infop)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru))) ) #endif -#ifndef OVERRIDE_32_sys_add_key -SC_TRACE_EVENT(sys_add_key, +#ifndef OVERRIDE_32_add_key +SC_LTTNG_TRACEPOINT_EVENT(add_key, TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const void * _payload, size_t plen, key_serial_t ringid), TP_ARGS(sc_exit(ret,) _type, _description, _payload, plen, ringid), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__string_from_user(_type, _type)) sc_in(__field_hex(const char *, _description)) sc_in(__field_hex(const void *, _payload)) sc_in(__field(size_t, plen)) sc_in(__field(key_serial_t, ringid))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_copy_string_from_user(_type, _type)) sc_in(tp_assign(_description, _description)) sc_in(tp_assign(_payload, _payload)) sc_in(tp_assign(plen, plen)) sc_in(tp_assign(ringid, ringid))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const void *, _payload, _payload)) sc_in(ctf_integer(size_t, plen, plen)) sc_in(ctf_integer(key_serial_t, ringid, ringid))) ) #endif -#ifndef OVERRIDE_32_sys_fchownat -SC_TRACE_EVENT(sys_fchownat, +#ifndef OVERRIDE_32_fchownat +SC_LTTNG_TRACEPOINT_EVENT(fchownat, TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, uid_t user, gid_t group, int flag), TP_ARGS(sc_exit(ret,) dfd, filename, user, group, flag), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, dfd)) sc_in(__string_from_user(filename, filename)) sc_in(__field(uid_t, user)) sc_in(__field(gid_t, group)) sc_in(__field(int, flag))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(dfd, dfd)) sc_in(tp_copy_string_from_user(filename, filename)) sc_in(tp_assign(user, user)) sc_in(tp_assign(group, group)) sc_in(tp_assign(flag, flag))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)) sc_in(ctf_integer(int, flag, flag))) ) #endif -#ifndef OVERRIDE_32_sys_linkat -SC_TRACE_EVENT(sys_linkat, +#ifndef OVERRIDE_32_linkat +SC_LTTNG_TRACEPOINT_EVENT(linkat, TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, int flags), TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, olddfd)) sc_in(__string_from_user(oldname, oldname)) sc_in(__field(int, newdfd)) sc_in(__string_from_user(newname, newname)) sc_in(__field(int, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(olddfd, olddfd)) sc_in(tp_copy_string_from_user(oldname, oldname)) sc_in(tp_assign(newdfd, newdfd)) sc_in(tp_copy_string_from_user(newname, newname)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_ppoll -SC_TRACE_EVENT(sys_ppoll, +#ifndef OVERRIDE_32_ppoll +SC_LTTNG_TRACEPOINT_EVENT(ppoll, TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct timespec * tsp, const sigset_t * sigmask, size_t sigsetsize), TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(struct pollfd *, ufds)) sc_in(__field(unsigned int, nfds)) sc_in(__field_hex(struct timespec *, tsp)) sc_in(__field_hex(const sigset_t *, sigmask)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(ufds, ufds)) sc_in(tp_assign(nfds, nfds)) sc_in(tp_assign(tsp, tsp)) sc_in(tp_assign(sigmask, sigmask)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_sys_preadv -SC_TRACE_EVENT(sys_preadv, +#ifndef OVERRIDE_32_preadv +SC_LTTNG_TRACEPOINT_EVENT(preadv, TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h), TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, fd)) sc_out(__field_hex(const struct iovec *, vec)) sc_in(__field(unsigned long, vlen)) sc_in(__field(unsigned long, pos_l)) sc_in(__field(unsigned long, pos_h))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(vec, vec)) sc_in(tp_assign(vlen, vlen)) sc_in(tp_assign(pos_l, pos_l)) sc_in(tp_assign(pos_h, pos_h))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_out(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h))) ) #endif -#ifndef OVERRIDE_32_sys_pwritev -SC_TRACE_EVENT(sys_pwritev, +#ifndef OVERRIDE_32_pwritev +SC_LTTNG_TRACEPOINT_EVENT(pwritev, TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h), TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(unsigned long, fd)) sc_in(__field_hex(const struct iovec *, vec)) sc_in(__field(unsigned long, vlen)) sc_in(__field(unsigned long, pos_l)) sc_in(__field(unsigned long, pos_h))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_in(tp_assign(vec, vec)) sc_in(tp_assign(vlen, vlen)) sc_in(tp_assign(pos_l, pos_l)) sc_in(tp_assign(pos_h, pos_h))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_in(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h))) ) #endif -#ifndef OVERRIDE_32_sys_perf_event_open -SC_TRACE_EVENT(sys_perf_event_open, +#ifndef OVERRIDE_32_perf_event_open +SC_LTTNG_TRACEPOINT_EVENT(perf_event_open, TP_PROTO(sc_exit(long ret,) struct perf_event_attr * attr_uptr, pid_t pid, int cpu, int group_fd, unsigned long flags), TP_ARGS(sc_exit(ret,) attr_uptr, pid, cpu, group_fd, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field_hex(struct perf_event_attr *, attr_uptr)) sc_in(__field(pid_t, pid)) sc_in(__field(int, cpu)) sc_in(__field(int, group_fd)) sc_in(__field(unsigned long, flags))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(attr_uptr, attr_uptr)) sc_in(tp_assign(pid, pid)) sc_in(tp_assign(cpu, cpu)) sc_in(tp_assign(group_fd, group_fd)) sc_in(tp_assign(flags, flags))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct perf_event_attr *, attr_uptr, attr_uptr)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, cpu, cpu)) sc_in(ctf_integer(int, group_fd, group_fd)) sc_in(ctf_integer(unsigned long, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_recvmmsg -SC_TRACE_EVENT(sys_recvmmsg, +#ifndef OVERRIDE_32_recvmmsg +SC_LTTNG_TRACEPOINT_EVENT(recvmmsg, TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct timespec * timeout), TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd)) sc_out(__field_hex(struct mmsghdr *, mmsg)) sc_in(__field(unsigned int, vlen)) sc_in(__field(unsigned int, flags)) sc_inout(__field_hex(struct timespec *, timeout))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(fd, fd)) sc_out(tp_assign(mmsg, mmsg)) sc_in(tp_assign(vlen, vlen)) sc_in(tp_assign(flags, flags)) sc_inout(tp_assign(timeout, timeout))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct timespec *, timeout, timeout))) ) #endif -#ifndef OVERRIDE_32_sys_ipc -SC_TRACE_EVENT(sys_ipc, +#ifndef OVERRIDE_32_ipc +SC_LTTNG_TRACEPOINT_EVENT(ipc, TP_PROTO(sc_exit(long ret,) unsigned int call, int first, unsigned long second, unsigned long third, void * ptr, long fifth), TP_ARGS(sc_exit(ret,) call, first, second, third, ptr, fifth), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field(unsigned int, call)) sc_inout(__field(int, first)) sc_inout(__field(unsigned long, second)) sc_inout(__field(unsigned long, third)) sc_inout(__field_hex(void *, ptr)) sc_inout(__field(long, fifth))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(call, call)) sc_inout(tp_assign(first, first)) sc_inout(tp_assign(second, second)) sc_inout(tp_assign(third, third)) sc_inout(tp_assign(ptr, ptr)) sc_inout(tp_assign(fifth, fifth))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, call, call)) sc_inout(ctf_integer(int, first, first)) sc_inout(ctf_integer(unsigned long, second, second)) sc_inout(ctf_integer(unsigned long, third, third)) sc_inout(ctf_integer(void *, ptr, ptr)) sc_inout(ctf_integer(long, fifth, fifth))) ) #endif -#ifndef OVERRIDE_32_sys_futex -SC_TRACE_EVENT(sys_futex, +#ifndef OVERRIDE_32_futex +SC_LTTNG_TRACEPOINT_EVENT(futex, TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, struct timespec * utime, u32 * uaddr2, u32 val3), TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_inout(__field_hex(u32 *, uaddr)) sc_in(__field(int, op)) sc_in(__field(u32, val)) sc_in(__field_hex(struct timespec *, utime)) sc_inout(__field_hex(u32 *, uaddr2)) sc_in(__field(u32, val3))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_inout(tp_assign(uaddr, uaddr)) sc_in(tp_assign(op, op)) sc_in(tp_assign(val, val)) sc_in(tp_assign(utime, utime)) sc_inout(tp_assign(uaddr2, uaddr2)) sc_in(tp_assign(val3, val3))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(struct timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3))) ) #endif -#ifndef OVERRIDE_32_sys_pselect6 -SC_TRACE_EVENT(sys_pselect6, +#ifndef OVERRIDE_32_pselect6 +SC_LTTNG_TRACEPOINT_EVENT(pselect6, TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timespec * tsp, void * sig), TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, n)) sc_inout(__field_hex(fd_set *, inp)) sc_inout(__field_hex(fd_set *, outp)) sc_inout(__field_hex(fd_set *, exp)) sc_inout(__field_hex(struct timespec *, tsp)) sc_in(__field_hex(void *, sig))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(n, n)) sc_inout(tp_assign(inp, inp)) sc_inout(tp_assign(outp, outp)) sc_inout(tp_assign(exp, exp)) sc_inout(tp_assign(tsp, tsp)) sc_in(tp_assign(sig, sig))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig))) ) #endif -#ifndef OVERRIDE_32_sys_splice -SC_TRACE_EVENT(sys_splice, +#ifndef OVERRIDE_32_splice +SC_LTTNG_TRACEPOINT_EVENT(splice, TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags), TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, fd_in)) sc_in(__field_hex(loff_t *, off_in)) sc_in(__field(int, fd_out)) sc_in(__field_hex(loff_t *, off_out)) 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(fd_in, fd_in)) sc_in(tp_assign(off_in, off_in)) sc_in(tp_assign(fd_out, fd_out)) sc_in(tp_assign(off_out, off_out)) 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, fd_in, fd_in)) sc_in(ctf_integer(loff_t *, off_in, off_in)) sc_in(ctf_integer(int, fd_out, fd_out)) sc_in(ctf_integer(loff_t *, off_out, off_out)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_sys_epoll_pwait -SC_TRACE_EVENT(sys_epoll_pwait, +#ifndef OVERRIDE_32_epoll_pwait +SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait, TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout, const sigset_t * sigmask, size_t sigsetsize), TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize), - TP_STRUCT__entry(sc_exit(__field(long, ret)) sc_in(__field(int, epfd)) sc_out(__field_hex(struct epoll_event *, events)) sc_in(__field(int, maxevents)) sc_in(__field(int, timeout)) sc_in(__field_hex(const sigset_t *, sigmask)) sc_in(__field(size_t, sigsetsize))), - TP_fast_assign(sc_exit(tp_assign(ret, ret)) sc_in(tp_assign(epfd, epfd)) sc_out(tp_assign(events, events)) sc_in(tp_assign(maxevents, maxevents)) sc_in(tp_assign(timeout, timeout)) sc_in(tp_assign(sigmask, sigmask)) sc_in(tp_assign(sigsetsize, sigsetsize))), - TP_printk() + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif #endif /* _TRACE_SYSCALLS_POINTERS_H */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include #else /* CREATE_SYSCALL_TABLE */ #include "x86-32-syscalls-3.1.0-rc6_pointers_override.h" #include "syscalls_pointers_override.h" -#ifndef OVERRIDE_TABLE_32_sys_read -TRACE_SYSCALL_TABLE(sys_read, sys_read, 3, 3) +#ifndef OVERRIDE_TABLE_32_read +TRACE_SYSCALL_TABLE(read, read, 3, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_write -TRACE_SYSCALL_TABLE(sys_write, sys_write, 4, 3) +#ifndef OVERRIDE_TABLE_32_write +TRACE_SYSCALL_TABLE(write, write, 4, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_open -TRACE_SYSCALL_TABLE(sys_open, sys_open, 5, 3) +#ifndef OVERRIDE_TABLE_32_open +TRACE_SYSCALL_TABLE(open, open, 5, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_waitpid -TRACE_SYSCALL_TABLE(sys_waitpid, sys_waitpid, 7, 3) +#ifndef OVERRIDE_TABLE_32_waitpid +TRACE_SYSCALL_TABLE(waitpid, waitpid, 7, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_creat -TRACE_SYSCALL_TABLE(sys_creat, sys_creat, 8, 2) +#ifndef OVERRIDE_TABLE_32_creat +TRACE_SYSCALL_TABLE(creat, creat, 8, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_link -TRACE_SYSCALL_TABLE(sys_link, sys_link, 9, 2) +#ifndef OVERRIDE_TABLE_32_link +TRACE_SYSCALL_TABLE(link, link, 9, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_unlink -TRACE_SYSCALL_TABLE(sys_unlink, sys_unlink, 10, 1) +#ifndef OVERRIDE_TABLE_32_unlink +TRACE_SYSCALL_TABLE(unlink, unlink, 10, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_chdir -TRACE_SYSCALL_TABLE(sys_chdir, sys_chdir, 12, 1) +#ifndef OVERRIDE_TABLE_32_chdir +TRACE_SYSCALL_TABLE(chdir, chdir, 12, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_time -TRACE_SYSCALL_TABLE(sys_time, sys_time, 13, 1) +#ifndef OVERRIDE_TABLE_32_time +TRACE_SYSCALL_TABLE(time, time, 13, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_mknod -TRACE_SYSCALL_TABLE(sys_mknod, sys_mknod, 14, 3) +#ifndef OVERRIDE_TABLE_32_mknod +TRACE_SYSCALL_TABLE(mknod, mknod, 14, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_chmod -TRACE_SYSCALL_TABLE(sys_chmod, sys_chmod, 15, 2) +#ifndef OVERRIDE_TABLE_32_chmod +TRACE_SYSCALL_TABLE(chmod, chmod, 15, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_lchown16 -TRACE_SYSCALL_TABLE(sys_lchown16, sys_lchown16, 16, 3) +#ifndef OVERRIDE_TABLE_32_lchown16 +TRACE_SYSCALL_TABLE(lchown16, lchown16, 16, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_stat -TRACE_SYSCALL_TABLE(sys_stat, sys_stat, 18, 2) +#ifndef OVERRIDE_TABLE_32_stat +TRACE_SYSCALL_TABLE(stat, stat, 18, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_mount -TRACE_SYSCALL_TABLE(sys_mount, sys_mount, 21, 5) +#ifndef OVERRIDE_TABLE_32_mount +TRACE_SYSCALL_TABLE(mount, mount, 21, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_oldumount -TRACE_SYSCALL_TABLE(sys_oldumount, sys_oldumount, 22, 1) +#ifndef OVERRIDE_TABLE_32_oldumount +TRACE_SYSCALL_TABLE(oldumount, oldumount, 22, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_stime -TRACE_SYSCALL_TABLE(sys_stime, sys_stime, 25, 1) +#ifndef OVERRIDE_TABLE_32_stime +TRACE_SYSCALL_TABLE(stime, stime, 25, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_fstat -TRACE_SYSCALL_TABLE(sys_fstat, sys_fstat, 28, 2) +#ifndef OVERRIDE_TABLE_32_fstat +TRACE_SYSCALL_TABLE(fstat, fstat, 28, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_utime -TRACE_SYSCALL_TABLE(sys_utime, sys_utime, 30, 2) +#ifndef OVERRIDE_TABLE_32_utime +TRACE_SYSCALL_TABLE(utime, utime, 30, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_access -TRACE_SYSCALL_TABLE(sys_access, sys_access, 33, 2) +#ifndef OVERRIDE_TABLE_32_access +TRACE_SYSCALL_TABLE(access, access, 33, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_rename -TRACE_SYSCALL_TABLE(sys_rename, sys_rename, 38, 2) +#ifndef OVERRIDE_TABLE_32_rename +TRACE_SYSCALL_TABLE(rename, rename, 38, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_mkdir -TRACE_SYSCALL_TABLE(sys_mkdir, sys_mkdir, 39, 2) +#ifndef OVERRIDE_TABLE_32_mkdir +TRACE_SYSCALL_TABLE(mkdir, mkdir, 39, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_rmdir -TRACE_SYSCALL_TABLE(sys_rmdir, sys_rmdir, 40, 1) +#ifndef OVERRIDE_TABLE_32_rmdir +TRACE_SYSCALL_TABLE(rmdir, rmdir, 40, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_pipe -TRACE_SYSCALL_TABLE(sys_pipe, sys_pipe, 42, 1) +#ifndef OVERRIDE_TABLE_32_pipe +TRACE_SYSCALL_TABLE(pipe, pipe, 42, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_times -TRACE_SYSCALL_TABLE(sys_times, sys_times, 43, 1) +#ifndef OVERRIDE_TABLE_32_times +TRACE_SYSCALL_TABLE(times, times, 43, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_acct -TRACE_SYSCALL_TABLE(sys_acct, sys_acct, 51, 1) +#ifndef OVERRIDE_TABLE_32_acct +TRACE_SYSCALL_TABLE(acct, acct, 51, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_umount -TRACE_SYSCALL_TABLE(sys_umount, sys_umount, 52, 2) +#ifndef OVERRIDE_TABLE_32_umount +TRACE_SYSCALL_TABLE(umount, umount, 52, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_olduname -TRACE_SYSCALL_TABLE(sys_olduname, sys_olduname, 59, 1) +#ifndef OVERRIDE_TABLE_32_olduname +TRACE_SYSCALL_TABLE(olduname, olduname, 59, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_chroot -TRACE_SYSCALL_TABLE(sys_chroot, sys_chroot, 61, 1) +#ifndef OVERRIDE_TABLE_32_chroot +TRACE_SYSCALL_TABLE(chroot, chroot, 61, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_ustat -TRACE_SYSCALL_TABLE(sys_ustat, sys_ustat, 62, 2) +#ifndef OVERRIDE_TABLE_32_ustat +TRACE_SYSCALL_TABLE(ustat, ustat, 62, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sigpending -TRACE_SYSCALL_TABLE(sys_sigpending, sys_sigpending, 73, 1) +#ifndef OVERRIDE_TABLE_32_sigpending +TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_sethostname -TRACE_SYSCALL_TABLE(sys_sethostname, sys_sethostname, 74, 2) +#ifndef OVERRIDE_TABLE_32_sethostname +TRACE_SYSCALL_TABLE(sethostname, sethostname, 74, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_setrlimit -TRACE_SYSCALL_TABLE(sys_setrlimit, sys_setrlimit, 75, 2) +#ifndef OVERRIDE_TABLE_32_setrlimit +TRACE_SYSCALL_TABLE(setrlimit, setrlimit, 75, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_old_getrlimit -TRACE_SYSCALL_TABLE(sys_old_getrlimit, sys_old_getrlimit, 76, 2) +#ifndef OVERRIDE_TABLE_32_old_getrlimit +TRACE_SYSCALL_TABLE(old_getrlimit, old_getrlimit, 76, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_getrusage -TRACE_SYSCALL_TABLE(sys_getrusage, sys_getrusage, 77, 2) +#ifndef OVERRIDE_TABLE_32_getrusage +TRACE_SYSCALL_TABLE(getrusage, getrusage, 77, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_gettimeofday -TRACE_SYSCALL_TABLE(sys_gettimeofday, sys_gettimeofday, 78, 2) +#ifndef OVERRIDE_TABLE_32_gettimeofday +TRACE_SYSCALL_TABLE(gettimeofday, gettimeofday, 78, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_settimeofday -TRACE_SYSCALL_TABLE(sys_settimeofday, sys_settimeofday, 79, 2) +#ifndef OVERRIDE_TABLE_32_settimeofday +TRACE_SYSCALL_TABLE(settimeofday, settimeofday, 79, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_getgroups16 -TRACE_SYSCALL_TABLE(sys_getgroups16, sys_getgroups16, 80, 2) +#ifndef OVERRIDE_TABLE_32_getgroups16 +TRACE_SYSCALL_TABLE(getgroups16, getgroups16, 80, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_setgroups16 -TRACE_SYSCALL_TABLE(sys_setgroups16, sys_setgroups16, 81, 2) +#ifndef OVERRIDE_TABLE_32_setgroups16 +TRACE_SYSCALL_TABLE(setgroups16, setgroups16, 81, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_old_select -TRACE_SYSCALL_TABLE(sys_old_select, sys_old_select, 82, 1) +#ifndef OVERRIDE_TABLE_32_old_select +TRACE_SYSCALL_TABLE(old_select, old_select, 82, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_symlink -TRACE_SYSCALL_TABLE(sys_symlink, sys_symlink, 83, 2) +#ifndef OVERRIDE_TABLE_32_symlink +TRACE_SYSCALL_TABLE(symlink, symlink, 83, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_lstat -TRACE_SYSCALL_TABLE(sys_lstat, sys_lstat, 84, 2) +#ifndef OVERRIDE_TABLE_32_lstat +TRACE_SYSCALL_TABLE(lstat, lstat, 84, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_readlink -TRACE_SYSCALL_TABLE(sys_readlink, sys_readlink, 85, 3) +#ifndef OVERRIDE_TABLE_32_readlink +TRACE_SYSCALL_TABLE(readlink, readlink, 85, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_uselib -TRACE_SYSCALL_TABLE(sys_uselib, sys_uselib, 86, 1) +#ifndef OVERRIDE_TABLE_32_uselib +TRACE_SYSCALL_TABLE(uselib, uselib, 86, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_swapon -TRACE_SYSCALL_TABLE(sys_swapon, sys_swapon, 87, 2) +#ifndef OVERRIDE_TABLE_32_swapon +TRACE_SYSCALL_TABLE(swapon, swapon, 87, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_reboot -TRACE_SYSCALL_TABLE(sys_reboot, sys_reboot, 88, 4) +#ifndef OVERRIDE_TABLE_32_reboot +TRACE_SYSCALL_TABLE(reboot, reboot, 88, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_old_readdir -TRACE_SYSCALL_TABLE(sys_old_readdir, sys_old_readdir, 89, 3) +#ifndef OVERRIDE_TABLE_32_old_readdir +TRACE_SYSCALL_TABLE(old_readdir, old_readdir, 89, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_old_mmap -TRACE_SYSCALL_TABLE(sys_old_mmap, sys_old_mmap, 90, 1) +#ifndef OVERRIDE_TABLE_32_old_mmap +TRACE_SYSCALL_TABLE(old_mmap, old_mmap, 90, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_truncate -TRACE_SYSCALL_TABLE(sys_truncate, sys_truncate, 92, 2) +#ifndef OVERRIDE_TABLE_32_truncate +TRACE_SYSCALL_TABLE(truncate, truncate, 92, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_statfs -TRACE_SYSCALL_TABLE(sys_statfs, sys_statfs, 99, 2) +#ifndef OVERRIDE_TABLE_32_statfs +TRACE_SYSCALL_TABLE(statfs, statfs, 99, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_fstatfs -TRACE_SYSCALL_TABLE(sys_fstatfs, sys_fstatfs, 100, 2) +#ifndef OVERRIDE_TABLE_32_fstatfs +TRACE_SYSCALL_TABLE(fstatfs, fstatfs, 100, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_socketcall -TRACE_SYSCALL_TABLE(sys_socketcall, sys_socketcall, 102, 2) +#ifndef OVERRIDE_TABLE_32_socketcall +TRACE_SYSCALL_TABLE(socketcall, socketcall, 102, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_syslog -TRACE_SYSCALL_TABLE(sys_syslog, sys_syslog, 103, 3) +#ifndef OVERRIDE_TABLE_32_syslog +TRACE_SYSCALL_TABLE(syslog, syslog, 103, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_setitimer -TRACE_SYSCALL_TABLE(sys_setitimer, sys_setitimer, 104, 3) +#ifndef OVERRIDE_TABLE_32_setitimer +TRACE_SYSCALL_TABLE(setitimer, setitimer, 104, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getitimer -TRACE_SYSCALL_TABLE(sys_getitimer, sys_getitimer, 105, 2) +#ifndef OVERRIDE_TABLE_32_getitimer +TRACE_SYSCALL_TABLE(getitimer, getitimer, 105, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_newstat -TRACE_SYSCALL_TABLE(sys_newstat, sys_newstat, 106, 2) +#ifndef OVERRIDE_TABLE_32_newstat +TRACE_SYSCALL_TABLE(newstat, newstat, 106, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_newlstat -TRACE_SYSCALL_TABLE(sys_newlstat, sys_newlstat, 107, 2) +#ifndef OVERRIDE_TABLE_32_newlstat +TRACE_SYSCALL_TABLE(newlstat, newlstat, 107, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_newfstat -TRACE_SYSCALL_TABLE(sys_newfstat, sys_newfstat, 108, 2) +#ifndef OVERRIDE_TABLE_32_newfstat +TRACE_SYSCALL_TABLE(newfstat, newfstat, 108, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_uname -TRACE_SYSCALL_TABLE(sys_uname, sys_uname, 109, 1) +#ifndef OVERRIDE_TABLE_32_uname +TRACE_SYSCALL_TABLE(uname, uname, 109, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_wait4 -TRACE_SYSCALL_TABLE(sys_wait4, sys_wait4, 114, 4) +#ifndef OVERRIDE_TABLE_32_wait4 +TRACE_SYSCALL_TABLE(wait4, wait4, 114, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_swapoff -TRACE_SYSCALL_TABLE(sys_swapoff, sys_swapoff, 115, 1) +#ifndef OVERRIDE_TABLE_32_swapoff +TRACE_SYSCALL_TABLE(swapoff, swapoff, 115, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_sysinfo -TRACE_SYSCALL_TABLE(sys_sysinfo, sys_sysinfo, 116, 1) +#ifndef OVERRIDE_TABLE_32_sysinfo +TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 116, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_ipc -TRACE_SYSCALL_TABLE(sys_ipc, sys_ipc, 117, 6) +#ifndef OVERRIDE_TABLE_32_ipc +TRACE_SYSCALL_TABLE(ipc, ipc, 117, 6) #endif -#ifndef OVERRIDE_TABLE_32_sys_setdomainname -TRACE_SYSCALL_TABLE(sys_setdomainname, sys_setdomainname, 121, 2) +#ifndef OVERRIDE_TABLE_32_setdomainname +TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 121, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_newuname -TRACE_SYSCALL_TABLE(sys_newuname, sys_newuname, 122, 1) +#ifndef OVERRIDE_TABLE_32_newuname +TRACE_SYSCALL_TABLE(newuname, newuname, 122, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_adjtimex -TRACE_SYSCALL_TABLE(sys_adjtimex, sys_adjtimex, 124, 1) +#ifndef OVERRIDE_TABLE_32_adjtimex +TRACE_SYSCALL_TABLE(adjtimex, adjtimex, 124, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_sigprocmask -TRACE_SYSCALL_TABLE(sys_sigprocmask, sys_sigprocmask, 126, 3) +#ifndef OVERRIDE_TABLE_32_sigprocmask +TRACE_SYSCALL_TABLE(sigprocmask, sigprocmask, 126, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_init_module -TRACE_SYSCALL_TABLE(sys_init_module, sys_init_module, 128, 3) +#ifndef OVERRIDE_TABLE_32_init_module +TRACE_SYSCALL_TABLE(init_module, init_module, 128, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_delete_module -TRACE_SYSCALL_TABLE(sys_delete_module, sys_delete_module, 129, 2) +#ifndef OVERRIDE_TABLE_32_delete_module +TRACE_SYSCALL_TABLE(delete_module, delete_module, 129, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_quotactl -TRACE_SYSCALL_TABLE(sys_quotactl, sys_quotactl, 131, 4) +#ifndef OVERRIDE_TABLE_32_quotactl +TRACE_SYSCALL_TABLE(quotactl, quotactl, 131, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_llseek -TRACE_SYSCALL_TABLE(sys_llseek, sys_llseek, 140, 5) +#ifndef OVERRIDE_TABLE_32_llseek +TRACE_SYSCALL_TABLE(llseek, llseek, 140, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_getdents -TRACE_SYSCALL_TABLE(sys_getdents, sys_getdents, 141, 3) +#ifndef OVERRIDE_TABLE_32_getdents +TRACE_SYSCALL_TABLE(getdents, getdents, 141, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_select -TRACE_SYSCALL_TABLE(sys_select, sys_select, 142, 5) +#ifndef OVERRIDE_TABLE_32_select +TRACE_SYSCALL_TABLE(select, select, 142, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_readv -TRACE_SYSCALL_TABLE(sys_readv, sys_readv, 145, 3) +#ifndef OVERRIDE_TABLE_32_readv +TRACE_SYSCALL_TABLE(readv, readv, 145, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_writev -TRACE_SYSCALL_TABLE(sys_writev, sys_writev, 146, 3) +#ifndef OVERRIDE_TABLE_32_writev +TRACE_SYSCALL_TABLE(writev, writev, 146, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_sysctl -TRACE_SYSCALL_TABLE(sys_sysctl, sys_sysctl, 149, 1) +#ifndef OVERRIDE_TABLE_32_sysctl +TRACE_SYSCALL_TABLE(sysctl, sysctl, 149, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_setparam -TRACE_SYSCALL_TABLE(sys_sched_setparam, sys_sched_setparam, 154, 2) +#ifndef OVERRIDE_TABLE_32_sched_setparam +TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 154, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_getparam -TRACE_SYSCALL_TABLE(sys_sched_getparam, sys_sched_getparam, 155, 2) +#ifndef OVERRIDE_TABLE_32_sched_getparam +TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 155, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_setscheduler -TRACE_SYSCALL_TABLE(sys_sched_setscheduler, sys_sched_setscheduler, 156, 3) +#ifndef OVERRIDE_TABLE_32_sched_setscheduler +TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 156, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_rr_get_interval -TRACE_SYSCALL_TABLE(sys_sched_rr_get_interval, sys_sched_rr_get_interval, 161, 2) +#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval +TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 161, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_nanosleep -TRACE_SYSCALL_TABLE(sys_nanosleep, sys_nanosleep, 162, 2) +#ifndef OVERRIDE_TABLE_32_nanosleep +TRACE_SYSCALL_TABLE(nanosleep, nanosleep, 162, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_getresuid16 -TRACE_SYSCALL_TABLE(sys_getresuid16, sys_getresuid16, 165, 3) +#ifndef OVERRIDE_TABLE_32_getresuid16 +TRACE_SYSCALL_TABLE(getresuid16, getresuid16, 165, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_poll -TRACE_SYSCALL_TABLE(sys_poll, sys_poll, 168, 3) +#ifndef OVERRIDE_TABLE_32_poll +TRACE_SYSCALL_TABLE(poll, poll, 168, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getresgid16 -TRACE_SYSCALL_TABLE(sys_getresgid16, sys_getresgid16, 171, 3) +#ifndef OVERRIDE_TABLE_32_getresgid16 +TRACE_SYSCALL_TABLE(getresgid16, getresgid16, 171, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigaction -TRACE_SYSCALL_TABLE(sys_rt_sigaction, sys_rt_sigaction, 174, 4) +#ifndef OVERRIDE_TABLE_32_rt_sigaction +TRACE_SYSCALL_TABLE(rt_sigaction, rt_sigaction, 174, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigprocmask -TRACE_SYSCALL_TABLE(sys_rt_sigprocmask, sys_rt_sigprocmask, 175, 4) +#ifndef OVERRIDE_TABLE_32_rt_sigprocmask +TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 175, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigpending -TRACE_SYSCALL_TABLE(sys_rt_sigpending, sys_rt_sigpending, 176, 2) +#ifndef OVERRIDE_TABLE_32_rt_sigpending +TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 176, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigtimedwait -TRACE_SYSCALL_TABLE(sys_rt_sigtimedwait, sys_rt_sigtimedwait, 177, 4) +#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait +TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 177, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigqueueinfo -TRACE_SYSCALL_TABLE(sys_rt_sigqueueinfo, sys_rt_sigqueueinfo, 178, 3) +#ifndef OVERRIDE_TABLE_32_rt_sigqueueinfo +TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 178, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_sigsuspend -TRACE_SYSCALL_TABLE(sys_rt_sigsuspend, sys_rt_sigsuspend, 179, 2) +#ifndef OVERRIDE_TABLE_32_rt_sigsuspend +TRACE_SYSCALL_TABLE(rt_sigsuspend, rt_sigsuspend, 179, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_chown16 -TRACE_SYSCALL_TABLE(sys_chown16, sys_chown16, 182, 3) +#ifndef OVERRIDE_TABLE_32_chown16 +TRACE_SYSCALL_TABLE(chown16, chown16, 182, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getcwd -TRACE_SYSCALL_TABLE(sys_getcwd, sys_getcwd, 183, 2) +#ifndef OVERRIDE_TABLE_32_getcwd +TRACE_SYSCALL_TABLE(getcwd, getcwd, 183, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sendfile -TRACE_SYSCALL_TABLE(sys_sendfile, sys_sendfile, 187, 4) +#ifndef OVERRIDE_TABLE_32_sendfile +TRACE_SYSCALL_TABLE(sendfile, sendfile, 187, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_getrlimit -TRACE_SYSCALL_TABLE(sys_getrlimit, sys_getrlimit, 191, 2) +#ifndef OVERRIDE_TABLE_32_getrlimit +TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 191, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_stat64 -TRACE_SYSCALL_TABLE(sys_stat64, sys_stat64, 195, 2) +#ifndef OVERRIDE_TABLE_32_stat64 +TRACE_SYSCALL_TABLE(stat64, stat64, 195, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_lstat64 -TRACE_SYSCALL_TABLE(sys_lstat64, sys_lstat64, 196, 2) +#ifndef OVERRIDE_TABLE_32_lstat64 +TRACE_SYSCALL_TABLE(lstat64, lstat64, 196, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_fstat64 -TRACE_SYSCALL_TABLE(sys_fstat64, sys_fstat64, 197, 2) +#ifndef OVERRIDE_TABLE_32_fstat64 +TRACE_SYSCALL_TABLE(fstat64, fstat64, 197, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_lchown -TRACE_SYSCALL_TABLE(sys_lchown, sys_lchown, 198, 3) +#ifndef OVERRIDE_TABLE_32_lchown +TRACE_SYSCALL_TABLE(lchown, lchown, 198, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getgroups -TRACE_SYSCALL_TABLE(sys_getgroups, sys_getgroups, 205, 2) +#ifndef OVERRIDE_TABLE_32_getgroups +TRACE_SYSCALL_TABLE(getgroups, getgroups, 205, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_setgroups -TRACE_SYSCALL_TABLE(sys_setgroups, sys_setgroups, 206, 2) +#ifndef OVERRIDE_TABLE_32_setgroups +TRACE_SYSCALL_TABLE(setgroups, setgroups, 206, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_getresuid -TRACE_SYSCALL_TABLE(sys_getresuid, sys_getresuid, 209, 3) +#ifndef OVERRIDE_TABLE_32_getresuid +TRACE_SYSCALL_TABLE(getresuid, getresuid, 209, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getresgid -TRACE_SYSCALL_TABLE(sys_getresgid, sys_getresgid, 211, 3) +#ifndef OVERRIDE_TABLE_32_getresgid +TRACE_SYSCALL_TABLE(getresgid, getresgid, 211, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_chown -TRACE_SYSCALL_TABLE(sys_chown, sys_chown, 212, 3) +#ifndef OVERRIDE_TABLE_32_chown +TRACE_SYSCALL_TABLE(chown, chown, 212, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_pivot_root -TRACE_SYSCALL_TABLE(sys_pivot_root, sys_pivot_root, 217, 2) +#ifndef OVERRIDE_TABLE_32_pivot_root +TRACE_SYSCALL_TABLE(pivot_root, pivot_root, 217, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_mincore -TRACE_SYSCALL_TABLE(sys_mincore, sys_mincore, 218, 3) +#ifndef OVERRIDE_TABLE_32_mincore +TRACE_SYSCALL_TABLE(mincore, mincore, 218, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_getdents64 -TRACE_SYSCALL_TABLE(sys_getdents64, sys_getdents64, 220, 3) +#ifndef OVERRIDE_TABLE_32_getdents64 +TRACE_SYSCALL_TABLE(getdents64, getdents64, 220, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_setxattr -TRACE_SYSCALL_TABLE(sys_setxattr, sys_setxattr, 226, 5) +#ifndef OVERRIDE_TABLE_32_setxattr +TRACE_SYSCALL_TABLE(setxattr, setxattr, 226, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_lsetxattr -TRACE_SYSCALL_TABLE(sys_lsetxattr, sys_lsetxattr, 227, 5) +#ifndef OVERRIDE_TABLE_32_lsetxattr +TRACE_SYSCALL_TABLE(lsetxattr, lsetxattr, 227, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_fsetxattr -TRACE_SYSCALL_TABLE(sys_fsetxattr, sys_fsetxattr, 228, 5) +#ifndef OVERRIDE_TABLE_32_fsetxattr +TRACE_SYSCALL_TABLE(fsetxattr, fsetxattr, 228, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_getxattr -TRACE_SYSCALL_TABLE(sys_getxattr, sys_getxattr, 229, 4) +#ifndef OVERRIDE_TABLE_32_getxattr +TRACE_SYSCALL_TABLE(getxattr, getxattr, 229, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_lgetxattr -TRACE_SYSCALL_TABLE(sys_lgetxattr, sys_lgetxattr, 230, 4) +#ifndef OVERRIDE_TABLE_32_lgetxattr +TRACE_SYSCALL_TABLE(lgetxattr, lgetxattr, 230, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_fgetxattr -TRACE_SYSCALL_TABLE(sys_fgetxattr, sys_fgetxattr, 231, 4) +#ifndef OVERRIDE_TABLE_32_fgetxattr +TRACE_SYSCALL_TABLE(fgetxattr, fgetxattr, 231, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_listxattr -TRACE_SYSCALL_TABLE(sys_listxattr, sys_listxattr, 232, 3) +#ifndef OVERRIDE_TABLE_32_listxattr +TRACE_SYSCALL_TABLE(listxattr, listxattr, 232, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_llistxattr -TRACE_SYSCALL_TABLE(sys_llistxattr, sys_llistxattr, 233, 3) +#ifndef OVERRIDE_TABLE_32_llistxattr +TRACE_SYSCALL_TABLE(llistxattr, llistxattr, 233, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_flistxattr -TRACE_SYSCALL_TABLE(sys_flistxattr, sys_flistxattr, 234, 3) +#ifndef OVERRIDE_TABLE_32_flistxattr +TRACE_SYSCALL_TABLE(flistxattr, flistxattr, 234, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_removexattr -TRACE_SYSCALL_TABLE(sys_removexattr, sys_removexattr, 235, 2) +#ifndef OVERRIDE_TABLE_32_removexattr +TRACE_SYSCALL_TABLE(removexattr, removexattr, 235, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_lremovexattr -TRACE_SYSCALL_TABLE(sys_lremovexattr, sys_lremovexattr, 236, 2) +#ifndef OVERRIDE_TABLE_32_lremovexattr +TRACE_SYSCALL_TABLE(lremovexattr, lremovexattr, 236, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_fremovexattr -TRACE_SYSCALL_TABLE(sys_fremovexattr, sys_fremovexattr, 237, 2) +#ifndef OVERRIDE_TABLE_32_fremovexattr +TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 237, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sendfile64 -TRACE_SYSCALL_TABLE(sys_sendfile64, sys_sendfile64, 239, 4) +#ifndef OVERRIDE_TABLE_32_sendfile64 +TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 239, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_futex -TRACE_SYSCALL_TABLE(sys_futex, sys_futex, 240, 6) +#ifndef OVERRIDE_TABLE_32_futex +TRACE_SYSCALL_TABLE(futex, futex, 240, 6) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_setaffinity -TRACE_SYSCALL_TABLE(sys_sched_setaffinity, sys_sched_setaffinity, 241, 3) +#ifndef OVERRIDE_TABLE_32_sched_setaffinity +TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 241, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_sched_getaffinity -TRACE_SYSCALL_TABLE(sys_sched_getaffinity, sys_sched_getaffinity, 242, 3) +#ifndef OVERRIDE_TABLE_32_sched_getaffinity +TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 242, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_io_setup -TRACE_SYSCALL_TABLE(sys_io_setup, sys_io_setup, 245, 2) +#ifndef OVERRIDE_TABLE_32_io_setup +TRACE_SYSCALL_TABLE(io_setup, io_setup, 245, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_io_getevents -TRACE_SYSCALL_TABLE(sys_io_getevents, sys_io_getevents, 247, 5) +#ifndef OVERRIDE_TABLE_32_io_getevents +TRACE_SYSCALL_TABLE(io_getevents, io_getevents, 247, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_io_submit -TRACE_SYSCALL_TABLE(sys_io_submit, sys_io_submit, 248, 3) +#ifndef OVERRIDE_TABLE_32_io_submit +TRACE_SYSCALL_TABLE(io_submit, io_submit, 248, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_io_cancel -TRACE_SYSCALL_TABLE(sys_io_cancel, sys_io_cancel, 249, 3) +#ifndef OVERRIDE_TABLE_32_io_cancel +TRACE_SYSCALL_TABLE(io_cancel, io_cancel, 249, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_epoll_ctl -TRACE_SYSCALL_TABLE(sys_epoll_ctl, sys_epoll_ctl, 255, 4) +#ifndef OVERRIDE_TABLE_32_epoll_ctl +TRACE_SYSCALL_TABLE(epoll_ctl, epoll_ctl, 255, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_epoll_wait -TRACE_SYSCALL_TABLE(sys_epoll_wait, sys_epoll_wait, 256, 4) +#ifndef OVERRIDE_TABLE_32_epoll_wait +TRACE_SYSCALL_TABLE(epoll_wait, epoll_wait, 256, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_set_tid_address -TRACE_SYSCALL_TABLE(sys_set_tid_address, sys_set_tid_address, 258, 1) +#ifndef OVERRIDE_TABLE_32_set_tid_address +TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 258, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_timer_create -TRACE_SYSCALL_TABLE(sys_timer_create, sys_timer_create, 259, 3) +#ifndef OVERRIDE_TABLE_32_timer_create +TRACE_SYSCALL_TABLE(timer_create, timer_create, 259, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_timer_settime -TRACE_SYSCALL_TABLE(sys_timer_settime, sys_timer_settime, 260, 4) +#ifndef OVERRIDE_TABLE_32_timer_settime +TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 260, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_timer_gettime -TRACE_SYSCALL_TABLE(sys_timer_gettime, sys_timer_gettime, 261, 2) +#ifndef OVERRIDE_TABLE_32_timer_gettime +TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 261, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_clock_settime -TRACE_SYSCALL_TABLE(sys_clock_settime, sys_clock_settime, 264, 2) +#ifndef OVERRIDE_TABLE_32_clock_settime +TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 264, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_clock_gettime -TRACE_SYSCALL_TABLE(sys_clock_gettime, sys_clock_gettime, 265, 2) +#ifndef OVERRIDE_TABLE_32_clock_gettime +TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 265, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_clock_getres -TRACE_SYSCALL_TABLE(sys_clock_getres, sys_clock_getres, 266, 2) +#ifndef OVERRIDE_TABLE_32_clock_getres +TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 266, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_clock_nanosleep -TRACE_SYSCALL_TABLE(sys_clock_nanosleep, sys_clock_nanosleep, 267, 4) +#ifndef OVERRIDE_TABLE_32_clock_nanosleep +TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 267, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_statfs64 -TRACE_SYSCALL_TABLE(sys_statfs64, sys_statfs64, 268, 3) +#ifndef OVERRIDE_TABLE_32_statfs64 +TRACE_SYSCALL_TABLE(statfs64, statfs64, 268, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_fstatfs64 -TRACE_SYSCALL_TABLE(sys_fstatfs64, sys_fstatfs64, 269, 3) +#ifndef OVERRIDE_TABLE_32_fstatfs64 +TRACE_SYSCALL_TABLE(fstatfs64, fstatfs64, 269, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_utimes -TRACE_SYSCALL_TABLE(sys_utimes, sys_utimes, 271, 2) +#ifndef OVERRIDE_TABLE_32_utimes +TRACE_SYSCALL_TABLE(utimes, utimes, 271, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_open -TRACE_SYSCALL_TABLE(sys_mq_open, sys_mq_open, 277, 4) +#ifndef OVERRIDE_TABLE_32_mq_open +TRACE_SYSCALL_TABLE(mq_open, mq_open, 277, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_unlink -TRACE_SYSCALL_TABLE(sys_mq_unlink, sys_mq_unlink, 278, 1) +#ifndef OVERRIDE_TABLE_32_mq_unlink +TRACE_SYSCALL_TABLE(mq_unlink, mq_unlink, 278, 1) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_timedsend -TRACE_SYSCALL_TABLE(sys_mq_timedsend, sys_mq_timedsend, 279, 5) +#ifndef OVERRIDE_TABLE_32_mq_timedsend +TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 279, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_timedreceive -TRACE_SYSCALL_TABLE(sys_mq_timedreceive, sys_mq_timedreceive, 280, 5) +#ifndef OVERRIDE_TABLE_32_mq_timedreceive +TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 280, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_notify -TRACE_SYSCALL_TABLE(sys_mq_notify, sys_mq_notify, 281, 2) +#ifndef OVERRIDE_TABLE_32_mq_notify +TRACE_SYSCALL_TABLE(mq_notify, mq_notify, 281, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_mq_getsetattr -TRACE_SYSCALL_TABLE(sys_mq_getsetattr, sys_mq_getsetattr, 282, 3) +#ifndef OVERRIDE_TABLE_32_mq_getsetattr +TRACE_SYSCALL_TABLE(mq_getsetattr, mq_getsetattr, 282, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_kexec_load -TRACE_SYSCALL_TABLE(sys_kexec_load, sys_kexec_load, 283, 4) +#ifndef OVERRIDE_TABLE_32_kexec_load +TRACE_SYSCALL_TABLE(kexec_load, kexec_load, 283, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_waitid -TRACE_SYSCALL_TABLE(sys_waitid, sys_waitid, 284, 5) +#ifndef OVERRIDE_TABLE_32_waitid +TRACE_SYSCALL_TABLE(waitid, waitid, 284, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_add_key -TRACE_SYSCALL_TABLE(sys_add_key, sys_add_key, 286, 5) +#ifndef OVERRIDE_TABLE_32_add_key +TRACE_SYSCALL_TABLE(add_key, add_key, 286, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_request_key -TRACE_SYSCALL_TABLE(sys_request_key, sys_request_key, 287, 4) +#ifndef OVERRIDE_TABLE_32_request_key +TRACE_SYSCALL_TABLE(request_key, request_key, 287, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_inotify_add_watch -TRACE_SYSCALL_TABLE(sys_inotify_add_watch, sys_inotify_add_watch, 292, 3) +#ifndef OVERRIDE_TABLE_32_inotify_add_watch +TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 292, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_openat -TRACE_SYSCALL_TABLE(sys_openat, sys_openat, 295, 4) +#ifndef OVERRIDE_TABLE_32_openat +TRACE_SYSCALL_TABLE(openat, openat, 295, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_mkdirat -TRACE_SYSCALL_TABLE(sys_mkdirat, sys_mkdirat, 296, 3) +#ifndef OVERRIDE_TABLE_32_mkdirat +TRACE_SYSCALL_TABLE(mkdirat, mkdirat, 296, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_mknodat -TRACE_SYSCALL_TABLE(sys_mknodat, sys_mknodat, 297, 4) +#ifndef OVERRIDE_TABLE_32_mknodat +TRACE_SYSCALL_TABLE(mknodat, mknodat, 297, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_fchownat -TRACE_SYSCALL_TABLE(sys_fchownat, sys_fchownat, 298, 5) +#ifndef OVERRIDE_TABLE_32_fchownat +TRACE_SYSCALL_TABLE(fchownat, fchownat, 298, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_futimesat -TRACE_SYSCALL_TABLE(sys_futimesat, sys_futimesat, 299, 3) +#ifndef OVERRIDE_TABLE_32_futimesat +TRACE_SYSCALL_TABLE(futimesat, futimesat, 299, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_fstatat64 -TRACE_SYSCALL_TABLE(sys_fstatat64, sys_fstatat64, 300, 4) +#ifndef OVERRIDE_TABLE_32_fstatat64 +TRACE_SYSCALL_TABLE(fstatat64, fstatat64, 300, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_unlinkat -TRACE_SYSCALL_TABLE(sys_unlinkat, sys_unlinkat, 301, 3) +#ifndef OVERRIDE_TABLE_32_unlinkat +TRACE_SYSCALL_TABLE(unlinkat, unlinkat, 301, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_renameat -TRACE_SYSCALL_TABLE(sys_renameat, sys_renameat, 302, 4) +#ifndef OVERRIDE_TABLE_32_renameat +TRACE_SYSCALL_TABLE(renameat, renameat, 302, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_linkat -TRACE_SYSCALL_TABLE(sys_linkat, sys_linkat, 303, 5) +#ifndef OVERRIDE_TABLE_32_linkat +TRACE_SYSCALL_TABLE(linkat, linkat, 303, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_symlinkat -TRACE_SYSCALL_TABLE(sys_symlinkat, sys_symlinkat, 304, 3) +#ifndef OVERRIDE_TABLE_32_symlinkat +TRACE_SYSCALL_TABLE(symlinkat, symlinkat, 304, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_readlinkat -TRACE_SYSCALL_TABLE(sys_readlinkat, sys_readlinkat, 305, 4) +#ifndef OVERRIDE_TABLE_32_readlinkat +TRACE_SYSCALL_TABLE(readlinkat, readlinkat, 305, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_fchmodat -TRACE_SYSCALL_TABLE(sys_fchmodat, sys_fchmodat, 306, 3) +#ifndef OVERRIDE_TABLE_32_fchmodat +TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 306, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_faccessat -TRACE_SYSCALL_TABLE(sys_faccessat, sys_faccessat, 307, 3) +#ifndef OVERRIDE_TABLE_32_faccessat +TRACE_SYSCALL_TABLE(faccessat, faccessat, 307, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_pselect6 -TRACE_SYSCALL_TABLE(sys_pselect6, sys_pselect6, 308, 6) +#ifndef OVERRIDE_TABLE_32_pselect6 +TRACE_SYSCALL_TABLE(pselect6, pselect6, 308, 6) #endif -#ifndef OVERRIDE_TABLE_32_sys_ppoll -TRACE_SYSCALL_TABLE(sys_ppoll, sys_ppoll, 309, 5) +#ifndef OVERRIDE_TABLE_32_ppoll +TRACE_SYSCALL_TABLE(ppoll, ppoll, 309, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_set_robust_list -TRACE_SYSCALL_TABLE(sys_set_robust_list, sys_set_robust_list, 311, 2) +#ifndef OVERRIDE_TABLE_32_set_robust_list +TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 311, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_get_robust_list -TRACE_SYSCALL_TABLE(sys_get_robust_list, sys_get_robust_list, 312, 3) +#ifndef OVERRIDE_TABLE_32_get_robust_list +TRACE_SYSCALL_TABLE(get_robust_list, get_robust_list, 312, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_splice -TRACE_SYSCALL_TABLE(sys_splice, sys_splice, 313, 6) +#ifndef OVERRIDE_TABLE_32_splice +TRACE_SYSCALL_TABLE(splice, splice, 313, 6) #endif -#ifndef OVERRIDE_TABLE_32_sys_vmsplice -TRACE_SYSCALL_TABLE(sys_vmsplice, sys_vmsplice, 316, 4) +#ifndef OVERRIDE_TABLE_32_vmsplice +TRACE_SYSCALL_TABLE(vmsplice, vmsplice, 316, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_getcpu -TRACE_SYSCALL_TABLE(sys_getcpu, sys_getcpu, 318, 3) +#ifndef OVERRIDE_TABLE_32_getcpu +TRACE_SYSCALL_TABLE(getcpu, getcpu, 318, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_epoll_pwait -TRACE_SYSCALL_TABLE(sys_epoll_pwait, sys_epoll_pwait, 319, 6) +#ifndef OVERRIDE_TABLE_32_epoll_pwait +TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 319, 6) #endif -#ifndef OVERRIDE_TABLE_32_sys_utimensat -TRACE_SYSCALL_TABLE(sys_utimensat, sys_utimensat, 320, 4) +#ifndef OVERRIDE_TABLE_32_utimensat +TRACE_SYSCALL_TABLE(utimensat, utimensat, 320, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_signalfd -TRACE_SYSCALL_TABLE(sys_signalfd, sys_signalfd, 321, 3) +#ifndef OVERRIDE_TABLE_32_signalfd +TRACE_SYSCALL_TABLE(signalfd, signalfd, 321, 3) #endif -#ifndef OVERRIDE_TABLE_32_sys_timerfd_settime -TRACE_SYSCALL_TABLE(sys_timerfd_settime, sys_timerfd_settime, 325, 4) +#ifndef OVERRIDE_TABLE_32_timerfd_settime +TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 325, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_timerfd_gettime -TRACE_SYSCALL_TABLE(sys_timerfd_gettime, sys_timerfd_gettime, 326, 2) +#ifndef OVERRIDE_TABLE_32_timerfd_gettime +TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 326, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_signalfd4 -TRACE_SYSCALL_TABLE(sys_signalfd4, sys_signalfd4, 327, 4) +#ifndef OVERRIDE_TABLE_32_signalfd4 +TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 327, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_pipe2 -TRACE_SYSCALL_TABLE(sys_pipe2, sys_pipe2, 331, 2) +#ifndef OVERRIDE_TABLE_32_pipe2 +TRACE_SYSCALL_TABLE(pipe2, pipe2, 331, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_preadv -TRACE_SYSCALL_TABLE(sys_preadv, sys_preadv, 333, 5) +#ifndef OVERRIDE_TABLE_32_preadv +TRACE_SYSCALL_TABLE(preadv, preadv, 333, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_pwritev -TRACE_SYSCALL_TABLE(sys_pwritev, sys_pwritev, 334, 5) +#ifndef OVERRIDE_TABLE_32_pwritev +TRACE_SYSCALL_TABLE(pwritev, pwritev, 334, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_rt_tgsigqueueinfo -TRACE_SYSCALL_TABLE(sys_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo, 335, 4) +#ifndef OVERRIDE_TABLE_32_rt_tgsigqueueinfo +TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 335, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_perf_event_open -TRACE_SYSCALL_TABLE(sys_perf_event_open, sys_perf_event_open, 336, 5) +#ifndef OVERRIDE_TABLE_32_perf_event_open +TRACE_SYSCALL_TABLE(perf_event_open, perf_event_open, 336, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_recvmmsg -TRACE_SYSCALL_TABLE(sys_recvmmsg, sys_recvmmsg, 337, 5) +#ifndef OVERRIDE_TABLE_32_recvmmsg +TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 337, 5) #endif -#ifndef OVERRIDE_TABLE_32_sys_prlimit64 -TRACE_SYSCALL_TABLE(sys_prlimit64, sys_prlimit64, 340, 4) +#ifndef OVERRIDE_TABLE_32_prlimit64 +TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 340, 4) #endif -#ifndef OVERRIDE_TABLE_32_sys_clock_adjtime -TRACE_SYSCALL_TABLE(sys_clock_adjtime, sys_clock_adjtime, 343, 2) +#ifndef OVERRIDE_TABLE_32_clock_adjtime +TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 343, 2) #endif -#ifndef OVERRIDE_TABLE_32_sys_sendmmsg -TRACE_SYSCALL_TABLE(sys_sendmmsg, sys_sendmmsg, 345, 4) +#ifndef OVERRIDE_TABLE_32_sendmmsg +TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 345, 4) #endif #endif /* CREATE_SYSCALL_TABLE */