Cleanup: fix strict aliasing ion tests
[ust.git] / tests / fork / fork2.c
index 8a14e1a20c22c04a1ffa203f6dc407e7fa468951..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");
 
-       trace_mark(after_exec, MARK_NOARGS);
+       tracepoint(ust_tests_fork_after_exec);
 
        return 0;
 }
This page took 0.027507 seconds and 4 git commands to generate.