]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOStatistics.cpp
xnu-3789.1.32.tar.gz
[apple/xnu.git] / iokit / Kernel / IOStatistics.cpp
index 6e72eb49592685df4e862d305f39db7ff9e60293..b67de2511ff8c5be3690a05c04f96cac74c13a08 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include <sys/sysctl.h>
+#include <kern/backtrace.h>
 #include <kern/host.h>
 #include <kern/zalloc.h>
 
@@ -1221,7 +1222,7 @@ KextNode *IOStatistics::getKextNodeFromBacktrace(boolean_t write) {
         * 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);