X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fkmem.h;h=710c9fa53af1038ce5f795509e74814727a0feee;hb=1b2a5429de815c95643df2eadf91253909708728;hp=3782ac689f28b069e6ec97b1d59de3694caa6ba0;hpb=9a8687aa0cf51f3efd6f9f0aa1352ca9f1aa6816;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/kmem.h b/instrumentation/events/lttng-module/kmem.h index 3782ac68..710c9fa5 100644 --- a/instrumentation/events/lttng-module/kmem.h +++ b/instrumentation/events/lttng-module/kmem.h @@ -286,7 +286,8 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_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)) LTTNG_TRACEPOINT_EVENT(mm_page_alloc_extfrag,