X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng.c;h=58aa51548d2c1baa00f481d9d43dc3cd4e22870b;hb=2a837c70c330ee1418c388f6457305280d1b88c7;hp=65f9061a641add2b413b70f5197a8936d1b8a7c8;hpb=20591cf76d5dfd42d61a18bd494b40a70a04dd59;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 65f9061a..58aa5154 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -28,16 +28,17 @@ #include #include #include -#include "../wrapper/vmalloc.h" -#include "../lttng-events.h" +#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 +#define LTTNG_INSTRUMENTATION -#include "../instrumentation/events/lttng-module/lttng.h" +#include /* Events written through logger are truncated at 1024 bytes */ #define LTTNG_LOGGER_COUNT_MAX 1024