Tracepoint API namespacing ctf_integer
[lttng-ust.git] / src / lib / lttng-ust-python-agent / lttng_ust_python.h
index 677ad94a01c2777b2c13b94a92c00b446bbce8ee..c9bfdd0ceb4b967587d1594ef9cf35f17ebb46ee 100644 (file)
@@ -29,9 +29,9 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_python, event,
                ctf_string(msg, msg)
                ctf_string(logger_name, logger_name)
                ctf_string(funcName, funcName)
-               ctf_integer(unsigned int, lineno, lineno)
-               ctf_integer(unsigned int, int_loglevel, int_loglevel)
-               ctf_integer(unsigned int, thread, thread)
+               lttng_ust_field_integer(unsigned int, lineno, lineno)
+               lttng_ust_field_integer(unsigned int, int_loglevel, int_loglevel)
+               lttng_ust_field_integer(unsigned int, thread, thread)
                ctf_string(threadName, threadName)
        )
 )
This page took 0.022623 seconds and 4 git commands to generate.