Add __field_hex
[lttng-modules.git] / probes / lttng-events.h
index f86bd39d517b87cfcdea38d7cf443b4fbf8e7096..1d2def4c8f161888dd9503cccfe0ca621f13ec2e 100644 (file)
@@ -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)
This page took 0.023518 seconds and 4 git commands to generate.