Home
last modified time | relevance | path

Searched refs:IOHistogramSegmentConfig (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOHistogramReporter.cpp51 IOHistogramSegmentConfig *config) in with()
79 IOHistogramSegmentConfig *config) in initWith()
122 PREFL_MEMOP_FAIL(_segmentCount, IOHistogramSegmentConfig); in initWith()
123 configSize = (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig); in initWith()
124 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMallocData(configSize); in initWith()
263 PREFL_MEMOP_PANIC(_segmentCount, IOHistogramSegmentConfig); in free()
265 (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig)); in free()
284 PREFL_MEMOP_PANIC(_segmentCount, IOHistogramSegmentConfig); in handleCreateLegend()
287 sizeof(IOHistogramSegmentConfig)); in handleCreateLegend()
389 IOHistogramSegmentConfig *config, in createLegend()
[all …]
/xnu-8796.121.2/iokit/IOKit/
H A DIOKernelReporters.h1569 IOHistogramSegmentConfig *config);
1642 IOHistogramSegmentConfig *config,
1672 IOHistogramSegmentConfig *config);
1694 IOHistogramSegmentConfig *_histogramSegmentsConfig;
H A DIOKernelReportStructs.h80 } __attribute((packed)) IOHistogramSegmentConfig; typedef
/xnu-8796.121.2/iokit/DriverKit/
H A DIOKernelReportStructs.h80 } __attribute((packed)) IOHistogramSegmentConfig; typedef