Merge branch 'for-pierre-marc' of git://git.infradead.org/users/jblunck/ust
[ust.git] / tests / fork / fork2.c
1 #include <stdio.h>
2 #include <unistd.h>
3
4 #include <ust/marker.h>
5
6 int main()
7 {
8 printf("IN FORK2\n");
9
10 trace_mark(ust, after_exec, MARK_NOARGS);
11
12 return 0;
13 }
14
15 MARKER_LIB;
This page took 0.030798 seconds and 5 git commands to generate.