X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=187b7a1cecd50f66c56d7f450dc6c8ae2a377834;hb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;hp=c77a7051dd59de971b40566ab20099a2a52f391e;hpb=686debc34cf055ffcb1f98a06df9fbaf27eeb441;p=lttng-ust.git diff --git a/tests/fork/fork2.c b/tests/fork/fork2.c index c77a7051..187b7a1c 100644 --- a/tests/fork/fork2.c +++ b/tests/fork/fork2.c @@ -18,13 +18,14 @@ #include #include -#include +#define TRACEPOINT_CREATE_PROBES +#include "ust_tests_fork.h" int main() { printf("IN FORK2\n"); - ust_marker(after_exec, MARK_NOARGS); + tracepoint(ust_tests_fork_after_exec); return 0; }