Searched refs:statistics (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterruptEventSource.cpp | 116 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 D | IOFilterInterruptEventSource.cpp | 222 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 D | IOService.cpp | 343 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 D | IOUserServer.cpp | 2595 OSDextStatistics * statistics = kext->copyDextStatistics(); in setDriverKitStatistics() local 2596 if (statistics == NULL) { in setDriverKitStatistics() 2599 fStatistics = statistics; in setDriverKitStatistics()
|
| /xnu-11215/doc/debugging/ |
| H A D | task_ref.md | 35 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 D | IOInterruptEventSource.h | 107 IOInterruptAccountingData * statistics; member
|
| H A D | IOService.h | 1408 IOReturn addInterruptStatistics(IOInterruptAccountingData * statistics, int source);
|
| /xnu-11215/config/ |
| H A D | MASTER | 526 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 D | mach_host.defs | 220 * Return statistics from this host. 243 * Return 64-bit statistics from this host.
|
| H A D | processor_set.defs | 75 * Return scheduling statistics for a processor set.
|
| H A D | host_priv.defs | 108 * Return privileged statistics from this host.
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_kills.md | 88 …ill kill the process with the lowest jetsam priority and reset the compressor thrashing statistics.
|
| H A D | memorystatus.md | 173 …tatus.h`. Generally speaking the snapshot contains system level memory statistics along with entri…
|
| /xnu-11215/bsd/net/ |
| H A D | ntstat.c | 91 SYSCTL_INT(_net, OID_AUTO, statistics, CTLFLAG_RW | CTLFLAG_LOCKED,
|
| H A D | pf.c | 669 u_int8_t statistics[128]; member
|