Group all syscall enums in one compile unit
[lttng-modules.git] / include / lttng / events-reset.h
index 64e76471a8d2c39697cb896e74080d940760e784..c4a43787e4186c4805e0c66fd98a4de269690f65 100644 (file)
@@ -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)
 
 #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)
 
This page took 0.026008 seconds and 4 git commands to generate.