X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-test.c;h=54be4c7c90a4c89cdfab81fa38c873b451057e80;hb=87d1b66f8d2c028614948f163f1a36b6c703f3c0;hp=bd9f5f89f37cabd0eb1c25b38ab90dcf7fc39dca;hpb=5a18f28d14f483c240e4dabd34c08a038ea01484;p=lttng-modules.git diff --git a/probes/lttng-test.c b/probes/lttng-test.c index bd9f5f89..54be4c7c 100644 --- a/probes/lttng-test.c +++ b/probes/lttng-test.c @@ -25,18 +25,18 @@ #include #include -#include "../lttng-events.h" -#include "../lttng-tracer.h" -#include "../wrapper/tracepoint.h" -#include "../wrapper/kstrtox.h" +#include +#include +#include +#include #define TP_MODULE_NOAUTOLOAD #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module #define TRACE_INCLUDE_FILE lttng-test #define LTTNG_INSTRUMENTATION -#include "../instrumentation/events/lttng-module/lttng-test.h" +#include DEFINE_TRACE(lttng_test_filter_event);