X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events-reset.h;h=a13d1cccd1a3e41518ff28dedaf7a69ced42d981;hb=c08fa736f5e9d57bf93d217fa69745cb7e98a2d5;hp=a3bef9e2a5bbb2374f1261142c731531b48e5795;hpb=141ddf2856b853516b4170ef8104afe85e6efe68;p=lttng-modules.git diff --git a/probes/lttng-events-reset.h b/probes/lttng-events-reset.h index a3bef9e2..a13d1ccc 100644 --- a/probes/lttng-events-reset.h +++ b/probes/lttng-events-reset.h @@ -1,21 +1,8 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * lttng-events-reset.h * * Copyright (C) 2010-2012 Mathieu Desnoyers - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; only - * version 2.1 of the License. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* Reset macros used within LTTNG_TRACEPOINT_EVENT to "nothing" */ @@ -71,7 +58,7 @@ #undef _ctf_array_encoded #define _ctf_array_encoded(_type, _item, _src, _length, _encoding, \ - _user, _nowrite) + _byte_order, _base, _user, _nowrite) #undef _ctf_array_bitfield #define _ctf_array_bitfield(_type, _item, _src, _length, _user, _nowrite) @@ -112,6 +99,15 @@ #undef ctf_array #define ctf_array(_type, _item, _src, _length) +#undef ctf_array_hex +#define ctf_array_hex(_type, _item, _src, _length) + +#undef ctf_array_network +#define ctf_array_network(_type, _item, _src, _length) + +#undef ctf_array_network_hex +#define ctf_array_network_hex(_type, _item, _src, _length) + #undef ctf_array_text #define ctf_array_text(_type, _item, _src, _length) @@ -127,6 +123,9 @@ #undef ctf_sequence_network #define ctf_sequence_network(_type, _item, _src, _length_type, _src_length) +#undef ctf_sequence_network_hex +#define ctf_sequence_network_hex(_type, _item, _src, _length_type, _src_length) + #undef ctf_sequence_text #define ctf_sequence_text(_type, _item, _src, _length_type, _src_length) @@ -161,6 +160,9 @@ #undef ctf_array_nowrite #define ctf_array_nowrite(_type, _item, _src, _length) +#undef ctf_array_network_nowrite +#define ctf_array_network_nowrite(_type, _item, _src, _length) + #undef ctf_array_text_nowrite #define ctf_array_text_nowrite(_type, _item, _src, _length) @@ -170,6 +172,9 @@ #undef ctf_sequence_nowrite #define ctf_sequence_nowrite(_type, _item, _src, _length_type, _src_length) +#undef ctf_sequence_network_nowrite +#define ctf_sequence_network_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) @@ -201,6 +206,15 @@ #undef ctf_user_array #define ctf_user_array(_type, _item, _user_src, _length) +#undef ctf_user_array_hex +#define ctf_user_array_hex(_type, _item, _user_src, _length) + +#undef ctf_user_array_network +#define ctf_user_array_network(_type, _item, _user_src, _length) + +#undef ctf_user_array_network_hex +#define ctf_user_array_network_hex(_type, _item, _user_src, _length) + #undef ctf_user_array_text #define ctf_user_array_text(_type, _item, _user_src, _length) @@ -210,6 +224,15 @@ #undef ctf_user_sequence #define ctf_user_sequence(_type, _item, _user_src, _length_type, _user_src_length) +#undef ctf_user_sequence_hex +#define ctf_user_sequence_hex(_type, _item, _user_src, _length_type, _user_src_length) + +#undef ctf_user_sequence_network +#define ctf_user_sequence_network(_type, _item, _user_src, _length_type, _user_src_length) + +#undef ctf_user_sequence_network_hex +#define ctf_user_sequence_network_hex(_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) @@ -232,6 +255,9 @@ #undef ctf_user_array_nowrite #define ctf_user_array_nowrite(_type, _item, _user_src, _length) +#undef ctf_user_array_network_nowrite +#define ctf_user_array_network_nowrite(_type, _item, _user_src, _length) + #undef ctf_user_array_text_nowrite #define ctf_user_array_text_nowrite(_type, _item, _user_src, _length) @@ -241,6 +267,9 @@ #undef ctf_user_sequence_nowrite #define ctf_user_sequence_nowrite(_type, _item, _user_src, _length_type, _user_src_length) +#undef ctf_user_sequence_network_nowrite +#define ctf_user_sequence_network_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)