X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=44e8ba59b2456d5b8a3e1c9d841ce3ef694ccd5b;hb=76e4f0175e477c9ad0368523e3c0dd2cbbfd3678;hp=7355e1839b68e378c05574ce90fe9d656af5f1c5;hpb=090db00e2306c6ed56d0cdbc1273dca7dbfd9172;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index 7355e183..44e8ba59 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -86,11 +86,11 @@ #undef DECLARE_EVENT_CLASS_NOARGS #define DECLARE_EVENT_CLASS_NOARGS(_name, _tstruct, _assign, _print) -#undef DEFINE_EVENT -#define DEFINE_EVENT(_template, _name, _proto, _args) +#undef DEFINE_EVENT_MAP +#define DEFINE_EVENT_MAP(_template, _name, _map, _proto, _args) -#undef DEFINE_EVENT_NOARGS -#define DEFINE_EVENT_NOARGS(_template, _name) +#undef DEFINE_EVENT_MAP_NOARGS +#define DEFINE_EVENT_MAP_NOARGS(_template, _name, _map) #undef TRACE_EVENT_FLAGS #define TRACE_EVENT_FLAGS(name, value)