X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=5a4089d9dab505d33f37f14a61ffca5408701cc2;hb=a33c99273818348fe61ba5bbd08fa61382eab22b;hp=1ac6f76c5d496377c3338c9bbc93baad670b2561;hpb=c099397a53087b8c616a7feaef0c26d939b9662f;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index 1ac6f76c..5a4089d9 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -1,3 +1,11 @@ +/* + * lttng-events-reset.h + * + * Copyright (C) 2010-2011 Mathieu Desnoyers + * + * Dual LGPL v2.1/GPL v2 license. + */ + /* Reset macros used within TRACE_EVENT to "nothing" */ #undef __field @@ -71,3 +79,6 @@ #undef DEFINE_EVENT #define DEFINE_EVENT(_template, _name, _proto, _args) + +#undef TRACE_EVENT_FLAGS +#define TRACE_EVENT_FLAGS(name, value)