Function tracer support
[lttng-modules.git] / probes / lttng-events-reset.h
index a764f43e960f6c1a7446f9d0f85aa4b61b81b43a..0a1671cd372744178107b7bc47268e2307fa1429 100644 (file)
@@ -6,6 +6,9 @@
 #undef __field_ext
 #define __field_ext(_type, _item, _filter_type)
 
+#undef __field_network
+#define __field_network(_type, _item)
+
 #undef __array
 #define __array(_type, _item, _length)
 
@@ -68,3 +71,6 @@
 
 #undef DEFINE_EVENT
 #define DEFINE_EVENT(_template, _name, _proto, _args)
+
+#undef TRACE_EVENT_FLAGS
+#define TRACE_EVENT_FLAGS(name, value)
This page took 0.032849 seconds and 4 git commands to generate.