Searched refs:cs_timestamp (Results 1 – 5 of 5) sorted by relevance
264 if (!packet_queue->cs_timestamp) in cs_etm_decoder__do_soft_timestamp()267 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp; in cs_etm_decoder__do_soft_timestamp()297 if (packet_queue->cs_timestamp) { in cs_etm_decoder__do_hard_timestamp()309 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()320 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()330 packet_queue->cs_timestamp = elem->timestamp - packet_queue->instr_count; in cs_etm_decoder__do_hard_timestamp()345 packet_queue->cs_timestamp = 0; in cs_etm_decoder__reset_timestamp()
83 struct cs_timestamp { struct105 struct cs_timestamp tstamp_rx_ctrl; argument
231 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()845 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local877 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__queue_first_cs_timestamp()880 if (cs_timestamp) in cs_etm__queue_first_cs_timestamp()904 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__queue_first_cs_timestamp()2210 u64 cs_timestamp; in cs_etm__process_queues() local2286 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__process_queues()2288 if (!cs_timestamp) { in cs_etm__process_queues()2311 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__process_queues()
183 u64 cs_timestamp; member
442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()
Completed in 18 milliseconds