Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36
[lttng-modules.git] / instrumentation / events / lttng-module / kmem.h
index b89eb8cf040574d12176ca9259bd62213ee0cc71..0b2ee21347d70ffbfbdc4d8338688d564f6bdf45 100644 (file)
@@ -286,7 +286,8 @@ DEFINE_EVENT_PRINT(mm_page, mm_page_pcpu_drain,
                __entry->order, __entry->migratetype)
 )
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)      \
+       || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0))
 
 TRACE_EVENT(mm_page_alloc_extfrag,
 
This page took 0.023157 seconds and 4 git commands to generate.