Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/hsi/
Dcs-protocol.h69 struct cs_timestamp { struct
91 struct cs_timestamp tstamp_rx_ctrl; argument
/linux-6.6.21/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c292 estimated_ts = packet_queue->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()
336 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp; in cs_etm_decoder__do_hard_timestamp()
347 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()
358 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()
371 packet_queue->cs_timestamp = max(packet_queue->cs_timestamp, estimated_first_ts); in cs_etm_decoder__do_hard_timestamp()
/linux-6.6.21/tools/perf/util/
Dcs-etm.h206 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */ member
266 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp);
Dcs-etm.c423 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()
1111 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local
1143 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__queue_first_cs_timestamp()
1146 if (cs_timestamp) in cs_etm__queue_first_cs_timestamp()
1170 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__queue_first_cs_timestamp()
1427 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp) in cs_etm__convert_sample_time() argument
1432 return tsc_to_perf_time(cs_timestamp, &etm->tc); in cs_etm__convert_sample_time()
1434 return cs_timestamp; in cs_etm__convert_sample_time()
1444 return packet_queue->cs_timestamp; in cs_etm__resolve_sample_time()
2542 u64 cs_timestamp; in cs_etm__process_timestamped_queues() local
[all …]
/linux-6.6.21/drivers/hsi/clients/
Dcmt_speech.c442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()