tests: Build all integer declarations
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Aug 2011 15:13:57 +0000 (11:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Aug 2011 15:13:57 +0000 (11:13 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025333 seconds and 4 git commands to generate.