X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Flttng-test.h;h=78e4c57d670bd41836880ab5c7ac4d1f707511a6;hb=43803cf2bdfe205fe0e426f7e93507d722ba1feb;hp=5b6f3371d68346643a8864252e23313882f9a27c;hpb=16690f835029eab8fa1e1185aeca86264653627c;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/lttng-test.h b/instrumentation/events/lttng-module/lttng-test.h index 5b6f3371..78e4c57d 100644 --- a/instrumentation/events/lttng-module/lttng-test.h +++ b/instrumentation/events/lttng-module/lttng-test.h @@ -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) ) )