Update: kvm instrumentation for 4.14.14+, 4.9.77+, 4.4.112+
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Jan 2018 16:17:08 +0000 (11:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Jan 2018 16:34:28 +0000 (11:34 -0500)
Starting from 3.14.14, 4.9.77, and 4.4.112, the 3.14, 4.9, and 4.4
stable kernel branches backport a kvm instrumentation change introduced
in 4.15 which affects the prototype of the kvm_mmio event.

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

index d9d03003fe99bdd58e381dd9ce7a0607caa4f9ed..fbd603b037f17f173f5408ab32b5ec7dceaacf58 100644 (file)
@@ -85,6 +85,9 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq,
        { KVM_TRACE_MMIO_WRITE, "write" }
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0) \
+       || LTTNG_KERNEL_RANGE(4,14,14, 4,15,0) \
+       || LTTNG_KERNEL_RANGE(4,9,77, 4,10,0) \
+       || LTTNG_KERNEL_RANGE(4,4,112, 4,5,0) \
        || LTTNG_KERNEL_RANGE(3,16,52, 3,17,0) \
        || LTTNG_KERNEL_RANGE(3,2,97, 3,3,0) \
        || LTTNG_DEBIAN_KERNEL_RANGE(4,9,65,0,3,0, 4,10,0,0,0,0))
This page took 0.027779 seconds and 4 git commands to generate.