X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregister_test%2Ftp.h;h=ee5fd0221c3ab78e1b8ef450561f94aeac834c68;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hp=f34f305410e082668a2fc42981c2509e90469f21;hpb=a5f09c2c8efcc5fc047178bef0acb73552cdf390;p=ust.git diff --git a/tests/register_test/tp.h b/tests/register_test/tp.h index f34f305..ee5fd02 100644 --- a/tests/register_test/tp.h +++ b/tests/register_test/tp.h @@ -17,6 +17,6 @@ #include -DECLARE_TRACE(hello_tptest, - TP_PROTO(int anint), - TP_ARGS(anint)); +DECLARE_TRACEPOINT(hello_tptest, + TP_PROTO(int anint), + TP_ARGS(anint));