Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index b99f53155219723cc35c5ab08a6d6e293480b708..393a5e0e885febea9b45c695aace560d86df53f5 100644 (file)
@@ -7,7 +7,7 @@
 #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)
This page took 0.022349 seconds and 4 git commands to generate.