X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-jbd2.c;h=30ccf3f8e7570773be5f822610c7d107e63f6aab;hb=7c68b363332170e4db100327ecc9e09b8a79cf29;hp=eea0a66b08b608c1edccce4b6d01494be8dc7229;hpb=83788d81815146024200cba5aa46c705a05d6b99;p=lttng-modules.git diff --git a/probes/lttng-probe-jbd2.c b/probes/lttng-probe-jbd2.c index eea0a66b..30ccf3f8 100644 --- a/probes/lttng-probe-jbd2.c +++ b/probes/lttng-probe-jbd2.c @@ -29,6 +29,8 @@ */ #include +#include "../wrapper/tracepoint.h" + /* * Create LTTng tracepoint probes. */ @@ -39,5 +41,5 @@ #include "../instrumentation/events/lttng-module/jbd2.h" MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Wade Farnsworth "); +MODULE_AUTHOR("Wade Farnsworth and Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng jbd2 probes");