Home
last modified time | relevance | path

Searched refs:IOSimpleReporter (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOSimpleReporter.cpp37 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 DIOInterruptAccounting.cpp80 interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporter) in interruptAccountingDataUpdateChannels()
92 interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporte… in interruptAccountingDataInheritChannels()
H A DIOService.cpp342 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 DIOInterruptAccountingPrivate.h42 class IOSimpleReporter; variable
192 void interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * rep…
201 void interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * re…
H A DIOKernelReporters.h823 class IOSimpleReporter : public IOReporter
825 OSDeclareDefaultStructors(IOSimpleReporter);
842 static OSPtr<IOSimpleReporter> with(IOService *reportingService,
/xnu-11215/iokit/conf/
H A Dfiles117 iokit/Kernel/IOSimpleReporter.cpp optional iokitcpp
H A DMakefile.template95 IOSimpleReporter.cpo_CXXWARNFLAGS_ADD += -Wno-cast-qual