Searched refs:IOSimpleReporter (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOSimpleReporter.cpp | 37 OSDefineMetaClassAndStructors(IOSimpleReporter, IOReporter); 40 OSSharedPtr<IOSimpleReporter> 41 IOSimpleReporter::with(IOService *reportingService, in with() 45 OSSharedPtr<IOSimpleReporter> reporter; in with() 47 reporter = OSMakeShared<IOSimpleReporter>(); in with() 60 IOSimpleReporter::initWith(IOService *reportingService, in initWith() 77 IOSimpleReporter::setValue(uint64_t channel_id, in setValue() 107 IOSimpleReporter::incrementValue(uint64_t channel_id, in incrementValue() 136 IOSimpleReporter::getValue(uint64_t channel_id) in getValue() 157 IOSimpleReporter::createLegend(const uint64_t *channelIDs, in createLegend()
|
| H A D | IOInterruptAccounting.cpp | 80 interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporter) in interruptAccountingDataUpdateChannels() 92 interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporte… in interruptAccountingDataInheritChannels()
|
| H A D | IOService.cpp | 342 IOSimpleReporter * reporter; /* Reporter responsible for communicating the statistics */ 8862 …reserved->interruptStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCatego… in addInterruptStatistics()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOInterruptAccountingPrivate.h | 42 class IOSimpleReporter; variable 192 void interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * rep… 201 void interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * re…
|
| H A D | IOKernelReporters.h | 823 class IOSimpleReporter : public IOReporter 825 OSDeclareDefaultStructors(IOSimpleReporter); 842 static OSPtr<IOSimpleReporter> with(IOService *reportingService,
|
| /xnu-11215/iokit/conf/ |
| H A D | files | 117 iokit/Kernel/IOSimpleReporter.cpp optional iokitcpp
|
| H A D | Makefile.template | 95 IOSimpleReporter.cpo_CXXWARNFLAGS_ADD += -Wno-cast-qual
|