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