Searched refs:getTS (Results 1 – 4 of 4) sorted by relevance
123 const uint64_t getTS() const { return m_pkt_data.timestamp; }; in getTS() function
328 pElem->setTS(m_curr_packet_in->getTS()); in decodePacket()
195 const uint64_t getTS() const { return pkt_valid.bits.ts_valid ? ts.timestamp : 0; }; in getTS() function
457 uint64_t ts = m_curr_packet_in->getTS(); in decodePacket()