X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-tracepoint-event-write.h;h=f43fd4c3573b6ce6122f9be9d666e2abad234a30;hb=78684808fe09e0a094a75042e4f4383b2346bce6;hp=4cecfcc6eab26fa9a6b445eab527f7fa58936f07;hpb=1d188af9688feee0ec4e34038113a0edccddd4ea;p=lttng-ust.git diff --git a/include/lttng/ust-tracepoint-event-write.h b/include/lttng/ust-tracepoint-event-write.h index 4cecfcc6..f43fd4c3 100644 --- a/include/lttng/ust-tracepoint-event-write.h +++ b/include/lttng/ust-tracepoint-event-write.h @@ -74,14 +74,14 @@ lttng_ust__field_sequence_encoded(_type, _item, _src, LTTNG_UST_BYTE_ORDER, \ _length_type, _src_length, UTF8, 0, 10) -#undef ctf_string -#define ctf_string(_item, _src) \ - _ctf_string(_item, _src, 0) +#undef lttng_ust_field_string +#define lttng_ust_field_string(_item, _src) \ + lttng_ust__field_string(_item, _src, 0) -#undef ctf_unused -#define ctf_unused(_src) \ - _ctf_unused(_src) +#undef lttng_ust_field_unused +#define lttng_ust_field_unused(_src) \ + lttng_ust__field_unused(_src) -#undef ctf_enum -#define ctf_enum(_provider, _name, _type, _item, _src) \ - _ctf_enum(_provider, _name, _type, _item, _src, 0) +#undef lttng_ust_field_enum +#define lttng_ust_field_enum(_provider, _name, _type, _item, _src) \ + lttng_ust__field_enum(_provider, _name, _type, _item, _src, 0)