Lines Matching refs:ioPkts
582 DataView *ioPkts = dbev->get_filtered_events (k, DATA_IOTRACE); in computeData() local
583 if (ioPkts == NULL || ioPkts->getSize () <= 0) in computeData()
592 long sz = ioPkts->getSize (); in computeData()
595 hrtime_t event_duration = ioPkts->getLongValue (PROP_EVT_TIME, i); in computeData()
596 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeData()
597 IOTrace_type ioType = (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeData()
598 int64_t vFd = ioPkts->getLongValue (PROP_IOVFD, i); in computeData()
751 DataView *ioPkts = dbev->get_filtered_events (k, DATA_IOTRACE); in computeCallStack() local
752 if (ioPkts == NULL || ioPkts->getSize () <= 0) in computeCallStack()
754 long sz = ioPkts->getSize (); in computeCallStack()
757 hrtime_t event_duration = ioPkts->getLongValue (PROP_EVT_TIME, i); in computeCallStack()
758 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeCallStack()
759 void *stackId = getStack (viewMode, ioPkts, i); in computeCallStack()
761 (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeCallStack()
762 int64_t vFd = ioPkts->getLongValue (PROP_IOVFD, i); in computeCallStack()