X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-sched.c;h=bb1e12dc5e8cd58ea93788df8242a463c37a0899;hb=HEAD;hp=8f9f24702833d860fbd08f466449399d633d2651;hpb=f62b389ebaba6abc93afb2cf9fbdf2fe0b632077;p=lttng-modules.git diff --git a/probes/lttng-probe-sched.c b/probes/lttng-probe-sched.c deleted file mode 100644 index 8f9f2470..00000000 --- a/probes/lttng-probe-sched.c +++ /dev/null @@ -1,28 +0,0 @@ -/* - * probes/lttng-probe-sched.c - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * LTTng sched probes. - */ - -#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");