Tracepoint API namespacing '__tracepoint_'
[lttng-ust.git] / src / lib / lttng-ust / tracef.c
index 3c4ce490511fa3630bb114e6b60d04c193a803be..e48ef802c1cdbddc41aa9e49435e9e1b2d7f64fe 100644 (file)
@@ -24,7 +24,7 @@ void __lttng_ust_vtracef(const char *fmt, va_list ap)
        /* len does not include the final \0 */
        if (len < 0)
                goto end;
-       __tracepoint_cb_lttng_ust_tracef___event(msg, len,
+       lttng_ust_tracepoint_cb_lttng_ust_tracef___event(msg, len,
                LTTNG_UST_CALLER_IP());
        free(msg);
 end:
This page took 0.027438 seconds and 4 git commands to generate.