X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-tracepoint.h;fp=lttng-tracepoint.h;h=0000000000000000000000000000000000000000;hb=2df37e95fa4303ecc0db41334452665491533641;hp=12cc5954762d301bc058378895e6c8cd66157ed0;hpb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;p=lttng-modules.git 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 */