]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/kperf_helpers.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / tests / kperf_helpers.h
index b31cc4dad9572033998760065053ef6db9d548d8..238d37afb39d955a07b728cbd8b86f631fbeb5cf 100644 (file)
@@ -2,8 +2,10 @@
 #define KPERF_HELPERS_H
 
 #include <unistd.h>
+#include <stdbool.h>
 
-void configure_kperf_stacks_timer(pid_t pid, unsigned int period_ms);
+void configure_kperf_stacks_timer(pid_t pid, unsigned int period_ms,
+    bool quiet);
 
 #define PERF_SAMPLE KDBG_EVENTID(DBG_PERF, 0, 0)
 #define PERF_KPC_PMI KDBG_EVENTID(DBG_PERF, 6, 0)