X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-timer.c;h=19e3ae5f32b0c77fd13412689f3b58014fd3879e;hb=140a62b06d149c780aef54f6ef0282310407734c;hp=9cf7492a76555cbca8b43edd1e3d1383e79dabe6;hpb=3a523f5b6b4f8ca82412cb45f2d2ad9c44e7d249;p=lttng-modules.git diff --git a/probes/lttng-probe-timer.c b/probes/lttng-probe-timer.c index 9cf7492a..19e3ae5f 100644 --- a/probes/lttng-probe-timer.c +++ b/probes/lttng-probe-timer.c @@ -21,7 +21,7 @@ */ #include -#include "../wrapper/tracepoint.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -31,15 +31,21 @@ #include #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/timer.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers "); MODULE_DESCRIPTION("LTTng timer probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);