X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2Ftracepoint_test.c;h=34cdb115dd32e8bfbe88927eab7263294d5fbe8c;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hp=78171b8f437d4754a0cb312add80263418dbd696;hpb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e;p=lttng-ust.git diff --git a/tests/tracepoint/tracepoint_test.c b/tests/tracepoint/tracepoint_test.c index 78171b8f..34cdb115 100644 --- a/tests/tracepoint/tracepoint_test.c +++ b/tests/tracepoint/tracepoint_test.c @@ -32,8 +32,8 @@ #include #include "tracepoint_test.h" -DEFINE_TRACE(ust_event); -DEFINE_TRACE(ust_event2); +DEFINE_TRACEPOINT(ust_event); +DEFINE_TRACEPOINT(ust_event2); static struct message msg_probe3 = { .payload = "probe3",