Home
last modified time | relevance | path

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

/linux/tools/perf/util/cs-etm-decoder/
A Dcs-etm-decoder.c264 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()
/linux/include/uapi/linux/hsi/
A Dcs-protocol.h83 struct cs_timestamp { struct
105 struct cs_timestamp tstamp_rx_ctrl; argument
/linux/tools/perf/util/
A Dcs-etm.c231 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()
845 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local
877 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() local
2286 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()
A Dcs-etm.h183 u64 cs_timestamp; member
/linux/drivers/hsi/clients/
A Dcmt_speech.c442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()

Completed in 19 milliseconds