X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-events.h;h=1d2def4c8f161888dd9503cccfe0ca621f13ec2e;hb=6fb8de4b6c1e8dcc69ff6f67310c5cf29718101a;hp=f86bd39d517b87cfcdea38d7cf443b4fbf8e7096;hpb=177b36924b27f47d604bcdd8e363bb401286fbb7;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index f86bd39d..1d2def4c 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -111,6 +111,10 @@ void trace_##_name(void *__data); #define __field_ext(_type, _item, _filter_type) \ __field(_type, _item) +#undef __field_hex +#define __field_hex(_type, _item) \ + __field_full(_type, _item, __BYTE_ORDER, 16) + #undef __field_network #define __field_network(_type, _item) \ __field_full(_type, _item, __BIG_ENDIAN, 10)