Home
last modified time | relevance | path

Searched refs:interruptStatistics (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp365 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCountIndex]… in checkForWork()
370 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCPUTimeInde… in checkForWork()
375 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelSystemTimeI… in checkForWork()
418 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelSystemTimeI… in checkForWork()
423 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCPUTimeInde… in checkForWork()
427 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingSecondLevelCountIndex]… in checkForWork()
465 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in normalInterruptOccurred()
496 …IA_ADD_VALUE(&reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex],… in disableInterruptOccurred()
H A DIOFilterInterruptEventSource.cpp241 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()
246 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()
294 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()
299 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()
H A DIOInterruptAccounting.cpp86 reporter->setValue(IA_GET_CHANNEL_ID(data->interruptIndex, i), data->interruptStatistics[i]); in interruptAccountingDataUpdateChannels()
98 data->interruptStatistics[i] = reporter->getValue(IA_GET_CHANNEL_ID(data->interruptIndex, i)); in interruptAccountingDataInheritChannels()
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h171 …volatile uint64_t interruptStatistics[IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS] __attribute__((align… member
/xnu-11215/tools/lldbmacros/
H A Dioreg.py1605 first_level_count = i.interruptStatistics[0]
1655 first_level_count = i.interruptStatistics[0]
1656 second_level_count = i.interruptStatistics[1]
1657 first_level_time = i.interruptStatistics[2]
1658 second_level_cpu_time = i.interruptStatistics[3]
1659 second_level_system_time = i.interruptStatistics[4]