Syscall detail mode: generate syscall table
[lttng-modules.git] / probes / lttng-events-reset.h
index d3efc0c21db2a5b512f626cf45783cab3c75d915..3157f1e48dd9f8b3ce8cf5a32ae3b3b389049de1 100644 (file)
@@ -1,18 +1,23 @@
-/* Reset macros used within TRACE_EVENT to "nothing" */
+/*
+ * lttng-events-reset.h
+ *
+ * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * Dual LGPL v2.1/GPL v2 license.
+ */
 
-#undef __field
-#define __field(_type, _item)
+/* Reset macros used within TRACE_EVENT to "nothing" */
 
-#undef __field_ext
-#define __field_ext(_type, _item, _filter_type)
+#undef __field_full
+#define __field_full(_type, _item, _order, _base)
 
-#undef __array
-#define __array(_type, _item, _length)
+#undef __array_enc_ext
+#define __array_enc_ext(_type, _item, _length, _order, _base, _encoding)
 
-#undef __dynamic_array
-#define __dynamic_array(_type, _item, _length)
+#undef __dynamic_array_enc_ext
+#define __dynamic_array_enc_ext(_type, _item, _length, _order, _base, _encoding)
 
-#undef __dynamic_array
+#undef __dynamic_array_len
 #define __dynamic_array_len(_type, _item, _length)
 
 #undef __string
 #undef TP_fast_assign
 #define TP_fast_assign(args...)
 
+#undef __perf_count
+#define __perf_count(args...)
+
+#undef __perf_addr
+#define __perf_addr(args...)
+
+#undef TP_perf_assign
+#define TP_perf_assign(args...)
+
 #undef TP_printk
 #define TP_printk(args...)
 
@@ -59,3 +73,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.023523 seconds and 4 git commands to generate.