Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust / lttng-ust-tracef-provider.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2011-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7 #undef TRACEPOINT_PROVIDER
8 #define TRACEPOINT_PROVIDER lttng_ust_tracef
9
10 #if !defined(_TRACEPOINT_LTTNG_UST_TRACEF_PROVIDER_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
11 #define _TRACEPOINT_LTTNG_UST_TRACEF_PROVIDER_H
12
13 #include <lttng/lttng-ust-tracef.h>
14
15 #endif /* _TRACEPOINT_LTTNG_UST_TRACEF_PROVIDER_H */
16
17 #define TP_IP_PARAM ip /* IP context received as parameter */
18 #undef TRACEPOINT_INCLUDE
19 #define TRACEPOINT_INCLUDE "./lttng-ust-tracef.h"
20
21 /* This part must be outside ifdef protection */
22 #include <lttng/tracepoint-event.h>
This page took 0.031938 seconds and 4 git commands to generate.