Rename Python agent tracepoint to "event"
[lttng-ust.git] / liblttng-ust-python-agent / lttng_ust_python.h
index 8ac7604fac55cfe55a74b3a80f53533b8cd7d49f..5554c598a1cbab62911e69cf801460062284cd6b 100644 (file)
@@ -24,7 +24,7 @@
 #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,
This page took 0.022996 seconds and 4 git commands to generate.