Extract input/output arguments from accept and connect syscalls
[lttng-modules.git] / probes / lttng-events-reset.h
index 44e8ba59b2456d5b8a3e1c9d841ce3ef694ccd5b..be400fa16a0efa3778215c7a6fdbf84461900ccb 100644 (file)
@@ -29,6 +29,9 @@
 #undef __dynamic_array_enc_ext
 #define __dynamic_array_enc_ext(_type, _item, _length, _order, _base, _encoding)
 
+#undef __dynamic_array_enc_ext_2
+#define __dynamic_array_enc_ext_2(_type, _item, _length1, _length2, _order, _base, _encoding)
+
 #undef __dynamic_array_len
 #define __dynamic_array_len(_type, _item, _length)
 
 #undef TP_ARGS
 #define TP_ARGS(args...)
 
+#undef TP_locvar
+#define TP_locvar(...)
+
+#undef TP_code
+#define TP_code(...)
+
 #undef TP_STRUCT__entry
 #define TP_STRUCT__entry(args...)
 
 #undef TP_printk
 #define TP_printk(args...)
 
-#undef DECLARE_EVENT_CLASS
-#define DECLARE_EVENT_CLASS(_name, _proto, _args, _tstruct, _assign, _print)
+#undef LTTNG_DECLARE_EVENT_CLASS
+#define LTTNG_DECLARE_EVENT_CLASS(_name, _proto, _args, _locvar, _code, _tstruct, _assign, _print)
 
-#undef DECLARE_EVENT_CLASS_NOARGS
-#define DECLARE_EVENT_CLASS_NOARGS(_name, _tstruct, _assign, _print)
+#undef LTTNG_DECLARE_EVENT_CLASS_NOARGS
+#define LTTNG_DECLARE_EVENT_CLASS_NOARGS(_name, _locvar, _code, _tstruct, _assign, _print)
 
 #undef DEFINE_EVENT_MAP
 #define DEFINE_EVENT_MAP(_template, _name, _map, _proto, _args)
This page took 0.023239 seconds and 4 git commands to generate.