You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
367 B

  1. --- a/instrumentation/events/lttng-module/kmem.h
  2. +++ b/instrumentation/events/lttng-module/kmem.h
  3. @@ -287,6 +287,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT(mm
  4. )
  5. #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2) \
  6. + || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0) \
  7. || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0) \
  8. || LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0))