Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index 785f21321cb8e2c6aa44df4cfda9adbb130518d8..95fb60db91cd769ff9769252b265b8474bca2954 100644 (file)
@@ -8,9 +8,10 @@
 #include <stdarg.h>
 
 TRACEPOINT_EVENT(lttng_ust_tracef, event,
-       TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
+       LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
        TP_FIELDS(
                ctf_sequence_text(char, msg, msg, unsigned int, len)
+               ctf_unused(ip)
        )
 )
 TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, TRACE_DEBUG)
This page took 0.023282 seconds and 4 git commands to generate.