Support for linux kernels 2.6.32 through 2.6.37
[lttng-modules.git] / probes / lttng-probe-timer.c
index 3368bd80c56abd4c9b72dcd736590b3083d8323b..9cf7492a76555cbca8b43edd1e3d1383e79dabe6 100644 (file)
  */
 
 #include <linux/module.h>
+#include "../wrapper/tracepoint.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
+
 #include <linux/sched.h>
 #include <trace/events/timer.h>
 
This page took 0.023142 seconds and 4 git commands to generate.