X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm.c;h=5e471015782cb5d80fb6b0e37e65ea23a40a738a;hb=HEAD;hp=9efc6dd168802a9f8b6e91364af009935e12dbd3;hpb=17baffe29814f2508556e498ab8c41a192e76b67;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm.c b/probes/lttng-probe-kvm.c deleted file mode 100644 index 9efc6dd1..00000000 --- a/probes/lttng-probe-kvm.c +++ /dev/null @@ -1,31 +0,0 @@ -/* - * probes/lttng-probe-kvm.c - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * LTTng kvm probes. - * - * Dual LGPL v2.1/GPL v2 license. - */ - -#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");