X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-sched.c;h=e132260f9cd6bacef029fe5e6044c6a256a875f9;hb=refs%2Fheads%2Fstable-2.7;hp=caef6f70f951b88224ceb7c416698f98d674b12b;hpb=3a523f5b6b4f8ca82412cb45f2d2ad9c44e7d249;p=lttng-modules.git diff --git a/probes/lttng-probe-sched.c b/probes/lttng-probe-sched.c index caef6f70..e132260f 100644 --- a/probes/lttng-probe-sched.c +++ b/probes/lttng-probe-sched.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 @@ -29,6 +29,8 @@ */ #include +#include "../wrapper/tracepoint.h" + /* * Create LTTng tracepoint probes. */ @@ -41,3 +43,7 @@ MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers "); MODULE_DESCRIPTION("LTTng sched probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);