tests: Add a long field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2011 03:28:00 +0000 (23:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2011 03:28:00 +0000 (23:28 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/hello/ust_tests_hello.h

index 9d78b5dacf42430109a5bdb62f88817478e3a7aa..34d7b90155b7f3ee82bea71e91771a6bea743404 100644 (file)
@@ -37,6 +37,7 @@ TRACEPOINT_EVENT(ust_tests_hello_tptest,
        TP_FIELDS(
                ctf_integer(int, intfield, anint)
                ctf_integer_hex(int, intfield2, anint)
+               ctf_integer(long, longfield, anint)
                ctf_integer_network(int, intfield3, anint)
                ctf_integer_network_hex(int, intfield4, anint)
                ctf_array(long, arrfield1, values, 3)
This page took 0.024771 seconds and 4 git commands to generate.