tracepoint: Remove TRACEPOINT_LIB declaration
[ust.git] / tests / fork / fork2.c
index b156ac1e5832c096d2660f0cd1bbf5b458070a14..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, UST_MARKER_NOARGS);
+       tracepoint(ust_tests_fork_after_exec);
 
        return 0;
 }
This page took 0.02334 seconds and 4 git commands to generate.