2 * probes/lttng-probe-irq.c
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9 #include <linux/module.h>
12 * Create LTTng tracepoint probes.
14 #define LTTNG_PACKAGE_BUILD
15 #define CREATE_TRACE_POINTS
16 #undef CONFIG_EVENT_TRACING /* Don't create Ftrace probes */
18 #include <trace/events/irq.h>
20 MODULE_LICENSE("GPL and additional rights");
21 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
22 MODULE_DESCRIPTION("LTTng irq probes");
This page took 0.030989 seconds and 5 git commands to generate.