X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Ftp.h;h=833cb40c85fe9a98d3b0341e15627f0e30c25027;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hp=73819514d3e266512177bc09aa531228a074ff36;hpb=ad5c7b826145e951950bd1afa6fce17ea193bb48;p=ust.git diff --git a/tests/hello/tp.h b/tests/hello/tp.h index 7381951..833cb40 100644 --- a/tests/hello/tp.h +++ b/tests/hello/tp.h @@ -17,8 +17,8 @@ #include -DECLARE_TRACE(hello_tptest, - TP_PROTO(int anint), - TP_ARGS(anint)); +DECLARE_TRACEPOINT(hello_tptest, + TP_PROTO(int anint), + TP_ARGS(anint)); -DECLARE_TRACE_NOARGS(hello_tptest2); +DECLARE_TRACEPOINT_NOARGS(hello_tptest2);