X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=8262d83eb238572e3b30f593c87cac933f676b4c;hb=f8ecaf9416bf5c5105285e602f13069eceb1f34b;hp=bdd00cb6150fa33da716f3967a971a5502b090d7;hpb=57ede728166a5a18a8cd9e70cb51e09d948f84a4;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index bdd00cb6..8262d83e 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -21,10 +21,10 @@ /* Reset macros used within LTTNG_TRACEPOINT_EVENT to "nothing" */ #undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE -#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE(_name, _proto, _args, _locvar, _code, _fields) +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE(_name, _proto, _args, _locvar, _code_pre, _fields, _code_post) #undef LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS -#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS(_name, _locvar, _code, _fields) +#define LTTNG_TRACEPOINT_EVENT_CLASS_CODE_NOARGS(_name, _locvar, _code_pre, _fields, _code_post) #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(_template, _name, _map, _proto, _args) @@ -41,8 +41,11 @@ #undef TP_locvar #define TP_locvar(...) -#undef TP_code -#define TP_code(...) +#undef TP_code_pre +#define TP_code_pre(...) + +#undef TP_code_post +#define TP_code_post(...) #undef TP_FIELDS #define TP_FIELDS(args...) @@ -67,10 +70,17 @@ #define _ctf_array_encoded(_type, _item, _src, _length, _encoding, \ _user, _nowrite) +#undef _ctf_array_bitfield +#define _ctf_array_bitfield(_type, _item, _src, _length, _user, _nowrite) + #undef _ctf_sequence_encoded #define _ctf_sequence_encoded(_type, _item, _src, _length_type, \ _src_length, _encoding, _byte_order, _base, _user, _nowrite) +#undef _ctf_sequence_bitfield +#define _ctf_sequence_bitfield(_type, _item, _src, _length_type, \ + _src_length, _byte_order, _user, _nowrite) + #undef _ctf_string #define _ctf_string(_item, _src, _user, _nowrite) @@ -99,6 +109,9 @@ #undef ctf_array_text #define ctf_array_text(_type, _item, _src, _length) +#undef ctf_array_bitfield +#define ctf_array_bitfield(_type, _item, _src, _length) + #undef ctf_sequence #define ctf_sequence(_type, _item, _src, _length_type, _src_length) @@ -111,6 +124,9 @@ #undef ctf_sequence_text #define ctf_sequence_text(_type, _item, _src, _length_type, _src_length) +#undef ctf_sequence_bitfield +#define ctf_sequence_bitfield(_type, _item, _src, _length_type, _src_length) + #undef ctf_string #define ctf_string(_item, _src) @@ -127,12 +143,18 @@ #undef ctf_array_text_nowrite #define ctf_array_text_nowrite(_type, _item, _src, _length) +#undef ctf_array_bitfield_nowrite +#define ctf_array_bitfield_nowrite(_type, _item, _src, _length) + #undef ctf_sequence_nowrite #define ctf_sequence_nowrite(_type, _item, _src, _length_type, _src_length) #undef ctf_sequence_text_nowrite #define ctf_sequence_text_nowrite(_type, _item, _src, _length_type, _src_length) +#undef ctf_sequence_bitfield_nowrite +#define ctf_sequence_bitfield_nowrite(_type, _item, _src, _length_type, _src_length) + #undef ctf_string_nowrite #define ctf_string_nowrite(_item, _src) @@ -158,12 +180,18 @@ #undef ctf_user_array_text #define ctf_user_array_text(_type, _item, _user_src, _length) +#undef ctf_user_array_bitfield +#define ctf_user_array_bitfield(_type, _item, _src, _length) + #undef ctf_user_sequence #define ctf_user_sequence(_type, _item, _user_src, _length_type, _user_src_length) #undef ctf_user_sequence_text #define ctf_user_sequence_text(_type, _item, _user_src, _length_type, _user_src_length) +#undef ctf_user_sequence_bitfield +#define ctf_user_sequence_bitfield(_type, _item, _src, _length_type, _src_length) + #undef ctf_user_string #define ctf_user_string(_item, _user_src) @@ -180,11 +208,17 @@ #undef ctf_user_array_text_nowrite #define ctf_user_array_text_nowrite(_type, _item, _user_src, _length) +#undef ctf_user_array_bitfield_nowrite +#define ctf_user_array_bitfield_nowrite(_type, _item, _src, _length) + #undef ctf_user_sequence_nowrite #define ctf_user_sequence_nowrite(_type, _item, _user_src, _length_type, _user_src_length) #undef ctf_user_sequence_text_nowrite #define ctf_user_sequence_text_nowrite(_type, _item, _user_src, _length_type, _user_src_length) +#undef ctf_user_sequence_bitfield_nowrite +#define ctf_user_sequence_bitfield_nowrite(_type, _item, _src, _length_type, _src_length) + #undef ctf_user_string_nowrite #define ctf_user_string_nowrite(_item, _user_src)