X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-lttng.c;fp=probes%2Flttng-probe-lttng.c;h=0000000000000000000000000000000000000000;hb=662ed1665428b38ee00d4be5751581108bf35390;hp=365e1fc9cbfe269a1a3816e5797b7445a3a2bdc8;hpb=9a6800e3a7bed25af7a62d7e8cb2ad9a689e5877;p=lttng-modules.git diff --git a/probes/lttng-probe-lttng.c b/probes/lttng-probe-lttng.c deleted file mode 100644 index 365e1fc9..00000000 --- a/probes/lttng-probe-lttng.c +++ /dev/null @@ -1,36 +0,0 @@ -/* - * probes/lttng-probe-core.c - * - * LTTng core probes. - * - * Copyright (C) 2010-2012 Mathieu Desnoyers - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; only - * version 2.1 of the License. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#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/lttng.h" - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Mathieu Desnoyers "); -MODULE_DESCRIPTION("LTTng core probes");