X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-x86-exceptions.c;h=ae239e4297828a5fdecb02e6bfd552f9d1f10bb8;hb=071c76b533ed92a4107cd162826a08a18b9ff91c;hp=a8c9bf32178725803699ba3364ac496b64f3620b;hpb=da0f6c58f715087f5091551070bf4350bf2768bf;p=lttng-modules.git diff --git a/probes/lttng-probe-x86-exceptions.c b/probes/lttng-probe-x86-exceptions.c index a8c9bf32..ae239e42 100644 --- a/probes/lttng-probe-x86-exceptions.c +++ b/probes/lttng-probe-x86-exceptions.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/exceptions.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");