Searched refs:setCycleCount (Results 1 – 6 of 6) sorted by relevance
66 void setCycleCount(const uint32_t cycleCount);116 inline void OcsdTraceElement::setCycleCount(const uint32_t cycleCount) in setCycleCount() function
276 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in decodePacket()447 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in processISync()578 pElem->setCycleCount(atoms.getRemainCC()); in processPHdr()595 pElem->setCycleCount(atoms.getAtomCC()); in processPHdr()
314 m_output_elem.setCycleCount(m_curr_packet_in->cycle_count); in decodePacket()363 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processIsync()414 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processBranch()590 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processAtomRange()
521 m_curr_packet.setCycleCount(countVal); in iPktTimestamp()577 m_curr_packet.setCycleCount(m_curr_packet.getCCThreshold() + (lastByte & 0x3)); in iPktCycleCntF123()601 m_curr_packet.setCycleCount(m_curr_packet.getCCThreshold() + (lastByte & 0xF)); in iPktCycleCntF123()627 m_curr_packet.setCycleCount(field_value + m_curr_packet.getCCThreshold()); in iPktCycleCntF123()630 m_curr_packet.setCycleCount(0); /* unknown CC marked as 0 after overflow */ in iPktCycleCntF123()
1050 outElem().setCycleCount(pParamElem->getParam(0)); in addElemCC()1063 outElem().setCycleCount(pParamElem->getParam(2)); in addElemTS()
134 void setCycleCount(const uint32_t value);281 inline void EtmV4ITrcPacket::setCycleCount(const uint32_t value) in setCycleCount() function