Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.git] / include / instrumentation / events / timer.h
index 193650bb3780d5755fd7d8878afba027ec9ef81a..2fc280c11b8d2ae30aafef2003e073f6279c585d 100644 (file)
@@ -124,6 +124,7 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
 #endif
 
 #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.023109 seconds and 4 git commands to generate.