X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-tracepoint.h;h=516a03a54feacce2184dd5b81e0ec5e555d65038;hp=12cc5954762d301bc058378895e6c8cd66157ed0;hb=HEAD;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d diff --git a/lttng-tracepoint.h b/lttng-tracepoint.h deleted file mode 100644 index 12cc5954..00000000 --- a/lttng-tracepoint.h +++ /dev/null @@ -1,18 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * lttng-tracepoint.h - * - * LTTng adaptation layer for Linux kernel 3.15+ tracepoints. - * - * Copyright (C) 2014 Mathieu Desnoyers - */ - -#ifndef _LTTNG_TRACEPOINT_H -#define _LTTNG_TRACEPOINT_H - -int lttng_tracepoint_probe_register(const char *name, void *probe, void *data); -int lttng_tracepoint_probe_unregister(const char *name, void *probe, void *data); -int lttng_tracepoint_init(void); -void lttng_tracepoint_exit(void); - -#endif /* _LTTNG_TRACEPOINT_H */