X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello%2Ftp.c;h=05cd7a2d703997a9ea65260527d73e806ed7ed8b;hp=4eb7a27463e36b89e63a1ba1a9eea71ff8b25087;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hpb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e diff --git a/tests/hello/tp.c b/tests/hello/tp.c index 4eb7a27..05cd7a2 100644 --- a/tests/hello/tp.c +++ b/tests/hello/tp.c @@ -27,7 +27,7 @@ struct hello_trace_struct hello_struct = { .message = "ehlo\n", }; -DEFINE_TRACE(hello_tptest); +DEFINE_TRACEPOINT(hello_tptest); void tptest_probe(void *data, int anint) {