Searched refs:next_cs_timestamp (Results 1 – 2 of 2) sorted by relevance
270 if (!packet_queue->next_cs_timestamp) in cs_etm_decoder__do_soft_timestamp()277 packet_queue->cs_timestamp = min(packet_queue->next_cs_timestamp, estimated_ts); in cs_etm_decoder__do_soft_timestamp()312 if (packet_queue->next_cs_timestamp) { in cs_etm_decoder__do_hard_timestamp()317 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp; in cs_etm_decoder__do_hard_timestamp()318 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()354 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()367 packet_queue->next_cs_timestamp = 0; in cs_etm_decoder__reset_timestamp()
207 u64 next_cs_timestamp; member