Home
last modified time | relevance | path

Searched refs:statistics (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp116 reserved->statistics->owner = this; in init()
194 if (reserved->statistics) { in unregisterInterruptHandler()
241 if (reserved->statistics) { in free()
346 if (reserved->statistics) { in checkForWork()
363 if (reserved->statistics) { in checkForWork()
398 if (reserved->statistics) { in checkForWork()
415 if (reserved->statistics) { in checkForWork()
460 if (reserved->statistics) { in normalInterruptOccurred()
491 if (reserved->statistics) { in disableInterruptOccurred()
528 if (reserved->statistics) { in enablePrimaryInterruptTimestamp()
[all …]
H A DIOFilterInterruptEventSource.cpp222 if (IOInterruptEventSource::reserved->statistics) { in normalInterruptOccurred()
224 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
227 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
228 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in normalInterruptOccurred()
239 if (IOInterruptEventSource::reserved->statistics) { in normalInterruptOccurred()
241 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()
275 if (IOInterruptEventSource::reserved->statistics) { in disableInterruptOccurred()
277 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
280 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
281 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in disableInterruptOccurred()
[all …]
H A DIOService.cpp343 IOInterruptAccountingData * statistics; /* The live statistics values, if any */ member
8778 IOService::addInterruptStatistics(IOInterruptAccountingData * statistics, int source) in addInterruptStatistics() argument
8912 oldValue = reserved->interruptStatisticsArray[source].statistics; in addInterruptStatistics()
8918 reserved->interruptStatisticsArray[source].statistics = statistics; in addInterruptStatistics()
8964 value = reserved->interruptStatisticsArray[source].statistics; in removeInterruptStatistics()
8974 …interruptAccountingDataUpdateChannels(reserved->interruptStatisticsArray[source].statistics, reser… in removeInterruptStatistics()
8975 reserved->interruptStatisticsArray[source].statistics = NULL; in removeInterruptStatistics()
9074 if (reserved->interruptStatisticsArray[cnt].statistics) { in configureReport()
9075 …interruptAccountingDataUpdateChannels(reserved->interruptStatisticsArray[cnt].statistics, reserved… in configureReport()
9124 if (reserved->interruptStatisticsArray[cnt].statistics) { in updateReport()
[all …]
H A DIOUserServer.cpp2595 OSDextStatistics * statistics = kext->copyDextStatistics(); in setDriverKitStatistics() local
2596 if (statistics == NULL) { in setDriverKitStatistics()
2599 fStatistics = statistics; in setDriverKitStatistics()
/xnu-11215/doc/debugging/
H A Dtask_ref.md35 Reference groups are a feature which keep track of statistics (and when
102 Reference groups are normally disabled, but task reference group statistics
105 groups. To enable backtrace logging and reference group statistics, the `rlog`
111 To enable statistics for all reference groups and backtrace logging for the
/xnu-11215/iokit/IOKit/
H A DIOInterruptEventSource.h107 IOInterruptAccountingData * statistics; member
H A DIOService.h1408 IOReturn addInterruptStatistics(IOInterruptAccountingData * statistics, int source);
/xnu-11215/config/
H A DMASTER526 options IOKITSTATS # IOKit statistics # <iokitstats>
588 # statistics gathering, which will slow down the system
727 # Enable collection of IO Compression statistics
779 # Debug instrumentation for statistics and catching of code that
790 # support for collecting statistics on task suspension
/xnu-11215/osfmk/mach/
H A Dmach_host.defs220 * Return statistics from this host.
243 * Return 64-bit statistics from this host.
H A Dprocessor_set.defs75 * Return scheduling statistics for a processor set.
H A Dhost_priv.defs108 * Return privileged statistics from this host.
/xnu-11215/doc/vm/
H A Dmemorystatus_kills.md88 …ill kill the process with the lowest jetsam priority and reset the compressor thrashing statistics.
H A Dmemorystatus.md173 …tatus.h`. Generally speaking the snapshot contains system level memory statistics along with entri…
/xnu-11215/bsd/net/
H A Dntstat.c91 SYSCTL_INT(_net, OID_AUTO, statistics, CTLFLAG_RW | CTLFLAG_LOCKED,
H A Dpf.c669 u_int8_t statistics[128]; member