From b0a710d613bda01c50608586210fef14a3571679 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Aug 2011 11:13:57 -0400 Subject: [PATCH] tests: Build all integer declarations Signed-off-by: Mathieu Desnoyers --- tests/hello/tp.h | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.34.1