]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/darwintests/kperf_helpers.h
xnu-4570.71.2.tar.gz
[apple/xnu.git] / tools / tests / darwintests / kperf_helpers.h
CommitLineData
39037602
A
1#ifndef KPERF_HELPERS_H
2#define KPERF_HELPERS_H
3
4#include <unistd.h>
5
6void configure_kperf_stacks_timer(pid_t pid, unsigned int period_ms);
7
8#endif /* !defined(KPERF_HELPERS_H) */