X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-timer.c;h=f86f7120591fb0ee67682a03b0b11c4ae5dbbdf2;hb=fa73b7a2bdfee670825a82a4cbe0cedfd36807bf;hp=9cf7492a76555cbca8b43edd1e3d1383e79dabe6;hpb=3a523f5b6b4f8ca82412cb45f2d2ad9c44e7d249;p=lttng-modules.git diff --git a/probes/lttng-probe-timer.c b/probes/lttng-probe-timer.c index 9cf7492a..f86f7120 100644 --- a/probes/lttng-probe-timer.c +++ b/probes/lttng-probe-timer.c @@ -21,7 +21,7 @@ */ #include -#include "../wrapper/tracepoint.h" +#include "../lttng-tracer.h" /* * Create the tracepoint static inlines from the kernel to validate that our @@ -31,6 +31,8 @@ #include #include +#include "../wrapper/tracepoint.h" + /* * Create LTTng tracepoint probes. */ @@ -43,3 +45,7 @@ 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);