X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=085b61cd769069cfba657318d9ab5dda26b57e25;hb=3bc29f0a41b3c803245b845db2e1909042e72e9c;hp=b601e8d8d971ba2165909c429e9eae63f92e00b8;hpb=84da520620463b0168a5ecc750adc5332d857c9c;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index b601e8d8..085b61cd 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,17 +89,14 @@ #undef TP_printk #define TP_printk(args...) -#undef DECLARE_EVENT_CLASS -#define DECLARE_EVENT_CLASS(_name, _proto, _args, _tstruct, _assign, _print) - -#undef DECLARE_EVENT_CLASS_NOARGS -#define DECLARE_EVENT_CLASS_NOARGS(_name, _tstruct, _assign, _print) +#undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE(_name, _proto, _args, _locvar, _code, _tstruct, _assign, _print) -#undef DEFINE_EVENT_MAP -#define DEFINE_EVENT_MAP(_template, _name, _map, _proto, _args) +#undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS(_name, _locvar, _code, _tstruct, _assign, _print) -#undef DEFINE_EVENT_MAP_NOARGS -#define DEFINE_EVENT_MAP_NOARGS(_template, _name, _map) +#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP +#define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(_template, _name, _map, _proto, _args) -#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)