Add basic lttng probes generation from TRACE_EVENT
[lttng-modules.git] / probes / sched.c
1 /*
2 * probes/sched.c
3 *
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng sched 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
17 #include <trace/events/sched.h>
18
19 MODULE_LICENSE("GPL and additional rights");
20 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
21 MODULE_DESCRIPTION("LTTng sched probes");
This page took 0.029724 seconds and 4 git commands to generate.