Add pthread id context
[ust.git] / tests / fork / fork2.c
index c77a7051dd59de971b40566ab20099a2a52f391e..187b7a1cecd50f66c56d7f450dc6c8ae2a377834 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");
 
-       ust_marker(after_exec, MARK_NOARGS);
+       tracepoint(ust_tests_fork_after_exec);
 
        return 0;
 }
This page took 0.02319 seconds and 4 git commands to generate.