X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2Ftracepoint_test.c;h=34cdb115dd32e8bfbe88927eab7263294d5fbe8c;hb=8d71973c9b5596f5732741975d4334a3abb3ba2a;hp=78171b8f437d4754a0cb312add80263418dbd696;hpb=cc7b66ba103c213a84159c2128cd4096507bdd2b;p=ust.git diff --git a/tests/tracepoint/tracepoint_test.c b/tests/tracepoint/tracepoint_test.c index 78171b8..34cdb11 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",