Home
last modified time | relevance | path

Searched refs:stackshot_active (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.h51 extern boolean_t stackshot_active(void);
H A Ddebug.h695 boolean_t stackshot_active(void);
H A Dkern_stackshot.c641 if (stackshot_active()) { in stackshot_cpu_signal_panic()
912 assert(stackshot_active()); in stackshot_alloc_with_size()
2819 stackshot_active(void) in stackshot_active() function
/xnu-11417.121.6/osfmk/arm/
H A Dmachine_routines_common.c1061 if (stackshot_active()) { in ml_set_interrupts_enabled_with_debug()