Home
last modified time | relevance | path

Searched refs:ioPkts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DIOActivity.cc582 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DIOActivity.cc582 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()
[all …]