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);
}
#include <lttng/tracepoint.h>
#include <stdbool.h>
-TRACEPOINT_EVENT(lttng_python, user_event,
+TRACEPOINT_EVENT(lttng_python, event,
TP_ARGS(
const char *, asctime,
const char *, msg,