Allow weak binding from instrumented apps to liblttng-ust
[lttng-ust.git] / tests / fork / fork2.c
index 187b7a1cecd50f66c56d7f450dc6c8ae2a377834..49baba8a727e21bd19613b09eb58e5ff03e23da2 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
+#define TRACEPOINT_DEFINE
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_tests_fork.h"
 
@@ -25,7 +26,7 @@ int main()
 {
        printf("IN FORK2\n");
 
-       tracepoint(ust_tests_fork_after_exec);
+       tracepoint(ust_tests_forkafter_exec);
 
        return 0;
 }
This page took 0.023417 seconds and 4 git commands to generate.