Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp526 int ts_bits; in iPktTimestamp() local
529 ts_bits = ts_bytes < 9 ? ts_bytes * 7 : 64; in iPktTimestamp()
532 ts_bits = 64; // after trace info, missing bits are all 0. in iPktTimestamp()
534 m_curr_packet.setTS(tsVal,(uint8_t)ts_bits); in iPktTimestamp()