2 * probes/lttng-probe-sched.c
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9 #include <linux/module.h>
12 * Create the tracepoint static inlines from the kernel to validate that our
13 * trace event macros match the kernel we run on.
15 #include <trace/events/sched.h>
18 * Create LTTng tracepoint probes.
20 #define LTTNG_PACKAGE_BUILD
21 #define CREATE_TRACE_POINTS
22 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
24 #include "../instrumentation/events/lttng-module/sched.h"
26 MODULE_LICENSE("GPL and additional rights");
27 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
28 MODULE_DESCRIPTION("LTTng sched probes");
This page took 0.031637 seconds and 5 git commands to generate.