X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm.c;h=5e471015782cb5d80fb6b0e37e65ea23a40a738a;hb=HEAD;hp=05988e556c9cb4caf6833a49544e00cd0351f06a;hpb=f62b389ebaba6abc93afb2cf9fbdf2fe0b632077;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm.c b/probes/lttng-probe-kvm.c deleted file mode 100644 index 05988e55..00000000 --- a/probes/lttng-probe-kvm.c +++ /dev/null @@ -1,29 +0,0 @@ -/* - * probes/lttng-probe-kvm.c - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * LTTng kvm probes. - */ - -#include -#include - -/* - * Create the tracepoint static inlines from the kernel to validate that our - * trace event macros match the kernel we run on. - */ -#include - -/* - * Create LTTng tracepoint probes. - */ -#define LTTNG_PACKAGE_BUILD -#define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module - -#include "../instrumentation/events/lttng-module/kvm.h" - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng kvm probes");