X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fust_trace.h;h=d70ad17833b567a4124c2e11bf78b9e3aa9c0dc3;hb=b979b3468dc6a9329288f53ce568815617780d9c;hp=21c941a641cb02426ef6616c6bf7135902aaa562;hpb=cc7b66ba103c213a84159c2128cd4096507bdd2b;p=ust.git diff --git a/include/ust/ust_trace.h b/include/ust/ust_trace.h index 21c941a..d70ad17 100644 --- a/include/ust/ust_trace.h +++ b/include/ust/ust_trace.h @@ -32,12 +32,12 @@ #undef TRACE_EVENT #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ DECLARE_TRACE_EVENT_CLASS(name, \ - PARAMS(proto), \ - PARAMS(args), \ - PARAMS(tstruct), \ - PARAMS(assign), \ - PARAMS(print)); \ - DEFINE_TRACE_EVENT(name, name, PARAMS(proto), PARAMS(args)); + TP_PARAMS(proto), \ + TP_PARAMS(args), \ + TP_PARAMS(tstruct), \ + TP_PARAMS(assign), \ + TP_PARAMS(print)); \ + DEFINE_TRACE_EVENT(name, name, TP_PARAMS(proto), TP_PARAMS(args)); #undef __field #define __field(type, item) type item;