tracepoint: namespace systemtap UST macros with LTTNG_UST_ prefix
[lttng-ust.git] / include / lttng / tracef.h
index 1b455063915863f645fcc6e6d2d479fb03a60856..6890027d976c407b5cd86e9180be2665ae67c25c 100644 (file)
@@ -23,7 +23,7 @@ void _lttng_ust_vtracef(const char *fmt, va_list ap)
 
 #define tracef(fmt, ...)                                               \
        do {                                                            \
-               LTTNG_STAP_PROBEV(tracepoint_lttng_ust_tracef, event, ## __VA_ARGS__); \
+               LTTNG_UST_STAP_PROBEV(tracepoint_lttng_ust_tracef, event, ## __VA_ARGS__); \
                if (caa_unlikely(__tracepoint_lttng_ust_tracef___event.state)) \
                        _lttng_ust_tracef(fmt, ## __VA_ARGS__);         \
        } while (0)
This page took 0.023316 seconds and 4 git commands to generate.