Searched refs:cs_timestamp (Results 1 – 5 of 5) sorted by relevance
83 struct cs_timestamp { struct105 struct cs_timestamp tstamp_rx_ctrl; argument
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()
183 u64 cs_timestamp; member
229 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()843 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local875 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__queue_first_cs_timestamp()878 if (cs_timestamp) in cs_etm__queue_first_cs_timestamp()902 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__queue_first_cs_timestamp()2208 u64 cs_timestamp; in cs_etm__process_queues() local2284 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__process_queues()2286 if (!cs_timestamp) { in cs_etm__process_queues()2309 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__process_queues()
442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()