Fix: kvm instrumentation for 4.15
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Dec 2017 14:07:30 +0000 (09:07 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Dec 2017 14:07:30 +0000 (09:07 -0500)
Incorrect version range.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kvm.h

index c01772ce2344c29b59d2d5feb06930ccef12e7ca..ec74bddff0f190239007b2a891a439d22f54eead 100644 (file)
@@ -84,7 +84,7 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq,
        { KVM_TRACE_MMIO_READ, "read" }, \
        { KVM_TRACE_MMIO_WRITE, "write" }
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0))
 
 LTTNG_TRACEPOINT_EVENT(kvm_mmio,
        TP_PROTO(int type, int len, u64 gpa, void *val),
This page took 0.025136 seconds and 4 git commands to generate.