X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-ext4.c;h=e3e9ae111f6e6b51437f1e06da6a00bd08febe6e;hb=HEAD;hp=0d0e3a828342f8c63e8f65ee333f9d1ead0cf92e;hpb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;p=lttng-modules.git diff --git a/probes/lttng-probe-ext4.c b/probes/lttng-probe-ext4.c deleted file mode 100644 index 0d0e3a82..00000000 --- a/probes/lttng-probe-ext4.c +++ /dev/null @@ -1,43 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * probes/lttng-probe-ext4.c - * - * LTTng ext4 probes. - * - * Copyright (C) 2010-2012 Mathieu Desnoyers - * Copyright (C) 2012 Mentor Graphics Corp. - */ - -#include -#include -#include <../fs/ext4/ext4.h> -#include <../fs/ext4/mballoc.h> -#include <../fs/ext4/ext4_extents.h> -#include -#include - -/* - * Create the tracepoint static inlines from the kernel to validate that our - * trace event macros match the kernel we run on. - */ -#include - -#include -#include - -/* - * Create LTTng tracepoint probes. - */ -#define LTTNG_PACKAGE_BUILD -#define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events - -#include - -MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Andrew Gabbasov "); -MODULE_DESCRIPTION("LTTng ext4 probes"); -MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." - __stringify(LTTNG_MODULES_MINOR_VERSION) "." - __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) - LTTNG_MODULES_EXTRAVERSION);