Tracepoint API namespacing ctf_integer
[lttng-ust.git] / tests / compile / ctf-types / ust_tests_ctf_types.h
index 3721045c2a542ade3aa9565e9825ea5d96d73fb7..a0fb0b340c097b4cfd7c8358f8b262c399b0335d 100644 (file)
@@ -36,7 +36,7 @@ LTTNG_UST_TRACEPOINT_ENUM(ust_tests_ctf_types, testenum2,
 LTTNG_UST_TRACEPOINT_EVENT(ust_tests_ctf_types, tptest,
        LTTNG_UST_TP_ARGS(int, anint, int, enumval, int, enumval2),
        LTTNG_UST_TP_FIELDS(
-               ctf_integer(int, intfield, anint)
+               lttng_ust_field_integer(int, intfield, anint)
                ctf_enum(ust_tests_ctf_types, testenum, int, enumfield, enumval)
                ctf_enum(ust_tests_ctf_types, testenum, long long,
                                enumfield_bis, enumval)
@@ -52,7 +52,7 @@ LTTNG_UST_TRACEPOINT_EVENT(ust_tests_ctf_types, tptest,
 LTTNG_UST_TRACEPOINT_EVENT(ust_tests_ctf_types, tptest_bis,
        LTTNG_UST_TP_ARGS(int, anint, int, enumval),
        LTTNG_UST_TP_FIELDS(
-               ctf_integer(int, intfield, anint)
+               lttng_ust_field_integer(int, intfield, anint)
                ctf_enum(ust_tests_ctf_types, testenum, unsigned char,
                        enumfield, enumval)
        )
This page took 0.022666 seconds and 4 git commands to generate.