X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fkvm.h;h=d9d03003fe99bdd58e381dd9ce7a0607caa4f9ed;hb=bda29b79b33c2a31d3ffb396e741724590f6e455;hp=ea63e88b0ef1f46538eaea071ea1bb0232328d67;hpb=be5d67648557a8736f4028ffd459941389955163;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/kvm.h b/instrumentation/events/lttng-module/kvm.h index ea63e88b..d9d03003 100644 --- a/instrumentation/events/lttng-module/kvm.h +++ b/instrumentation/events/lttng-module/kvm.h @@ -86,7 +86,8 @@ LTTNG_TRACEPOINT_EVENT(kvm_ack_irq, #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0) \ || LTTNG_KERNEL_RANGE(3,16,52, 3,17,0) \ - || LTTNG_KERNEL_RANGE(3,2,97, 3,3,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_TRACEPOINT_EVENT(kvm_mmio, TP_PROTO(int type, int len, u64 gpa, void *val),