Tracepoint API namespacing ctf_sequence
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index b99f53155219723cc35c5ab08a6d6e293480b708..1bbf33a3aea8d8b17a2b5b7b0528eddc06a3696c 100644 (file)
@@ -7,11 +7,11 @@
 #include <lttng/tracepoint.h>
 #include <stdarg.h>
 
-TRACEPOINT_EVENT(lttng_ust_tracef, event,
+LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_tracef, event,
        LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
        LTTNG_UST_TP_FIELDS(
-               ctf_sequence_text(char, msg, msg, unsigned int, len)
+               lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len)
                ctf_unused(ip)
        )
 )
-TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, TRACE_DEBUG)
+LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)
This page took 0.024208 seconds and 4 git commands to generate.