X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-python-agent%2Flttng_ust_python.c;h=be534c62626ca5dc7eeb8beb554c77b4e189ac2b;hb=51761fb97d8382b89632310967a9ec87536225d4;hp=d10daf1411b302644946b3a65b4d1b3a8fc8a9a9;hpb=01a00a70d0b9f325bee6e85d685d32054e73c768;p=lttng-ust.git diff --git a/liblttng-ust-python-agent/lttng_ust_python.c b/liblttng-ust-python-agent/lttng_ust_python.c index d10daf14..be534c62 100644 --- a/liblttng-ust-python-agent/lttng_ust_python.c +++ b/liblttng-ust-python-agent/lttng_ust_python.c @@ -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); }