tests: Build all integer declarations
[lttng-ust.git] / tests / hello / tp.h
index 7fa16e904c835ac5145d4e8d4aed459e7786bb6a..b6b3ff234f2a2fb2f1d542ed93f2b99e06861662 100644 (file)
@@ -29,6 +29,9 @@ TRACEPOINT_EVENT(ust_tests_hello_tptest,
                        TP_ARGS(anint),
                        TP_FIELDS(
                                ctf_integer(int, intfield, anint)
+                               ctf_integer_hex(int, intfield, anint)
+                               ctf_integer_network(int, intfield, anint)
+                               ctf_integer_network_hex(int, intfield, anint)
                        ))
 
 TRACEPOINT_EVENT_NOARGS(ust_tests_hello_tptest_sighandler,
This page took 0.023471 seconds and 4 git commands to generate.