X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=673c9abc35df4cc50d3250a413192c7cc433a0ae;hb=5b675300cd432c3dff378ac5b78eb6b56d4294e6;hp=c8ae05982d4f8285e66ce8c5f26c493386196248;hpb=b4064f282fc27c80f17166b1439442d6ddd118b2;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index c8ae0598..673c9abc 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -12,15 +12,16 @@ 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) - ctf_sequence_text(char, msg, msg, unsigned int, len) - ctf_unused(ip) + lttng_ust_field_string(file, file) + lttng_ust_field_string(func, func) + lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len) + lttng_ust_field_unused(ip) ) ) #define LTTNG_UST_TP_TRACELOG_TEMPLATE(_level_enum) \ - LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_tracelog, tlclass, _level_enum, \ + LTTNG_UST_TRACEPOINT_EVENT_INSTANCE(lttng_ust_tracelog, tlclass, \ + lttng_ust_tracelog, _level_enum, \ LTTNG_UST_TP_ARGS(const char *, file, int, line, const char *, func, \ const char *, msg, unsigned int, len, void *, ip) \ ) \