Update licensing info
[lttng-modules.git] / probes / lttng-probe-irq.c
index e61fbb8514131fc10829d07cd0b26e76a0edf851..4a6a322d144730f2bfb2ac3df995ada0cda3585d 100644 (file)
@@ -4,18 +4,27 @@
  * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * LTTng irq probes.
+ *
+ * Dual LGPL v2.1/GPL v2 license.
  */
 
 #include <linux/module.h>
+#include <linux/interrupt.h>
+
+/*
+ * Create the tracepoint static inlines from the kernel to validate that our
+ * trace event macros match the kernel we run on.
+ */
+#include <trace/events/irq.h>
 
 /*
  * Create LTTng tracepoint probes.
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#undef CONFIG_EVENT_TRACING    /* Don't create Ftrace probes */
+#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
 
-#include <trace/events/irq.h>
+#include "../instrumentation/events/lttng-module/irq.h"
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.034349 seconds and 4 git commands to generate.