X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fhello%2Ftp.c;h=ec3e7ac73e5263733cdc8ad6e31578eb64a5c17b;hp=3a4c6fcaf15ac93ff85b183ba8dc3dbeeedb6036;hb=cc7b66ba103c213a84159c2128cd4096507bdd2b;hpb=686debc34cf055ffcb1f98a06df9fbaf27eeb441 diff --git a/tests/hello/tp.c b/tests/hello/tp.c index 3a4c6fc..ec3e7ac 100644 --- a/tests/hello/tp.c +++ b/tests/hello/tp.c @@ -40,5 +40,5 @@ void tptest_probe(void *data, int anint) static void __attribute__((constructor)) init() { DBG("connecting tracepoint...\n"); - register_trace_hello_tptest(tptest_probe, &hello_struct); + register_tracepoint(hello_tptest, tptest_probe, &hello_struct); }