X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-timer.c;h=a504b1294c258c1e2c847213da9d7db7f84c7b5e;hb=HEAD;hp=8abde6dfb37bacf5d4dd8ffed4eced2a6a94c716;hpb=e54456f5bc70a46e11d23e1e3b2ae70bcda4c49f;p=lttng-modules.git diff --git a/probes/lttng-probe-timer.c b/probes/lttng-probe-timer.c deleted file mode 100644 index 8abde6df..00000000 --- a/probes/lttng-probe-timer.c +++ /dev/null @@ -1,31 +0,0 @@ -/* - * probes/lttng-probe-timer.c - * - * Copyright 2012 (c) - Mathieu Desnoyers - * - * LTTng timer probes. - * - * Dual LGPL v2.1/GPL v2 license. - */ - -#include - -/* - * Create the tracepoint static inlines from the kernel to validate that our - * trace event macros match the kernel we run on. - */ -#include -#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/timer.h" - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng timer probes");