Rename Python agent tracepoint to "event"
[lttng-ust.git] / liblttng-ust-python-agent / lttng_ust_python.c
index d10daf1411b302644946b3a65b4d1b3a8fc8a9a9..be534c62626ca5dc7eeb8beb554c77b4e189ac2b 100644 (file)
@@ -27,6 +27,6 @@ void py_tracepoint(const char *asctime, const char *msg,
                const char *logger_name, const char *funcName, unsigned int lineno,
                unsigned int int_loglevel, unsigned int thread, const char *threadName)
 {
-       tracepoint(lttng_python, user_event, asctime, msg, logger_name, funcName,
+       tracepoint(lttng_python, event, asctime, msg, logger_name, funcName,
                        lineno, int_loglevel, thread, threadName);
 }
This page took 0.023104 seconds and 4 git commands to generate.