X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-workqueue.c;h=9d3192e34b372de234586acb593e746e4675bb33;hb=26bc064a4d4c85e6000393aadb38659f99b59162;hp=f643476faab59855dc84890eda7ec9a0f7b485c0;hpb=20008d8c6a4cc7434753c5c34b90b4712f1e94af;p=lttng-modules.git diff --git a/probes/lttng-probe-workqueue.c b/probes/lttng-probe-workqueue.c index f643476f..9d3192e3 100644 --- a/probes/lttng-probe-workqueue.c +++ b/probes/lttng-probe-workqueue.c @@ -23,6 +23,7 @@ #include #include +#include struct cpu_workqueue_struct; struct pool_workqueue; @@ -33,17 +34,21 @@ struct pool_workqueue; */ #include -#include "../wrapper/tracepoint.h" +#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/workqueue.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng workqueue probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);