X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2Ftracepoint_test.c;h=34cdb115dd32e8bfbe88927eab7263294d5fbe8c;hb=6c737d0594cac0d969e1948ea1ed55c15be9cec8;hp=78171b8f437d4754a0cb312add80263418dbd696;hpb=cc7b66ba103c213a84159c2128cd4096507bdd2b;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",