99a3dd9c0e271d4fb57454467f48d0ffddfd1c52
[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
9 #include <linux/module.h>
10
11 /*
12 * Create LTTng tracepoint probes.
13 */
14 #define LTTNG_PACKAGE_BUILD
15 #define CREATE_TRACE_POINTS
16 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
17
18 #include "../instrumentation/events/lttng-module/lttng.h"
19
20 MODULE_LICENSE("GPL and additional rights");
21 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
22 MODULE_DESCRIPTION("LTTng core probes");
This page took 0.029409 seconds and 3 git commands to generate.