X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm.c;fp=probes%2Flttng-probe-kvm.c;h=66e90fb84715ad64b07e7abed27aba7b93c48b5d;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=e027c800d587d9ff814acf7ca5ad2ac808a9163d;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm.c b/probes/lttng-probe-kvm.c index e027c800..66e90fb8 100644 --- a/probes/lttng-probe-kvm.c +++ b/probes/lttng-probe-kvm.c @@ -22,7 +22,7 @@ #include #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -30,16 +30,16 @@ */ #include -#include "../wrapper/tracepoint.h" +#include /* * Create LTTng tracepoint probes. */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module -#include "../instrumentation/events/lttng-module/kvm.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");