Tracepoints: add provider mismatch check
[lttng-ust.git] / tests / fork / fork2.c
index a290044439c105b350b9eaebdd4d875582bdb5cf..5727f3f4751cd83112eb1e2a482e0fa8dbcc1820 100644 (file)
 #include <stdio.h>
 #include <unistd.h>
 
-#include <ust/marker.h>
+#define TRACEPOINT_CREATE_PROBES
+#include "ust_tests_fork.h"
 
 int main()
 {
        printf("IN FORK2\n");
 
-       trace_mark(ust, after_exec, MARK_NOARGS);
+       tracepoint(ust_tests_fork, after_exec);
 
        return 0;
 }
This page took 0.024037 seconds and 4 git commands to generate.