X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fkvm.h;h=87d605cb817e2f585eb33304ebc29990204db116;hb=89406ecdac65945384042f56e42de2a10bd93f70;hp=eefa20df8e6cd33641053f673122c7e9e2b7fd39;hpb=9a5c239404ef8555732ba5e5a8ee888b08b2138e;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/kvm.h b/instrumentation/events/lttng-module/kvm.h index eefa20df..87d605cb 100644 --- a/instrumentation/events/lttng-module/kvm.h +++ b/instrumentation/events/lttng-module/kvm.h @@ -197,7 +197,8 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(kvm_async_pf_nopresent_ready, kvm_async_pf_ready TP_ARGS(token, gva) ) -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0)) +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0) \ + || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,1, 3,11,0,0,0)) LTTNG_TRACEPOINT_EVENT( kvm_async_pf_completed,