Use system include paths in probes
[lttng-modules.git] / wrapper / page_alloc.c
index 149bff82078d5facc27ff21ef6bb95a8eac6029f..a26f136f036af7d562b6c8057ca021dec17ef9c4 100644 (file)
 #include "../lttng-kernel-version.h"
 
 #if (defined(CONFIG_KALLSYMS) \
-       && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2) \
-               || LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0)))
+       && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)        \
+               || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0)          \
+               || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0)          \
+               || LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0) \
+               || LTTNG_UBUNTU_KERNEL_RANGE(3,16,7,34, 3,17,0,0)))
 
 #include <linux/kallsyms.h>
 #include <linux/mm_types.h>
This page took 0.023332 seconds and 4 git commands to generate.