]> git.saurik.com Git - apple/xnu.git/blob - tools/tests/perf_index/perfindex-syscall.c
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-syscall.c
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 }