X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-workqueue.c;h=57cd560210ac4e3543bbd4b51e3e99ea8316f979;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=6a365300559153611068955377a99b64b17a15cc;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/probes/lttng-probe-workqueue.c b/probes/lttng-probe-workqueue.c index 6a365300..57cd5602 100644 --- a/probes/lttng-probe-workqueue.c +++ b/probes/lttng-probe-workqueue.c @@ -10,7 +10,7 @@ #include #include -#include +#include struct cpu_workqueue_struct; struct pool_workqueue; @@ -28,9 +28,9 @@ struct pool_workqueue; */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events -#include +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov ");