X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-v4l2.c;h=bae153bc38eacb47368265bc684a4ca93e50a72b;hb=5fab26800b662b9a52a8109b5c31c6ed0e986431;hp=709ccb2ec53e9f2ae27b00e1e8e6349a4f9e17a5;hpb=e09a6084cebc7bb97d9c39cd91c391a3c6ac080c;p=lttng-modules.git diff --git a/probes/lttng-probe-v4l2.c b/probes/lttng-probe-v4l2.c index 709ccb2e..bae153bc 100644 --- a/probes/lttng-probe-v4l2.c +++ b/probes/lttng-probe-v4l2.c @@ -23,7 +23,8 @@ #include #include - +#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. @@ -35,10 +36,14 @@ */ #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/v4l2.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth "); MODULE_DESCRIPTION("LTTng v4l2 probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);