X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-workqueue.c;h=9d3192e34b372de234586acb593e746e4675bb33;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=044536e0f728fb8dfdac94ee679699a0fd702472;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-workqueue.c b/probes/lttng-probe-workqueue.c index 044536e0..9d3192e3 100644 --- a/probes/lttng-probe-workqueue.c +++ b/probes/lttng-probe-workqueue.c @@ -23,7 +23,7 @@ #include #include -#include "../lttng-tracer.h" +#include struct cpu_workqueue_struct; struct pool_workqueue; @@ -34,16 +34,16 @@ 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 ");