xref: /xnu-11417.121.6/tools/tests/perf_index/perfindex-syscall.c (revision a1e26a70f38d1d7daa7b49b258e2f8538ad81650)
1 #include "perf_index.h"
2 #include "fail.h"
3 #include <unistd.h>
4 
5 DECL_TEST {
6 	long long i;
7 	for (i = 0; i < length; i++) {
8 		getppid();
9 	}
10 	return PERFINDEX_SUCCESS;
11 }
12