62aab6c75a765dc8d40d975256499d5193d2d660
[lttng-modules.git] / probes / lttng-probe-lttng.c
1 /*
2 * probes/lttng-probe-core.c
3 *
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng core probes.
7 *
8 * Dual LGPL v2.1/GPL v2 license.
9 */
10
11 #include <linux/module.h>
12
13 /*
14 * Create LTTng tracepoint probes.
15 */
16 #define LTTNG_PACKAGE_BUILD
17 #define CREATE_TRACE_POINTS
18 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
19
20 #include "../instrumentation/events/lttng-module/lttng.h"
21
22 MODULE_LICENSE("GPL and additional rights");
23 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
24 MODULE_DESCRIPTION("LTTng core probes");
This page took 0.029874 seconds and 3 git commands to generate.