Rename "tsc" to "timestamp"
[lttng-modules.git] / src / lttng-events.c
index 113ccad0516e15afa80b6b3d904c13e3544cdf90..a0bd232228c8dd6a3120134bce7cd16d2c5db33e 100644 (file)
@@ -47,7 +47,8 @@
 #include <ringbuffer/backend.h>
 #include <ringbuffer/frontend.h>
 
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0) \
+       || LTTNG_RHEL_KERNEL_RANGE(5,14,0,162,0,0, 5,15,0,0,0,0))
 #include <linux/stdarg.h>
 #else
 #include <stdarg.h>
This page took 0.024792 seconds and 4 git commands to generate.