Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.git] / instrumentation / events / lttng-module / timer.h
index 1d69758cd56320aa02f51642b01109f6ce0f7b5b..d92e9b98bcdfe16bb103e06de9798044cf0e810f 100644 (file)
@@ -90,6 +90,7 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
 #endif /* #else #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,2,0)) */
 
 #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,2,0) || \
+       LTTNG_KERNEL_RANGE(4,19,312, 4,20,0) || \
        LTTNG_RHEL_KERNEL_RANGE(4,18,0,193,0,0, 4,19,0,0,0,0))
 /**
  * timer_expire_entry - called immediately before the timer callback
This page took 0.023827 seconds and 4 git commands to generate.