Fix: update kvm instrumentation for SLES12 SP2 LTSS >= 4.4.121-92.92
[lttng-modules.git] / instrumentation / events / lttng-module / kvm.h
index 2e3861b2c6f86344eede2b1ec60363218c0e5b4c..62030fcc87c2da6d8fa8796721601f91366d9d9e 100644 (file)
@@ -86,7 +86,8 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq,
        { KVM_TRACE_MMIO_WRITE, "write" }
 
 
-#if (LTTNG_SLE_KERNEL_RANGE(4,4,131,94,0,0, 4,5,0,0,0,0))
+#if (LTTNG_SLE_KERNEL_RANGE(4,4,121,92,92,0, 4,4,122,0,0,0) \
+       || LTTNG_SLE_KERNEL_RANGE(4,4,131,94,0,0, 4,5,0,0,0,0))
 
 LTTNG_TRACEPOINT_EVENT(kvm_mmio,
        TP_PROTO(int type, int len, u64 gpa, u64 val),
This page took 0.022717 seconds and 4 git commands to generate.