X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;fp=tests%2Fhello%2Fhello.c;h=cc23a577de3bf32a153fac9ebf053839a12ee22d;hb=7083f0fecaa692b819e63f484daf38399f58c905;hp=661ed40862dcb3ea5811a8d455703ad042f40566;hpb=d028eddb5959160ef6ec4b09f786730910d0f8f8;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 661ed408..cc23a577 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -33,7 +33,7 @@ void inthandler(int sig) { printf("in SIGUSR1 handler\n"); - tracepoint(ust_tests_hello_tptest_sighandler); + tracepoint(ust_tests_hello, tptest_sighandler); } int init_int_handler(void) @@ -80,7 +80,7 @@ int main(int argc, char **argv) //for (i = 0; i < 50; i++) { for (i = 0; i < 1000000; i++) { netint = htonl(i); - tracepoint(ust_tests_hello_tptest, i, netint, values, + tracepoint(ust_tests_hello, tptest, i, netint, values, text, strlen(text), dbl, flt); //usleep(100000); }