From: Michael Jeanson Date: Fri, 23 Mar 2018 15:41:46 +0000 (-0400) Subject: Fix: update kvm instrumentation for Ubuntu 3.13.0-144 X-Git-Tag: v2.11.0-rc1~57 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=285c9ef2caf85433007ddc37f929940e1f3fbf7c Fix: update kvm instrumentation for Ubuntu 3.13.0-144 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/kvm.h b/instrumentation/events/lttng-module/kvm.h index 8f9a1328..85aa8a74 100644 --- a/instrumentation/events/lttng-module/kvm.h +++ b/instrumentation/events/lttng-module/kvm.h @@ -91,6 +91,7 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq, || LTTNG_KERNEL_RANGE(4,4,112, 4,5,0) \ || LTTNG_KERNEL_RANGE(4,1,50, 4,2,0) \ || 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_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))