X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng.c;h=7d063ff73cd8f163bb3ccc2e4b1727ae5b7ce7e7;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=e1033d66239b102aad55d497d9e5220eff379096;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index e1033d66..7d063ff7 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -28,8 +28,8 @@ #include #include #include -#include "../wrapper/vmalloc.h" -#include "../lttng-events.h" +#include +#include #define TP_MODULE_NOAUTOLOAD #define LTTNG_PACKAGE_BUILD @@ -38,7 +38,7 @@ #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