Searched refs:TSPkt64 (Results 1 – 4 of 4) sorted by relevance
106 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.169 inline const bool PtmConfig::TSPkt64() const in TSPkt64() function
120 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.191 inline const bool EtmV3Config::TSPkt64() const in TSPkt64() function
1059 unsigned tsMaxBytes = m_config.TSPkt64() ? 9 : 7; in extractTimestamp()1063 uint8_t last_mask = m_config.TSPkt64() ? 0xFF : 0x3F; in extractTimestamp()1065 uint8_t ts_last_iter_bits = m_config.TSPkt64() ? 8 : 6; in extractTimestamp()
748 m_tsByteMax = m_config->TSPkt64() ? 10 : 8; in pktTimeStamp()1025 bool b64BitVal = m_config->TSPkt64(); in extractTS()