Tracepoint API namespacing ctf_integer
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile-fast.h
index e5bbba69f419be20b972b7722b90f8e3e30c5f6f..417765650e7ef74621405eec2d2c367b2fd7271d 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry,
        LTTNG_UST_TP_ARGS(void *, func_addr),
        LTTNG_UST_TP_FIELDS(
-               ctf_integer_hex(unsigned long, addr,
+               lttng_ust_field_integer_hex(unsigned long, addr,
                        (unsigned long) func_addr)
        )
 )
This page took 0.02382 seconds and 4 git commands to generate.