Implement tracepoint loglevel macros
[lttng-ust.git] / include / lttng / ust-tracepoint-event-reset.h
1 /*
2 * Copyright (c) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
5 * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
6 *
7 * Permission is hereby granted to use or copy this program
8 * for any purpose, provided the above notices are retained on all copies.
9 * Permission to modify the code and to distribute modified code is granted,
10 * provided the above notices are retained, and a notice that the code was
11 * modified is included with the above copyright notice.
12 */
13
14 /* Define to "nothing" all macros used for TRACEPOINT_EVENT */
15
16 #undef TRACEPOINT_EVENT_CLASS
17 #define TRACEPOINT_EVENT_CLASS(_provider, _name, _args, _fields)
18
19 #undef TRACEPOINT_EVENT_INSTANCE
20 #define TRACEPOINT_EVENT_INSTANCE(_provider, _template, _name, _args)
21
22 #undef TP_ARGS
23 #define TP_ARGS(...)
24
25 #undef TP_FIELDS
26 #define TP_FIELDS(...)
27
28 #undef ctf_integer_ext
29 #define ctf_integer_ext(_type, _item, _src, _byte_order, _base)
30
31 #undef ctf_float
32 #define ctf_float(_type, _item, _src)
33
34 #undef ctf_array_encoded
35 #define ctf_array_encoded(_type, _item, _src, _length, _encoding)
36
37 #undef ctf_sequence_encoded
38 #define ctf_sequence_encoded(_type, _item, _src, _length_type, \
39 _src_length, _encoding)
40
41 #undef ctf_string
42 #define ctf_string(_item, _src)
43
44 #undef TRACEPOINT_LOGLEVEL_ENUM
45 #define TRACEPOINT_LOGLEVEL_ENUM(...)
46
47 #undef TRACEPOINT_LOGLEVEL
48 #define TRACEPOINT_LOGLEVEL(provider, name, loglevel)
This page took 0.033962 seconds and 5 git commands to generate.