Tracepoint API namespacing ctf_integer
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile.h
index c4e22e3cd47486153d3b575c4f06b664c085a6ce..8661163b79c45ae9a96e3a232c403c588e4e59a7 100644 (file)
@@ -19,9 +19,9 @@ extern "C" {
 LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class,
        LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site),
        LTTNG_UST_TP_FIELDS(
-               ctf_integer_hex(unsigned long, addr,
+               lttng_ust_field_integer_hex(unsigned long, addr,
                        (unsigned long) func_addr)
-               ctf_integer_hex(unsigned long, call_site,
+               lttng_ust_field_integer_hex(unsigned long, call_site,
                        (unsigned long) call_site)
        )
 )
This page took 0.022717 seconds and 4 git commands to generate.