X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events-nowrite.h;h=ea0655686d980720716661b874bbf16a7390a1cb;hb=b2e8ba42a765741d1365fe39e3ad6c26690137b9;hp=ff30759dd1e33802a744c8e1635836ab950c2a90;hpb=141ddf2856b853516b4170ef8104afe85e6efe68;p=lttng-modules.git diff --git a/probes/lttng-events-nowrite.h b/probes/lttng-events-nowrite.h index ff30759d..ea065568 100644 --- a/probes/lttng-events-nowrite.h +++ b/probes/lttng-events-nowrite.h @@ -1,21 +1,8 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * lttng-events-write.h * * Copyright (C) 2014 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 */ #undef ctf_integer_nowrite @@ -39,12 +26,19 @@ _ctf_integer_ext(_type, _item, _user_src, __BIG_ENDIAN, 16, 0, 1) #undef ctf_array_nowrite -#define ctf_array_nowrite(_type, _item, _user_src, _length) \ - _ctf_array_encoded(_type, _item, _user_src, _length, none, 0, 1) +#define ctf_array_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, none, __BYTE_ORDER, 10, 0, 1) + +#undef ctf_array_network_nowrite +#define ctf_array_network_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, none, __BIG_ENDIAN, 10, 0, 1) #undef ctf_array_text_nowrite -#define ctf_array_text_nowrite(_type, _item, _user_src, _length) \ - _ctf_array_encoded(_type, _item, _user_src, _length, UTF8, 0, 1) +#define ctf_array_text_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, UTF8, __BYTE_ORDER, 10, 0, 1) #undef ctf_array_bitfield_nowrite #define ctf_array_bitfield_nowrite(_type, _item, _src, _length) \ @@ -55,6 +49,11 @@ _ctf_sequence_encoded(_type, _item, _user_src, \ _length_type, _user_src_length, none, __BYTE_ORDER, 10, 0, 1) +#undef ctf_sequence_network_nowrite +#define ctf_sequence_network_nowrite(_type, _item, _user_src, _length_type, _user_src_length) \ + _ctf_sequence_encoded(_type, _item, _user_src, \ + _length_type, _user_src_length, none, __BIG_ENDIAN, 10, 0, 1) + #undef ctf_sequence_text_nowrite #define ctf_sequence_text_nowrite(_type, _item, _user_src, _length_type, _user_src_length) \ _ctf_sequence_encoded(_type, _item, _user_src, \ @@ -91,12 +90,19 @@ _ctf_integer_ext(_type, _item, _user_src, __BIG_ENDIAN, 16, 1, 1) #undef ctf_user_array_nowrite -#define ctf_user_array_nowrite(_type, _item, _user_src, _length) \ - _ctf_array_encoded(_type, _item, _user_src, _length, none, 1, 1) +#define ctf_user_array_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, none, __BYTE_ORDER, 10, 1, 1) + +#undef ctf_user_array_network_nowrite +#define ctf_user_array_network_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, none, __BIG_ENDIAN, 10, 1, 1) #undef ctf_user_array_text_nowrite -#define ctf_user_array_text_nowrite(_type, _item, _user_src, _length) \ - _ctf_array_encoded(_type, _item, _user_src, _length, UTF8, 1, 1) +#define ctf_user_array_text_nowrite(_type, _item, _src, _length) \ + _ctf_array_encoded(_type, _item, _src, \ + _length, UTF8, __BYTE_ORDER, 10, 1, 1) #undef ctf_user_array_bitfield_nowrite #define ctf_user_array_bitfield_nowrite(_type, _item, _src, _length) \ @@ -107,6 +113,11 @@ _ctf_sequence_encoded(_type, _item, _user_src, \ _length_type, _user_src_length, none, __BYTE_ORDER, 10, 1, 1) +#undef ctf_user_sequence_network_nowrite +#define ctf_user_sequence_network_nowrite(_type, _item, _user_src, _length_type, _user_src_length) \ + _ctf_sequence_encoded(_type, _item, _user_src, \ + _length_type, _user_src_length, none, __BIG_ENDIAN, 10, 1, 1) + #undef ctf_user_sequence_text_nowrite #define ctf_user_sequence_text_nowrite(_type, _item, _user_src, _length_type, _user_src_length) \ _ctf_sequence_encoded(_type, _item, _user_src, \