Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.h51 extern boolean_t stackshot_active(void);
H A Ddebug.h682 boolean_t stackshot_active(void);
H A Dkern_stackshot.c640 if (stackshot_active()) { in stackshot_cpu_signal_panic()
911 assert(stackshot_active()); in stackshot_alloc_with_size()
2801 stackshot_active(void) in stackshot_active() function
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c1038 if (stackshot_active()) { in ml_set_interrupts_enabled_with_debug()