X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=a13d1cccd1a3e41518ff28dedaf7a69ced42d981;hb=HEAD;hp=c272aea9d7898930cea6ace809fe53cebeae0ece;hpb=d32a57a2d82d7d0a1d447e7052db9795bb0df2f1;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h deleted file mode 100644 index c272aea9..00000000 --- a/probes/lttng-events-reset.h +++ /dev/null @@ -1,40 +0,0 @@ -/* Reset macros used within TRACE_EVENT to "nothing" */ - -#undef __field -#define __field(_type, _item) - -#undef __field_ext -#define __field_ext(_type, _item, _filter_type) - -#undef __array -#define __array(_type, _item, _length) - -#undef __dynamic_array -#define __dynamic_array(_type, _item, _length) - -#undef __dynamic_array -#define __dynamic_array_len(_type, _item, _length) - -#undef __string -#define __string(_item, _src) - -#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 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)