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