X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fkvm.h;fp=instrumentation%2Fevents%2Flttng-module%2Fkvm.h;h=ff3283629a239e8739c92ae1a58fe95eb0c9465e;hb=7bcdff657b7a6a754e07d2ed285e9c2d8c9f3cfa;hp=99d1788a924f3adcd045e5edc5a881555101cf4f;hpb=247c3cd66b24d6622c84806a66482b30a20a3a90;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/kvm.h b/instrumentation/events/lttng-module/kvm.h index 99d1788a..ff328362 100644 --- a/instrumentation/events/lttng-module/kvm.h +++ b/instrumentation/events/lttng-module/kvm.h @@ -325,7 +325,8 @@ DEFINE_EVENT(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)) TRACE_EVENT( kvm_async_pf_completed,