Home
last modified time | relevance | path

Searched refs:kPMIRecord (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/tests/
H A Dmicrostackshot_tests.c166 if (start->arg1 & kPMIRecord) {
187 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
347 if (start->arg1 & kPMIRecord) {
368 const uint8_t any_record = kPMIRecord | kIORecord | kInterruptRecord |
/xnu-8020.140.41/osfmk/kern/
H A Ddebug.h216 kPMIRecord = 0x10, enumerator
H A Dtelemetry.c492 record_type |= (reasons & AST_TELEMETRY_PMI) ? kPMIRecord : in telemetry_ast()