Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-jbd2.c
index eea0a66b08b608c1edccce4b6d01494be8dc7229..30ccf3f8e7570773be5f822610c7d107e63f6aab 100644 (file)
@@ -29,6 +29,8 @@
  */
 #include <trace/events/jbd2.h>
 
+#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 <wade_farnsworth@mentor.com>");
+MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com> and Andrew Gabbasov <andrew_gabbasov@mentor.com>");
 MODULE_DESCRIPTION("LTTng jbd2 probes");
This page took 0.023134 seconds and 4 git commands to generate.