X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=5727f3f4751cd83112eb1e2a482e0fa8dbcc1820;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=8a14e1a20c22c04a1ffa203f6dc407e7fa468951;hpb=37ee34e4d9b9363c758aa43255d71661900e89b0;p=lttng-ust.git diff --git a/tests/fork/fork2.c b/tests/fork/fork2.c index 8a14e1a2..5727f3f4 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; }