Update: kvm instrumentation for ubuntu 4.13.0-38
authorKhalid Elmously <khalid.elmously@canonical.com>
Sun, 25 Mar 2018 15:06:03 +0000 (11:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Mar 2018 15:07:12 +0000 (11:07 -0400)
Starting from 4.13.0-38 the ubuntu kernel backport a kvm instrumentation
change introduced in 4.15 which affects the prototype of the kvm_mmio
event.

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

index 85aa8a748fb843a9b796ae839cf45946e6609d99..9bb08c558dc9f1de2f7ec6bac8b70b17568f3bad 100644 (file)
@@ -93,6 +93,7 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq,
        || LTTNG_KERNEL_RANGE(3,16,52, 3,17,0) \
        || LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,144, 3,14,0,0) \
        || LTTNG_KERNEL_RANGE(3,2,97, 3,3,0) \
+       || LTTNG_UBUNTU_KERNEL_RANGE(4,13,16,38, 4,14,0,0) \
        || LTTNG_DEBIAN_KERNEL_RANGE(4,9,65,0,3,0, 4,10,0,0,0,0) \
        || LTTNG_FEDORA_KERNEL_RANGE(4,14,13,300, 4,15,0,0))
 
This page took 0.025663 seconds and 4 git commands to generate.