Home
last modified time | relevance | path

Searched refs:DB_DISABLE_STACKSHOT_TO_DISK (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Ddebug.h543 #define DB_DISABLE_STACKSHOT_TO_DISK 0x200000 /* Disable writing stackshot to local disk */ macro
H A Ddebug.c2010 if ((debug_boot_arg != 0) && (debug_boot_arg & DB_DISABLE_STACKSHOT_TO_DISK)) {