X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=49baba8a727e21bd19613b09eb58e5ff03e23da2;hb=68d9f89e9fced1108fdde97c53504d05d183ccdb;hp=b156ac1e5832c096d2660f0cd1bbf5b458070a14;hpb=b521931e0000388ff9080d46719936be98af54c6;p=lttng-ust.git diff --git a/tests/fork/fork2.c b/tests/fork/fork2.c index b156ac1e..49baba8a 100644 --- a/tests/fork/fork2.c +++ b/tests/fork/fork2.c @@ -18,13 +18,15 @@ #include #include -#include +#define TRACEPOINT_DEFINE +#define TRACEPOINT_CREATE_PROBES +#include "ust_tests_fork.h" int main() { printf("IN FORK2\n"); - ust_marker(after_exec, UST_MARKER_NOARGS); + tracepoint(ust_tests_fork, after_exec); return 0; }