Add sequence and string support
[lttng-modules.git] / probes / lttng-type-list.h
index 38041b12262645f6c19dd6e9e7b5a7032870dec8..4782caf2483e65f60b9280ecea47455ecf038562 100644 (file)
@@ -55,7 +55,13 @@ TRACE_EVENT_ENUM(hrtimer_mode,
         V(HRTIMER_MODE_PINNED),
         V(HRTIMER_MODE_ABS_PINNED),
         V(HRTIMER_MODE_REL_PINNED),
-       R(HRTIMER_MODE_UNDEFINED, 0x04, 0x100), /* Example (to remove) */
+       R(HRTIMER_MODE_UNDEFINED, 0x04, 0x20),  /* Example (to remove) */
 )
 
 TRACE_EVENT_TYPE(hrtimer_mode, enum, unsigned char)
+
+/* Tests */
+
+TRACE_EVENT_TYPE(__be32, integer_ext, __BIG_ENDIAN)
+TRACE_EVENT_TYPE(testseq, sequence, unsigned int, size_t)
+TRACE_EVENT_TYPE(teststring, string, UTF8)
This page took 0.024293 seconds and 4 git commands to generate.