Fix: Don't (re)define STAP_PROBEV
[deliverable/lttng-ust.git] / include / lttng / tracelog.h
index 5f14f70d458b093c18ca294b2c43e79cf6e1c4c5..4309d12e981eb524077677dd9f55c35154c37dc4 100644 (file)
@@ -53,7 +53,7 @@ TP_TRACELOG_CB_TEMPLATE(TRACE_DEBUG);
 
 #define tracelog(level, fmt, ...)                                      \
        do {                                                            \
-               STAP_PROBEV(tracepoint_lttng_ust_tracelog, level, ## __VA_ARGS__); \
+               LTTNG_STAP_PROBEV(tracepoint_lttng_ust_tracelog, level, ## __VA_ARGS__); \
                if (caa_unlikely(__tracepoint_lttng_ust_tracelog___##level.state)) \
                        _lttng_ust_tracelog_##level(__FILE__, __LINE__, __func__, \
                                fmt, ## __VA_ARGS__); \
This page took 0.023613 seconds and 5 git commands to generate.