Tracepoint API namespacing '__tracepoint_'
[lttng-ust.git] / src / lib / lttng-ust / tracelog.c
index 735d04a946baecfb9a8f8b7b1752af7d23a41672..28a3e1acd86cb1d219a9efdca2c64ce5caed5e48 100644 (file)
@@ -30,7 +30,7 @@
                /* len does not include the final \0 */ \
                if (len < 0) \
                        goto end; \
-               __tracepoint_cb_lttng_ust_tracelog___##level(file, \
+               lttng_ust_tracepoint_cb_lttng_ust_tracelog___##level(file, \
                        line, func, msg, len, \
                        LTTNG_UST_CALLER_IP()); \
                free(msg); \
This page took 0.022932 seconds and 4 git commands to generate.