Fix: signal: Remove SEND_SIG_FORCED (v4.20)
[lttng-modules.git] / lttng-tracepoint.h
CommitLineData
9f36eaed
MJ
1/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
2 *
20591cf7
MD
3 * lttng-tracepoint.h
4 *
5 * LTTng adaptation layer for Linux kernel 3.15+ tracepoints.
6 *
7 * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
20591cf7
MD
8 */
9
9f36eaed
MJ
10#ifndef _LTTNG_TRACEPOINT_H
11#define _LTTNG_TRACEPOINT_H
12
20591cf7
MD
13int lttng_tracepoint_probe_register(const char *name, void *probe, void *data);
14int lttng_tracepoint_probe_unregister(const char *name, void *probe, void *data);
15int lttng_tracepoint_init(void);
16void lttng_tracepoint_exit(void);
17
18#endif /* _LTTNG_TRACEPOINT_H */
This page took 0.028732 seconds and 4 git commands to generate.