X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-ext4.c;h=470192c50a80e5d533d536ca7dad9d3b5f1276b9;hb=9ee5fb4a11fc3f45bb65bd2688d406fa42c9b6cf;hp=176186e3516a7c4b55ef3da11636db309bed0a9e;hpb=162774b4f9c238e47e94f2df69d43232e6bfd360;p=lttng-modules.git diff --git a/probes/lttng-probe-ext4.c b/probes/lttng-probe-ext4.c index 176186e3..470192c5 100644 --- a/probes/lttng-probe-ext4.c +++ b/probes/lttng-probe-ext4.c @@ -27,6 +27,7 @@ #include <../fs/ext4/mballoc.h> #include <../fs/ext4/ext4_extents.h> #include +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -34,18 +35,22 @@ */ #include -#include "../lttng-kernel-version.h" -#include "../wrapper/tracepoint.h" +#include +#include /* * Create LTTng tracepoint probes. */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module -#include "../instrumentation/events/lttng-module/ext4.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng ext4 probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);