X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fcompaction.h;fp=instrumentation%2Fevents%2Flttng-module%2Fcompaction.h;h=2f18447bec24ad552ac530a53b652df46c0ff87e;hb=180b516533d695812b1cfa0280c78ff7c41b260c;hp=b6e4620b0a4373daad973792a0c995d4e06f5bcf;hpb=42b06b4963247b48fc1a3c2ce5982c625ea852a8;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/compaction.h b/instrumentation/events/lttng-module/compaction.h index b6e4620b..2f18447b 100644 --- a/instrumentation/events/lttng-module/compaction.h +++ b/instrumentation/events/lttng-module/compaction.h @@ -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,