*/
#include <sys/sysctl.h>
+#include <kern/backtrace.h>
#include <kern/host.h>
#include <kern/zalloc.h>
* overhead. OSBacktrace does many safety checks that
* are not needed in this situation.
*/
- btCount = fastbacktrace((uintptr_t*)bt, btCount);
+ btCount = backtrace((uintptr_t*)bt, btCount);
if (write) {
IORWLockWrite(lock);