Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-skb.c
index 52edf881703b3db6b0b24580230b68e40c9d0bce..71e890d60276820fd8d6114f0dd031469500b3a5 100644 (file)
@@ -29,6 +29,8 @@
  */
 #include <trace/events/skb.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
@@ -39,5 +41,5 @@
 #include "../instrumentation/events/lttng-module/skb.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 skb probes");
This page took 0.024323 seconds and 4 git commands to generate.