staging: remove intel_sst driver
[linux-2.6/btrfs-unstable.git] / drivers / staging / lttng / probes / lttng-probe-irq.c
blob4a6a322d144730f2bfb2ac3df995ada0cda3585d
1 /*
2 * probes/lttng-probe-irq.c
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 * LTTng irq probes.
8 * Dual LGPL v2.1/GPL v2 license.
9 */
11 #include <linux/module.h>
12 #include <linux/interrupt.h>
15 * Create the tracepoint static inlines from the kernel to validate that our
16 * trace event macros match the kernel we run on.
18 #include <trace/events/irq.h>
21 * Create LTTng tracepoint probes.
23 #define LTTNG_PACKAGE_BUILD
24 #define CREATE_TRACE_POINTS
25 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
27 #include "../instrumentation/events/lttng-module/irq.h"
29 MODULE_LICENSE("GPL and additional rights");
30 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
31 MODULE_DESCRIPTION("LTTng irq probes");