Home
last modified time | relevance | path

Searched refs:TSPkt64 (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_cmp_cfg_ptm.h106 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.
169 inline const bool PtmConfig::TSPkt64() const in TSPkt64() function
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_cmp_cfg_etmv3.h120 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.
191 inline const bool EtmV3Config::TSPkt64() const in TSPkt64() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp1059 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()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp748 m_tsByteMax = m_config->TSPkt64() ? 10 : 8; in pktTimeStamp()
1025 bool b64BitVal = m_config->TSPkt64(); in extractTS()