X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ioctl.h;h=e469b5fe5bbcc49ed719a0067a4ff96db683038c;hb=53e367f936beb2f9a1f49f6a2920c2f58bcb08d7;hp=528c8082bf338c63aa3de229c54c41d823893481;hpb=a5dfbb9db7ba31913657ed921006b13977b7b426;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ioctl.h b/src/common/kernel-ctl/kernel-ioctl.h index 528c8082b..e469b5fe5 100644 --- a/src/common/kernel-ctl/kernel-ioctl.h +++ b/src/common/kernel-ctl/kernel-ioctl.h @@ -19,7 +19,7 @@ #ifndef _LTT_KERNEL_IOCTL_H #define _LTT_KERNEL_IOCTL_H -#define LTTNG_MODULES_ABI_MAJOR_VERSION 1 +#define LTTNG_MODULES_ABI_MAJOR_VERSION 2 #define LTTNG_MODULES_ABI_MINOR_VERSION 0 /* Get a snapshot of the current ring buffer producer and consumer positions */ @@ -138,4 +138,7 @@ #define LTTNG_KERNEL_ENABLE _IO(0xF6, 0x82) #define LTTNG_KERNEL_DISABLE _IO(0xF6, 0x83) +/* Event FD ioctl */ +#define LTTNG_KERNEL_FILTER _IO(0xF6, 0x90) + #endif /* _LTT_KERNEL_IOCTL_H */