X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-statedump.c;h=91e892a94f21147e641c888a6108040ddb1bbfab;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=d5b2957fae5ab070247403a767ad50e3f8366ccf;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-statedump.c b/probes/lttng-probe-statedump.c index d5b2957f..91e892a9 100644 --- a/probes/lttng-probe-statedump.c +++ b/probes/lttng-probe-statedump.c @@ -28,8 +28,8 @@ #include #include #include -#include "../lttng-events.h" -#include "../lttng-tracer.h" +#include +#include /* * Create LTTng tracepoint probes. @@ -37,10 +37,10 @@ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS #define TP_SESSION_CHECK -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module #define TRACE_INCLUDE_FILE lttng-statedump -#include "../instrumentation/events/lttng-module/lttng-statedump.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");