Add splice_to_pipe wrapper
[lttng-modules.git] / probes / lttng-probe-kvm.c
CommitLineData
6db3d13b
MD
1/*
2 * probes/lttng-probe-kvm.c
3 *
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng kvm 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#undef CONFIG_EVENT_TRACING /* Don't create Ftrace probes */
17
18#include <linux/kvm_host.h>
19#include <trace/events/kvm.h>
20
21MODULE_LICENSE("GPL and additional rights");
22MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
23MODULE_DESCRIPTION("LTTng kvm probes");
This page took 0.02286 seconds and 4 git commands to generate.