X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=a786fbf89fa90d3cbea1109824b6a3aebf92adff;hb=cc7b66ba103c213a84159c2128cd4096507bdd2b;hp=c0b541fd33d23b6c5dbecdac1933b4c0d480b40f;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index c0b541f..a786fbf 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,9 +71,9 @@ int main() sleep(1); for(i=0; i<50; i++) { - trace_mark(ust, bar, "str %s", "FOOBAZ"); - trace_mark(ust, bar2, "number1 %d number2 %d", 53, 9800); - trace_hello_tptest(i); + ust_marker(bar, "str %s", "FOOBAZ"); + ust_marker(bar2, "number1 %d number2 %d", 53, 9800); + tracepoint(hello_tptest, i); usleep(100000); }