Fix: fetch caller address from tracef()
[lttng-ust.git] / include / lttng / lttng-ust-tracef.h
index 1910447f141559b607f86cd5620f749732cf8f3c..3095b3db3861f6424fa32a32b218fbf1389d5e40 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdarg.h>
 
 TRACEPOINT_EVENT(lttng_ust_tracef, event,
-       TP_ARGS(const char *, msg, unsigned int, len),
+       TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
        TP_FIELDS(
                ctf_sequence_text(char, msg, msg, unsigned int, len)
        )
This page took 0.02512 seconds and 4 git commands to generate.