Searched refs:IORLOG (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp88 IORLOG("IOHistogramReporter::initWith");
101 IORLOG("%s - ERROR: super::init failed", __func__);
111 IORLOG("IOReportHistogram init ERROR. No configuration provided!");
116 IORLOG("%s - %u segment(s)", __func__, _segmentCount);
130 IORLOG("\t\t bucket_base_width: %u | log_scale: %u | buckets: %u",
146 IORLOG("%s - %u channel(s) of dimension %u",
149 IORLOG("%s %d segments for a total dimension of %d elements",
210 IORLOG("ERROR: _bucketBounds init");
231 IORLOG("Histogram ERROR: bucket bound does not increase linearly (segment %u / bucket # %u)",
238 // IORLOG("_bucketBound
[all...]
H A DIOReporterDefs.h37 #define IORLOG(fmt, args...) \ macro
44 #define IORLOG(fmt, args...) macro
H A DIOReporter.cpp176 IORLOG("init ERROR: Channel Type ill-defined");
182 IORLOG("init() ERROR: no registry ID");
258 IORLOG("%s:%d - _reporterIsLocked = %d & allocation successful", \
270 IORLOG("IOReporter::addChannel %llx", channelID);
427 //IORLOG("IOReporter::handleSwapPrepare");
496 //IORLOG("IOReporter::handleSwap");
502 IORLOG("IOReporter::handleSwap ERROR swap variables uninitialized!");
507 //IORLOG("handleSwap (base) -> copying %u elements over...", _nChannels);
614 //IORLOG("IOReporter::configureReport action %u for %u channels",
622 // IORLOG("reporte
[all...]
H A DIOStateReporter.cpp47 // kprintf("%s\n", __func__); // can't IORLOG() from static
83 IORLOG("ERROR super::initWith failed");
120 //IORLOG("handleSwapPrepare (state) _nChannels before = %u", _nChannels);
173 //IORLOG("IOStateReporter::handleSwap");
176 IORLOG("IOReporter::handleSwap ERROR swap variables uninitialized!");
213 IORLOG("handleSwap(state) ERROR super::handleSwap failed!");

Completed in 25 milliseconds