2 * probes/lttng-probe-sched.c
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 * Dual LGPL v2.1/GPL v2 license.
11 #include <linux/module.h>
14 * Create the tracepoint static inlines from the kernel to validate that our
15 * trace event macros match the kernel we run on.
17 #include <trace/events/sched.h>
20 * Create LTTng tracepoint probes.
22 #define LTTNG_PACKAGE_BUILD
23 #define CREATE_TRACE_POINTS
24 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
26 #include "../instrumentation/events/lttng-module/sched.h"
28 MODULE_LICENSE("GPL and additional rights");
29 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
30 MODULE_DESCRIPTION("LTTng sched probes");
This page took 0.032736 seconds and 4 git commands to generate.