X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracef.h;h=5bce593e38982093e527c1ef2db80a07dc25b1e2;hb=ddde62caf455d5abd235c916c7db07214b161129;hp=1be1468c253d91729e6162631dbda5f39dc9c24b;hpb=612e9ce4e5cc3a1292522a563789f6aab6c421b1;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracef.h b/include/lttng/tp/lttng-ust-tracef.h index 1be1468c..5bce593e 100644 --- a/include/lttng/tp/lttng-ust-tracef.h +++ b/include/lttng/tp/lttng-ust-tracef.h @@ -10,8 +10,8 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_tracef, event, LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip), LTTNG_UST_TP_FIELDS( - ctf_sequence_text(char, msg, msg, unsigned int, len) - ctf_unused(ip) + lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) + lttng_ust_field_unused(ip) ) ) LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)