X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracef.h;h=5bce593e38982093e527c1ef2db80a07dc25b1e2;hb=7075c5a2f8f4f90a018d7d1ea8c6dadda609495d;hp=95fb60db91cd769ff9769252b265b8474bca2954;hpb=cadfcbfcd89795086bfeb49af84dadc35154c754;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracef.h b/include/lttng/tp/lttng-ust-tracef.h index 95fb60db..5bce593e 100644 --- a/include/lttng/tp/lttng-ust-tracef.h +++ b/include/lttng/tp/lttng-ust-tracef.h @@ -7,11 +7,11 @@ #include #include -TRACEPOINT_EVENT(lttng_ust_tracef, event, +LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_tracef, event, LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip), - TP_FIELDS( - ctf_sequence_text(char, msg, msg, unsigned int, len) - ctf_unused(ip) + LTTNG_UST_TP_FIELDS( + lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) + lttng_ust_field_unused(ip) ) ) -TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, TRACE_DEBUG) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)