Tracepoint API namespacing ctf_unused
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index 393a5e0e885febea9b45c695aace560d86df53f5..5bce593e38982093e527c1ef2db80a07dc25b1e2 100644 (file)
@@ -10,8 +10,8 @@
 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)
-               ctf_unused(ip)
+               lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len)
+               lttng_ust_field_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.027528 seconds and 4 git commands to generate.