X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_integers_override.h;h=2866fdce0b01f78622f9a0067eb9b53e84b4738e;hb=0f4bb54a0c1b609c2a0c179699a23a37b6cee5be;hp=da548b1ba5a29e8923db4f1ee7d29963c0ad5b28;hpb=ce590f87205d91e2a6d7a53585d703a3c6451399;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_integers_override.h b/instrumentation/syscalls/headers/syscalls_integers_override.h index da548b1b..2866fdce 100644 --- a/instrumentation/syscalls/headers/syscalls_integers_override.h +++ b/instrumentation/syscalls/headers/syscalls_integers_override.h @@ -43,14 +43,10 @@ SC_LTTNG_TRACEPOINT_ENUM(lttng_fcntl_cmd_flags, ctf_enum_value("F_SETLKW64", F_SETLKW64) ctf_enum_value("F_SETOWN_EX", F_SETOWN_EX) ctf_enum_value("F_GETOWN_EX", F_GETOWN_EX) -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) ctf_enum_value("F_GETOWNER_UIDS", F_GETOWNER_UIDS) -#endif /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)) ctf_enum_value("F_OFD_GETLK", F_OFD_GETLK) ctf_enum_value("F_OFD_SETLK", F_OFD_SETLK) ctf_enum_value("F_OFD_SETLKW", F_OFD_SETLKW) -#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)) */ ctf_enum_value("F_SETLEASE", F_SETLEASE) ctf_enum_value("F_GETLEASE", F_GETLEASE) ctf_enum_value("F_NOTIFY", F_NOTIFY) @@ -58,16 +54,12 @@ SC_LTTNG_TRACEPOINT_ENUM(lttng_fcntl_cmd_flags, ctf_enum_value("F_DUPFD_CLOEXEC", F_DUPFD_CLOEXEC) ctf_enum_value("F_SETPIPE_SZ", F_SETPIPE_SZ) ctf_enum_value("F_GETPIPE_SZ", F_GETPIPE_SZ) -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)) ctf_enum_value("F_ADD_SEALS", F_ADD_SEALS) ctf_enum_value("F_GET_SEALS", F_GET_SEALS) -#endif /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)) */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0)) ctf_enum_value("F_GET_RW_HINT", F_GET_RW_HINT) ctf_enum_value("F_SET_RW_HINT", F_SET_RW_HINT) ctf_enum_value("F_GET_FILE_RW_HINT", F_GET_FILE_RW_HINT) ctf_enum_value("F_SET_FILE_RW_HINT", F_SET_FILE_RW_HINT) -#endif /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0)) */ ) )