page alloc wrapper: Fix get_pfnblock_flags_mask prototype
[lttng-modules.git] / probes / lttng-events-reset.h
diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h
deleted file mode 100644 (file)
index 3157f1e..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * lttng-events-reset.h
- *
- * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * Dual LGPL v2.1/GPL v2 license.
- */
-
-/* Reset macros used within TRACE_EVENT to "nothing" */
-
-#undef __field_full
-#define __field_full(_type, _item, _order, _base)
-
-#undef __array_enc_ext
-#define __array_enc_ext(_type, _item, _length, _order, _base, _encoding)
-
-#undef __dynamic_array_enc_ext
-#define __dynamic_array_enc_ext(_type, _item, _length, _order, _base, _encoding)
-
-#undef __dynamic_array_len
-#define __dynamic_array_len(_type, _item, _length)
-
-#undef __string
-#define __string(_item, _src)
-
-#undef tp_assign
-#define tp_assign(dest, src)
-
-#undef tp_memcpy
-#define tp_memcpy(dest, src, len)
-
-#undef tp_memcpy_dyn
-#define tp_memcpy_dyn(dest, src, len)
-
-#undef tp_strcpy
-#define tp_strcpy(dest, src)
-
-#undef __get_str
-#define __get_str(field)
-
-#undef __get_dynamic_array
-#define __get_dynamic_array(field)
-
-#undef __get_dynamic_array_len
-#define __get_dynamic_array_len(field)
-
-#undef TP_PROTO
-#define TP_PROTO(args...)
-
-#undef TP_ARGS
-#define TP_ARGS(args...)
-
-#undef TP_STRUCT__entry
-#define TP_STRUCT__entry(args...)
-
-#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...)
-
-#undef DECLARE_EVENT_CLASS
-#define DECLARE_EVENT_CLASS(_name, _proto, _args, _tstruct, _assign, _print)
-
-#undef DEFINE_EVENT
-#define DEFINE_EVENT(_template, _name, _proto, _args)
-
-#undef TRACE_EVENT_FLAGS
-#define TRACE_EVENT_FLAGS(name, value)
This page took 0.023573 seconds and 4 git commands to generate.