X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-writeback.c;h=45e3f18215863a4ac3073fcf31da173392802be3;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=71752d7d59d310da7b13efb986aeafd5789a9a47;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-writeback.c b/probes/lttng-probe-writeback.c index 71752d7d..45e3f182 100644 --- a/probes/lttng-probe-writeback.c +++ b/probes/lttng-probe-writeback.c @@ -24,7 +24,7 @@ #include #include #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -32,8 +32,8 @@ */ #include -#include "../lttng-kernel-version.h" -#include "../wrapper/writeback.h" +#include +#include /* #if */ @@ -46,9 +46,9 @@ */ #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/writeback.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov ");