X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=187b7a1cecd50f66c56d7f450dc6c8ae2a377834;hb=02a15cfb0d1fbff3960e184e901c297588b215f0;hp=8a14e1a20c22c04a1ffa203f6dc407e7fa468951;hpb=37ee34e4d9b9363c758aa43255d71661900e89b0;p=lttng-ust.git diff --git a/tests/fork/fork2.c b/tests/fork/fork2.c index 8a14e1a2..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"); - trace_mark(after_exec, MARK_NOARGS); + tracepoint(ust_tests_fork_after_exec); return 0; }