X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=be400fa16a0efa3778215c7a6fdbf84461900ccb;hb=7ca580f8aca4f8c2b9e0066ad52ebfc226b3d645;hp=b601e8d8d971ba2165909c429e9eae63f92e00b8;hpb=af44bd3ac6ba40a39b18bb6210627d49328e337b;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index b601e8d8..be400fa1 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -65,6 +65,12 @@ #undef TP_ARGS #define TP_ARGS(args...) +#undef TP_locvar +#define TP_locvar(...) + +#undef TP_code +#define TP_code(...) + #undef TP_STRUCT__entry #define TP_STRUCT__entry(args...) @@ -83,11 +89,11 @@ #undef TP_printk #define TP_printk(args...) -#undef DECLARE_EVENT_CLASS -#define DECLARE_EVENT_CLASS(_name, _proto, _args, _tstruct, _assign, _print) +#undef LTTNG_DECLARE_EVENT_CLASS +#define LTTNG_DECLARE_EVENT_CLASS(_name, _proto, _args, _locvar, _code, _tstruct, _assign, _print) -#undef DECLARE_EVENT_CLASS_NOARGS -#define DECLARE_EVENT_CLASS_NOARGS(_name, _tstruct, _assign, _print) +#undef LTTNG_DECLARE_EVENT_CLASS_NOARGS +#define LTTNG_DECLARE_EVENT_CLASS_NOARGS(_name, _locvar, _code, _tstruct, _assign, _print) #undef DEFINE_EVENT_MAP #define DEFINE_EVENT_MAP(_template, _name, _map, _proto, _args)