Home
last modified time | relevance | path

Searched refs:createLegend (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/iokit/IOKit/
H A DIOKernelReporters.h207 OSPtr<IOReportLegendEntry> createLegend(void);
904 static OSPtr<IOReportLegendEntry> createLegend(const uint64_t *channelIDs,
1357 static OSPtr<IOReportLegendEntry> createLegend(const uint64_t *channelIDs,
1639 static OSPtr<IOReportLegendEntry> createLegend(const uint64_t channelID,
/xnu-10063.141.1/iokit/Kernel/
H A DIOSimpleReporter.cpp157 IOSimpleReporter::createLegend(const uint64_t *channelIDs, in createLegend() function in IOSimpleReporter
H A DIOReportLegend.cpp173 legendEntry = reporter->createLegend(); in addReporterLegend()
H A DIOHistogramReporter.cpp386 IOHistogramReporter::createLegend(uint64_t channelID, in createLegend() function in IOHistogramReporter
H A DIOStateReporter.cpp876 IOStateReporter::createLegend(const uint64_t *channelIDs, in createLegend() function in IOStateReporter
H A DIOReporter.cpp340 IOReporter::createLegend(void) in createLegend() function in IOReporter