Conditional compilation introduced by lttng-modules commit
0007344741ef65259bc52dea72259173dfbf96c0 needs to be applied to kernels 3.12.30 and up in the 3.12.x branch. Signed-off-by: David Engraf <[email protected]> --- instrumentation/events/lttng-module/compaction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/events/lttng-module/compaction.h b/instrumentation/events/lttng-module/compaction.h index 773a6ad..a05f207 100644 --- a/instrumentation/events/lttng-module/compaction.h +++ b/instrumentation/events/lttng-module/compaction.h @@ -47,6 +47,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(mm_compaction_isolate_template, mm_compaction_is ) #if LTTNG_KERNEL_RANGE(3,14,25, 3,15,0) || \ + LTTNG_KERNEL_RANGE(3,12,30, 3,13,0) || \ (LINUX_VERSION_CODE >= KERNEL_VERSION(3,16,0)) LTTNG_TRACEPOINT_EVENT(mm_compaction_migratepages, -- 1.9.1
_______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
