Fix: timer instrumentation for RHEL 7.6
[lttng-modules.git] / instrumentation / events / lttng-module / timer.h
index 6f0cb7f333fdf5bd5bade568df9e4010bdf8fc7d..8703ea0b89b4c50405388d3944d4d67c1695e7e6 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM timer
 
@@ -44,7 +45,8 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(timer_class, timer_init,
        TP_ARGS(timer)
 )
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0) || \
+       LTTNG_RHEL_KERNEL_RANGE(3,10,0,957,0,0, 3,11,0,0,0,0))
 /**
  * timer_start - called when the timer is started
  * @timer:     pointer to struct timer_list
This page took 0.023689 seconds and 4 git commands to generate.