]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/perf_index/perfindex-syscall.c
xnu-4903.241.1.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-syscall.c
CommitLineData
fe8ab488
A
1#include "perf_index.h"
2#include "fail.h"
3#include <unistd.h>
4
5DECL_TEST {
6 long long i;
7 for(i=0; i<length; i++) {
8 getppid();
9 }
10 return PERFINDEX_SUCCESS;
11}