Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / compile / hello-many / ust_tests_hello_many.h
CommitLineData
c0c0989a
MJ
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
69d6ee6e
MD
7#undef TRACEPOINT_PROVIDER
8#define TRACEPOINT_PROVIDER ust_tests_hello_many
9
10#if !defined(_TRACEPOINT_UST_TESTS_HELLO_MANY_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
11#define _TRACEPOINT_UST_TESTS_HELLO_MANY_H
12
69d6ee6e
MD
13#include <lttng/tracepoint.h>
14#include <stdbool.h>
15
16TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple1,
cadfcbfc 17 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
18 TP_FIELDS()
19)
20
21TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple2,
cadfcbfc 22 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
23 TP_FIELDS()
24)
25
26TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple3,
cadfcbfc 27 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
28 TP_FIELDS()
29)
30
31TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple4,
cadfcbfc 32 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
33 TP_FIELDS()
34)
35
36TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple5,
cadfcbfc 37 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
38 TP_FIELDS()
39)
40
41
42TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple6,
cadfcbfc 43 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
44 TP_FIELDS()
45)
46
47TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple7,
cadfcbfc 48 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
49 TP_FIELDS()
50)
51
52TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple8,
cadfcbfc 53 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
54 TP_FIELDS()
55)
56
57TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple9,
cadfcbfc 58 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
59 TP_FIELDS()
60)
61
62TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple10,
cadfcbfc 63 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
64 TP_FIELDS()
65)
66
67TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple11,
cadfcbfc 68 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
69 TP_FIELDS()
70)
71
72TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple12,
cadfcbfc 73 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
74 TP_FIELDS()
75)
76
77TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple13,
cadfcbfc 78 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
79 TP_FIELDS()
80)
81
82TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple14,
cadfcbfc 83 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
84 TP_FIELDS()
85)
86
87TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple15,
cadfcbfc 88 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
89 TP_FIELDS()
90)
91
92TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple16,
cadfcbfc 93 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
94 TP_FIELDS()
95)
96
97TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple17,
cadfcbfc 98 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
99 TP_FIELDS()
100)
101
102TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple18,
cadfcbfc 103 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
104 TP_FIELDS()
105)
106
107TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple19,
cadfcbfc 108 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
109 TP_FIELDS()
110)
111
112TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple20,
cadfcbfc 113 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
114 TP_FIELDS()
115)
116
117TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple21,
cadfcbfc 118 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
119 TP_FIELDS()
120)
121
122TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple22,
cadfcbfc 123 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
124 TP_FIELDS()
125)
126
127TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple23,
cadfcbfc 128 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
129 TP_FIELDS()
130)
131
132TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple24,
cadfcbfc 133 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
134 TP_FIELDS()
135)
136
137TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple25,
cadfcbfc 138 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
139 TP_FIELDS()
140)
141
142TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple26,
cadfcbfc 143 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
144 TP_FIELDS()
145)
146
147TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple27,
cadfcbfc 148 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
149 TP_FIELDS()
150)
151
152TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple28,
cadfcbfc 153 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
154 TP_FIELDS()
155)
156
157TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple29,
cadfcbfc 158 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
159 TP_FIELDS()
160)
161
162TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple30,
cadfcbfc 163 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
164 TP_FIELDS()
165)
166
167TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple31,
cadfcbfc 168 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
169 TP_FIELDS()
170)
171
172TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple32,
cadfcbfc 173 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
174 TP_FIELDS()
175)
176
177TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple33,
cadfcbfc 178 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
179 TP_FIELDS()
180)
181
182TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple34,
cadfcbfc 183 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
184 TP_FIELDS()
185)
186
187TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple35,
cadfcbfc 188 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
189 TP_FIELDS()
190)
191
192TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple36,
cadfcbfc 193 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
194 TP_FIELDS()
195)
196
197TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple37,
cadfcbfc 198 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
199 TP_FIELDS()
200)
201
202TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple38,
cadfcbfc 203 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
204 TP_FIELDS()
205)
206
207TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple39,
cadfcbfc 208 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
209 TP_FIELDS()
210)
211
212TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple40,
cadfcbfc 213 LTTNG_UST_TP_ARGS(),
69d6ee6e
MD
214 TP_FIELDS()
215)
216
217#endif /* _TRACEPOINT_UST_TESTS_HELLO_MANY_H */
218
219#undef TRACEPOINT_INCLUDE
220#define TRACEPOINT_INCLUDE "./ust_tests_hello_many.h"
221
222/* This part must be outside ifdef protection */
223#include <lttng/tracepoint-event.h>
This page took 0.033077 seconds and 4 git commands to generate.