Searched refs:next_cs_timestamp (Results 1 – 2 of 2) sorted by relevance
289 if (!packet_queue->next_cs_timestamp) in cs_etm_decoder__do_soft_timestamp()296 packet_queue->cs_timestamp = min(packet_queue->next_cs_timestamp, estimated_ts); in cs_etm_decoder__do_soft_timestamp()331 if (packet_queue->next_cs_timestamp) { in cs_etm_decoder__do_hard_timestamp()336 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp; in cs_etm_decoder__do_hard_timestamp()337 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()373 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()386 packet_queue->next_cs_timestamp = 0; in cs_etm_decoder__reset_timestamp()
207 u64 next_cs_timestamp; member