]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/callstack.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / kperf / callstack.c
index 2fe676882634e2daa2a957ad8ffd64f3364179fe..7c93e8137f44ef0a66473ec0e269aba621d738b6 100644 (file)
@@ -662,6 +662,8 @@ chudxnu_thread_get_callstack64_kperf(
        return chudxnu_thread_get_callstack64_internal( thread, callStack, count, user_only, 0 );
 }
 #elif __arm64__
        return chudxnu_thread_get_callstack64_internal( thread, callStack, count, user_only, 0 );
 }
 #elif __arm64__
+
+
 // chudxnu_thread_get_callstack gathers a raw callstack along with any information needed to
 // fix it up later (in case we stopped program as it was saving values into prev stack frame, etc.)
 // after sampling has finished.
 // chudxnu_thread_get_callstack gathers a raw callstack along with any information needed to
 // fix it up later (in case we stopped program as it was saving values into prev stack frame, etc.)
 // after sampling has finished.