Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile.h
index 63b2ac3ce5b5f422151daa5a276c27ae7ef62546..0df21538c7952fefa80bed3d1f24eda2b2218c77 100644 (file)
@@ -16,9 +16,9 @@ extern "C" {
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class,
+LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class,
        LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_integer_hex(unsigned long, addr,
                        (unsigned long) func_addr)
                ctf_integer_hex(unsigned long, call_site,
@@ -26,7 +26,7 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_cyg_profile, func_class,
        )
 )
 
-TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class,
+LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class,
        func_entry,
        LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site)
 )
@@ -34,7 +34,7 @@ TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class,
 TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile, func_entry,
        TRACE_DEBUG_FUNCTION)
 
-TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class,
+LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_cyg_profile, func_class,
        func_exit,
        LTTNG_UST_TP_ARGS(void *, func_addr, void *, call_site)
 )
This page took 0.023677 seconds and 4 git commands to generate.