Remove unused tp_list_for_each_entry_rcu
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracelog.h
index 6cae9a74c88a37d2cd579898336734268894885c..5e8d9f0d78e92c3166d10b1019d7cb427bde2f70 100644 (file)
@@ -12,10 +12,10 @@ LTTNG_UST_TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass,
                const char *, msg, unsigned int, len, void *, ip),
        LTTNG_UST_TP_FIELDS(
                lttng_ust_field_integer(int, line, line)
-               ctf_string(file, file)
-               ctf_string(func, func)
+               lttng_ust_field_string(file, file)
+               lttng_ust_field_string(func, func)
                lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len)
-               ctf_unused(ip)
+               lttng_ust_field_unused(ip)
        )
 )
 
This page took 0.027196 seconds and 4 git commands to generate.