Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / src / lib / lttng-ust-python-agent / lttng_ust_python.h
index c1eae70be99931f5d72d6cf8669b856b9edd675c..dc8af4f867d6a3e9c7692437c7bdadf6a57079d1 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttng/tracepoint.h>
 #include <stdbool.h>
 
-TRACEPOINT_EVENT(lttng_python, event,
+LTTNG_UST_TRACEPOINT_EVENT(lttng_python, event,
        LTTNG_UST_TP_ARGS(
                const char *, asctime,
                const char *, msg,
@@ -24,7 +24,7 @@ TRACEPOINT_EVENT(lttng_python, event,
                int, thread,
                const char *, threadName
        ),
-       TP_FIELDS(
+       LTTNG_UST_TP_FIELDS(
                ctf_string(asctime, asctime)
                ctf_string(msg, msg)
                ctf_string(logger_name, logger_name)
This page took 0.023851 seconds and 4 git commands to generate.