Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index 95fb60db91cd769ff9769252b265b8474bca2954..393a5e0e885febea9b45c695aace560d86df53f5 100644 (file)
@@ -7,9 +7,9 @@
 #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),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_sequence_text(char, msg, msg, unsigned int, len)
                ctf_unused(ip)
        )
This page took 0.037066 seconds and 4 git commands to generate.