Searched refs:setCycleCount (Results 1 – 6 of 6) sorted by relevance
66 void setCycleCount(const uint32_t cycleCount);113 inline void OcsdTraceElement::setCycleCount(const uint32_t cycleCount) in setCycleCount() function
309 m_output_elem.setCycleCount(m_curr_packet_in->cycle_count); in decodePacket()358 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processIsync()409 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processBranch()582 m_output_elem.setCycleCount(m_curr_packet_in->getCCVal()); in processAtomRange()
273 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in decodePacket()440 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in processISync()569 pElem->setCycleCount(atoms.getRemainCC()); in processPHdr()586 pElem->setCycleCount(atoms.getAtomCC()); in processPHdr()
494 m_curr_packet.setCycleCount(countVal); in iPktTimestamp()551 m_curr_packet.setCycleCount(m_curr_packet.getCCThreshold() + (lastByte & 0x3)); in iPktCycleCntF123()575 m_curr_packet.setCycleCount(m_curr_packet.getCCThreshold() + (lastByte & 0xF)); in iPktCycleCntF123()601 m_curr_packet.setCycleCount(field_value + m_curr_packet.getCCThreshold()); in iPktCycleCntF123()604 m_curr_packet.setCycleCount(0); /* unknown CC marked as 0 after overflow */ in iPktCycleCntF123()
769 m_output_elem.setCycleCount(pParamElem->getParam(2)); in outputTS()
127 void setCycleCount(const uint32_t value);262 inline void EtmV4ITrcPacket::setCycleCount(const uint32_t value) in setCycleCount() function