X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;fp=probes%2Flttng-events-reset.h;h=085b61cd769069cfba657318d9ab5dda26b57e25;hb=3bc29f0a41b3c803245b845db2e1909042e72e9c;hp=be400fa16a0efa3778215c7a6fdbf84461900ccb;hpb=7ca580f8aca4f8c2b9e0066ad52ebfc226b3d645;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index be400fa1..085b61cd 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -89,17 +89,14 @@ #undef TP_printk #define TP_printk(args...) -#undef LTTNG_DECLARE_EVENT_CLASS -#define LTTNG_DECLARE_EVENT_CLASS(_name, _proto, _args, _locvar, _code, _tstruct, _assign, _print) +#undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE(_name, _proto, _args, _locvar, _code, _tstruct, _assign, _print) -#undef LTTNG_DECLARE_EVENT_CLASS_NOARGS -#define LTTNG_DECLARE_EVENT_CLASS_NOARGS(_name, _locvar, _code, _tstruct, _assign, _print) +#undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS(_name, _locvar, _code, _tstruct, _assign, _print) -#undef DEFINE_EVENT_MAP -#define DEFINE_EVENT_MAP(_template, _name, _map, _proto, _args) +#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP +#define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(_template, _name, _map, _proto, _args) -#undef DEFINE_EVENT_MAP_NOARGS -#define DEFINE_EVENT_MAP_NOARGS(_template, _name, _map) - -#undef TRACE_EVENT_FLAGS -#define TRACE_EVENT_FLAGS(name, value) +#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS +#define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS(_template, _name, _map)