Add splice_to_pipe wrapper
[lttng-modules.git] / probes / lttng-probe-irq.c
CommitLineData
0d1d4002
MD
1/*
2 * probes/lttng-probe-irq.c
3 *
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng irq probes.
7 */
8
9#include <linux/module.h>
391286e8 10#include <linux/interrupt.h>
0d1d4002
MD
11
12/*
13 * Create LTTng tracepoint probes.
14 */
15#define LTTNG_PACKAGE_BUILD
16#define CREATE_TRACE_POINTS
17#undef CONFIG_EVENT_TRACING /* Don't create Ftrace probes */
18
19#include <trace/events/irq.h>
20
21MODULE_LICENSE("GPL and additional rights");
22MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
23MODULE_DESCRIPTION("LTTng irq probes");
This page took 0.023502 seconds and 4 git commands to generate.