From: Mathieu Desnoyers Date: Wed, 10 Aug 2011 15:13:57 +0000 (-0400) Subject: tests: Build all integer declarations X-Git-Tag: v1.9.1~307 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b0a710d613bda01c50608586210fef14a3571679;p=lttng-ust.git tests: Build all integer declarations Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/hello/tp.h b/tests/hello/tp.h index 7fa16e90..b6b3ff23 100644 --- a/tests/hello/tp.h +++ b/tests/hello/tp.h @@ -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,