X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-python-agent%2Flttng_ust_python.h;h=aa77bd1a404e983cd387e57b1e698ba0a2831590;hb=HEAD;hp=677ad94a01c2777b2c13b94a92c00b446bbce8ee;hpb=5b393d6424d959e2efbb800b0c8a61b81bf9968e;p=lttng-ust.git diff --git a/src/lib/lttng-ust-python-agent/lttng_ust_python.h b/src/lib/lttng-ust-python-agent/lttng_ust_python.h index 677ad94a..aa77bd1a 100644 --- a/src/lib/lttng-ust-python-agent/lttng_ust_python.h +++ b/src/lib/lttng-ust-python-agent/lttng_ust_python.h @@ -25,14 +25,14 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_python, event, const char *, threadName ), LTTNG_UST_TP_FIELDS( - ctf_string(asctime, asctime) - 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) - ctf_string(threadName, threadName) + lttng_ust_field_string(asctime, asctime) + lttng_ust_field_string(msg, msg) + lttng_ust_field_string(logger_name, logger_name) + lttng_ust_field_string(funcName, funcName) + 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) + lttng_ust_field_string(threadName, threadName) ) )