IOSchedulingEvent
const Array<IOSchedulingEvent>& events
const IOSchedulingEvent& event = events[mid];
const Array<IOSchedulingEvent>& IOEventsForThread(int32 index)
array.Add(IOSchedulingEvent(time, state));
typedef Array<IOSchedulingEvent> IODataArray;
IOSchedulingEvent(nanotime_t time, uint32 state)
const Array<IOSchedulingEvent>& ioEvents
const IOSchedulingEvent& event = ioEvents[k];
struct IOSchedulingEvent;