Add 'ctf_unused' tracepoint field type
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
index 785f21321cb8e2c6aa44df4cfda9adbb130518d8..4feeb6940712ad5d2b97023fc11a4d1b2bf19c83 100644 (file)
@@ -11,6 +11,7 @@ TRACEPOINT_EVENT(lttng_ust_tracef, event,
        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.029791 seconds and 4 git commands to generate.