X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-x86-irq-vectors.c;h=7395c7938c4e26de76645621f8717c003776a9ea;hb=refs%2Fheads%2Fstable-2.9;hp=39c9db22050bb31edab608d2eb70150c569c4632;hpb=d2507215d183300e9933c68a039f3aa07d5a57a4;p=lttng-modules.git diff --git a/probes/lttng-probe-x86-irq-vectors.c b/probes/lttng-probe-x86-irq-vectors.c index 39c9db22..7395c793 100644 --- a/probes/lttng-probe-x86-irq-vectors.c +++ b/probes/lttng-probe-x86-irq-vectors.c @@ -21,7 +21,7 @@ */ #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -29,7 +29,7 @@ */ #include -#include "../wrapper/tracepoint.h" +#include #undef TRACE_INCLUDE_PATH #undef TRACE_INCLUDE_FILE @@ -39,9 +39,9 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module/arch/x86 +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86 -#include "../instrumentation/events/lttng-module/arch/x86/irq_vectors.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");