X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-block.c;h=d76dfdfa9611a06e73519baa18d7aa77d7960fad;hb=HEAD;hp=43dd2be1c6b279d0e27440a836ef828a69445ceb;hpb=f62b389ebaba6abc93afb2cf9fbdf2fe0b632077;p=lttng-modules.git diff --git a/probes/lttng-probe-block.c b/probes/lttng-probe-block.c deleted file mode 100644 index 43dd2be1..00000000 --- a/probes/lttng-probe-block.c +++ /dev/null @@ -1,29 +0,0 @@ -/* - * probes/lttng-probe-block.c - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * LTTng block 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/block.h" - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng block probes");