Add event macro reset header, add kvm probe
[lttng-modules.git] / probes / lttng-probe-sched.c
CommitLineData
6d61b34d 1/*
6db3d13b 2 * probes/lttng-probe-sched.c
6d61b34d
MD
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
d0dd2ecb 16#undef CONFIG_EVENT_TRACING /* Don't create Ftrace probes */
6d61b34d
MD
17
18#include <trace/events/sched.h>
19
20MODULE_LICENSE("GPL and additional rights");
21MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
22MODULE_DESCRIPTION("LTTng sched probes");
This page took 0.023125 seconds and 4 git commands to generate.