X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-tracepoint-event-reset.h;h=bfce5796cbac9ffc9ebecc37499ccb4bb60a6795;hb=10937ee5c85456292ce4e8d67c9ac7bc37caf974;hp=6ba39820e9526f6d8f878bdaf39d0f1d3da4a99a;hpb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-reset.h b/include/lttng/ust-tracepoint-event-reset.h index 6ba39820..bfce5796 100644 --- a/include/lttng/ust-tracepoint-event-reset.h +++ b/include/lttng/ust-tracepoint-event-reset.h @@ -12,8 +12,8 @@ #undef LTTNG_UST__TRACEPOINT_EVENT_INSTANCE #define LTTNG_UST__TRACEPOINT_EVENT_INSTANCE(_provider, _template, _name, _args) -#undef TRACEPOINT_ENUM -#define TRACEPOINT_ENUM(_provider, _name, _values) +#undef LTTNG_UST_TRACEPOINT_ENUM +#define LTTNG_UST_TRACEPOINT_ENUM(_provider, _name, _values) #undef LTTNG_UST_TP_ARGS #define LTTNG_UST_TP_ARGS(...) @@ -21,24 +21,21 @@ #undef LTTNG_UST_TP_FIELDS #define LTTNG_UST_TP_FIELDS(...) -#undef TRACEPOINT_LOGLEVEL_ENUM -#define TRACEPOINT_LOGLEVEL_ENUM(...) +#undef LTTNG_UST_TRACEPOINT_LOGLEVEL +#define LTTNG_UST_TRACEPOINT_LOGLEVEL(provider, name, loglevel) -#undef TRACEPOINT_LOGLEVEL -#define TRACEPOINT_LOGLEVEL(provider, name, loglevel) +#undef LTTNG_UST_TRACEPOINT_MODEL_EMF_URI +#define LTTNG_UST_TRACEPOINT_MODEL_EMF_URI(provider, name, uri) -#undef TRACEPOINT_MODEL_EMF_URI -#define TRACEPOINT_MODEL_EMF_URI(provider, name, uri) - -#undef _ctf_integer_ext -#define _ctf_integer_ext(_type, _item, _src, _byte_order, _base, \ +#undef lttng_ust__field_integer_ext +#define lttng_ust__field_integer_ext(_type, _item, _src, _byte_order, _base, \ _nowrite) -#undef _ctf_float -#define _ctf_float(_type, _item, _src, _nowrite) +#undef lttng_ust__field_float +#define lttng_ust__field_float(_type, _item, _src, _nowrite) -#undef _ctf_array_encoded -#define _ctf_array_encoded(_type, _item, _src, _byte_order, _length, _encoding, \ +#undef lttng_ust__field_array_encoded +#define lttng_ust__field_array_encoded(_type, _item, _src, _byte_order, _length, _encoding, \ _nowrite, _elem_type_base) #undef _ctf_sequence_encoded @@ -55,35 +52,35 @@ #define _ctf_enum(_provider, _name, _type, _item, _src, _nowrite) /* "write" */ -#undef ctf_integer -#define ctf_integer(_type, _item, _src) +#undef lttng_ust_field_integer +#define lttng_ust_field_integer(_type, _item, _src) -#undef ctf_integer_hex -#define ctf_integer_hex(_type, _item, _src) +#undef lttng_ust_field_integer_hex +#define lttng_ust_field_integer_hex(_type, _item, _src) -#undef ctf_integer_network -#define ctf_integer_network(_type, _item, _src) +#undef lttng_ust_field_integer_network +#define lttng_ust_field_integer_network(_type, _item, _src) -#undef ctf_integer_network_hex -#define ctf_integer_network_hex(_type, _item, _src) +#undef lttng_ust_field_integer_network_hex +#define lttng_ust_field_integer_network_hex(_type, _item, _src) -#undef ctf_float -#define ctf_float(_type, _item, _src) +#undef lttng_ust_field_float +#define lttng_ust_field_float(_type, _item, _src) -#undef ctf_array -#define ctf_array(_type, _item, _src, _length) +#undef lttng_ust_field_array +#define lttng_ust_field_array(_type, _item, _src, _length) -#undef ctf_array_hex -#define ctf_array_hex(_type, _item, _src, _length) +#undef lttng_ust_field_array_hex +#define lttng_ust_field_array_hex(_type, _item, _src, _length) -#undef ctf_array_network -#define ctf_array_network(_type, _item, _src, _length) +#undef lttng_ust_field_array_network +#define lttng_ust_field_array_network(_type, _item, _src, _length) -#undef ctf_array_network_hex -#define ctf_array_network_hex(_type, _item, _src, _length) +#undef lttng_ust_field_array_network_hex +#define lttng_ust_field_array_network_hex(_type, _item, _src, _length) -#undef ctf_array_text -#define ctf_array_text(_type, _item, _src, _length) +#undef lttng_ust_field_array_text +#define lttng_ust_field_array_text(_type, _item, _src, _length) #undef ctf_sequence #define ctf_sequence(_type, _item, _src, _length_type, _src_length) @@ -110,26 +107,26 @@ #define ctf_enum(_provider, _name, _type, _item, _src) /* "nowrite" */ -#undef ctf_integer_nowrite -#define ctf_integer_nowrite(_type, _item, _src) +#undef lttng_ust_field_integer_nowrite +#define lttng_ust_field_integer_nowrite(_type, _item, _src) -#undef ctf_float_nowrite -#define ctf_float_nowrite(_type, _item, _src) +#undef lttng_ust_field_float_nowrite +#define lttng_ust_field_float_nowrite(_type, _item, _src) -#undef ctf_array_nowrite -#define ctf_array_nowrite(_type, _item, _src, _length) +#undef lttng_ust_field_array_nowrite +#define lttng_ust_field_array_nowrite(_type, _item, _src, _length) -#undef ctf_array_nowrite_hex -#define ctf_array_nowrite_hex(_type, _item, _src, _length) +#undef lttng_ust_field_array_nowrite_hex +#define lttng_ust_field_array_nowrite_hex(_type, _item, _src, _length) -#undef ctf_array_network_nowrite -#define ctf_array_network_nowrite(_type, _item, _src, _length) +#undef lttng_ust_field_array_network_nowrite +#define lttng_ust_field_array_network_nowrite(_type, _item, _src, _length) -#undef ctf_array_network_nowrite_hex -#define ctf_array_network_nowrite_hex(_type, _item, _src, _length) +#undef lttng_ust_field_array_network_nowrite_hex +#define lttng_ust_field_array_network_nowrite_hex(_type, _item, _src, _length) -#undef ctf_array_text_nowrite -#define ctf_array_text_nowrite(_type, _item, _src, _length) +#undef lttng_ust_field_array_text_nowrite +#define lttng_ust_field_array_text_nowrite(_type, _item, _src, _length) #undef ctf_sequence_nowrite #define ctf_sequence_nowrite(_type, _item, _src, _length_type, _src_length)