X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=187b7a1cecd50f66c56d7f450dc6c8ae2a377834;hb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;hp=8a14e1a20c22c04a1ffa203f6dc407e7fa468951;hpb=b64d025089c6d40963e029cff23efed4ed1f2f22;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; }