Implement array and sequence bitfields
[lttng-modules.git] / instrumentation / events / lttng-module / lttng-test.h
index 5b6f3371d68346643a8864252e23313882f9a27c..78e4c57d670bd41836880ab5c7ac4d1f707511a6 100644 (file)
@@ -25,6 +25,8 @@ LTTNG_TRACEPOINT_EVENT(lttng_test_filter_event,
                ctf_sequence_text(char, seqfield2, text, size_t, textlen)
                ctf_string(stringfield, text)
                ctf_string(stringfield2, etext)
+               ctf_sequence_bitfield(long, bitfield_seq, values, uint8_t, 3)
+               ctf_array_bitfield(long, bitfield_array, values, 3)
        )
 )
 
This page took 0.023024 seconds and 4 git commands to generate.