Drop support for kernels < 4.4 from printk instrumentation
[lttng-modules.git] / include / instrumentation / events / skb.h
index 237e54adb299ca64e3e653e59edc4c86ea6cc64d..186732eac189a61206f8994e928670ebc4b9381b 100644 (file)
@@ -13,7 +13,9 @@
 /*
  * Tracepoint for free an sk_buff:
  */
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,17,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,17,0) \
+       || LTTNG_KERNEL_RANGE(5,15,58, 5,16,0))
+
 LTTNG_TRACEPOINT_ENUM(skb_drop_reason,
        TP_ENUM_VALUES(
                ctf_enum_value("NOT_SPECIFIED", SKB_DROP_REASON_NOT_SPECIFIED)
This page took 0.027271 seconds and 4 git commands to generate.