X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm-x86.c;h=4e4f5c8361fa1b92afc43ce05bac2d9eae4f0887;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=bb4ffcd6d147e79e750d2495831456b92c06a98f;hpb=9cc9518e7e2401b47d1f8e4696c6d907d57b6a01;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm-x86.c b/probes/lttng-probe-kvm-x86.c index bb4ffcd6..4e4f5c83 100644 --- a/probes/lttng-probe-kvm-x86.c +++ b/probes/lttng-probe-kvm-x86.c @@ -9,8 +9,8 @@ #include #include -#include -#include +#include +#include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) #include @@ -36,8 +36,8 @@ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86/kvm -#include +#define TRACE_INCLUDE_PATH instrumentation/events/arch/x86/kvm +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");