Conditional compilation introduced by lttng-modules commit
authorDavid Engraf <david.engraf@sysgo.com>
Wed, 17 Dec 2014 15:17:31 +0000 (10:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Dec 2014 15:19:11 +0000 (10:19 -0500)
  0007344741ef65259bc52dea72259173dfbf96c0

needs to be applied for kernels 3.12.30 and up in the 3.12.x branch.

Signed-off-by: David Engraf <david.engraf@sysgo.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/compaction.h

index b6e4620b0a4373daad973792a0c995d4e06f5bcf..2f18447bec24ad552ac530a53b652df46c0ff87e 100644 (file)
@@ -46,7 +46,8 @@ DEFINE_EVENT(mm_compaction_isolate_template, mm_compaction_isolate_freepages,
        TP_ARGS(nr_scanned, nr_taken)
 )
 
-#if LTTNG_KERNEL_RANGE(3,14,25, 3,15,0) || \
+#if LTTNG_KERNEL_RANGE(3,12,30, 3,13,0) || \
+       LTTNG_KERNEL_RANGE(3,14,25, 3,15,0) || \
        (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0))
 TRACE_EVENT(mm_compaction_migratepages,
 
This page took 0.026244 seconds and 4 git commands to generate.