Home
last modified time | relevance | path

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

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