X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ftp%2Flttng-ust-tracelog.h;h=1a85be3017f14287647a4c733319bf7bf1ceff7a;hb=cadfcbfcd89795086bfeb49af84dadc35154c754;hp=95564707aa37db14da0ec721426034cefa3b0990;hpb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;p=lttng-ust.git diff --git a/include/lttng/tp/lttng-ust-tracelog.h b/include/lttng/tp/lttng-ust-tracelog.h index 95564707..1a85be30 100644 --- a/include/lttng/tp/lttng-ust-tracelog.h +++ b/include/lttng/tp/lttng-ust-tracelog.h @@ -8,7 +8,7 @@ #include TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, - TP_ARGS(const char *, file, int, line, const char *, func, + LTTNG_UST_TP_ARGS(const char *, file, int, line, const char *, func, const char *, msg, unsigned int, len, void *, ip), TP_FIELDS( ctf_integer(int, line, line) @@ -21,7 +21,7 @@ TRACEPOINT_EVENT_CLASS(lttng_ust_tracelog, tlclass, #define TP_TRACELOG_TEMPLATE(_level_enum) \ TRACEPOINT_EVENT_INSTANCE(lttng_ust_tracelog, tlclass, _level_enum, \ - TP_ARGS(const char *, file, int, line, const char *, func, \ + LTTNG_UST_TP_ARGS(const char *, file, int, line, const char *, func, \ const char *, msg, unsigned int, len, void *, ip) \ ) \ TRACEPOINT_LOGLEVEL(lttng_ust_tracelog, _level_enum, _level_enum)