X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-python-agent%2Flttng_ust_python.h;h=c9bfdd0ceb4b967587d1594ef9cf35f17ebb46ee;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=677ad94a01c2777b2c13b94a92c00b446bbce8ee;hpb=251c9f75028bda8453a048978ec221b70a652153;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..c9bfdd0c 100644 --- a/src/lib/lttng-ust-python-agent/lttng_ust_python.h +++ b/src/lib/lttng-ust-python-agent/lttng_ust_python.h @@ -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) ) )