X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracef.h;h=1bbf33a3aea8d8b17a2b5b7b0528eddc06a3696c;hb=1d188af9688feee0ec4e34038113a0edccddd4ea;hp=393a5e0e885febea9b45c695aace560d86df53f5;hpb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracef.h b/include/lttng/tp/lttng-ust-tracef.h index 393a5e0e..1bbf33a3 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) + lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) ctf_unused(ip) ) ) -TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, TRACE_DEBUG) +LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)