Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile-fast.h
index 39ce675ec2562a091f0aedda6059bf83794d0466..81b67714a30c55890f2b8bdc1362220038db43d2 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry,
+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,
@@ -27,7 +27,7 @@ TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_entry,
 TRACEPOINT_LOGLEVEL(lttng_ust_cyg_profile_fast, func_entry,
        TRACE_DEBUG_FUNCTION)
 
-TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_exit,
+LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_cyg_profile_fast, func_exit,
        LTTNG_UST_TP_ARGS(void *, func_addr),
        LTTNG_UST_TP_FIELDS(
                ctf_unused(func_addr)
This page took 0.026316 seconds and 4 git commands to generate.