X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents-reset.h;h=c4a43787e4186c4805e0c66fd98a4de269690f65;hb=64ac073a24efe7cd1d6b03dcca680cda3aa05f6e;hp=64e76471a8d2c39697cb896e74080d940760e784;hpb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;p=lttng-modules.git diff --git a/include/lttng/events-reset.h b/include/lttng/events-reset.h index 64e76471..c4a43787 100644 --- a/include/lttng/events-reset.h +++ b/include/lttng/events-reset.h @@ -22,6 +22,9 @@ #undef LTTNG_TRACEPOINT_ENUM #define LTTNG_TRACEPOINT_ENUM(_name, _values) +#undef LTTNG_TRACEPOINT_TYPE +#define LTTNG_TRACEPOINT_TYPE(_prototype, _init) + #undef TP_PROTO #define TP_PROTO(args...) @@ -93,9 +96,6 @@ #undef ctf_integer_network_hex #define ctf_integer_network_hex(_type, _item, _src) -#undef ctf_float -#define ctf_float(_type, _item, _src) - #undef ctf_array #define ctf_array(_type, _item, _src, _length) @@ -154,9 +154,6 @@ #undef ctf_integer_nowrite #define ctf_integer_nowrite(_type, _item, _src) -#undef ctf_float_nowrite -#define ctf_float_nowrite(_type, _item, _src) - #undef ctf_array_nowrite #define ctf_array_nowrite(_type, _item, _src, _length)