Home
last modified time | relevance | path

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

/linux/include/uapi/linux/hsi/
H A Dcs-protocol.h69 struct cs_timestamp { struct
91 struct cs_timestamp tstamp_rx_ctrl; argument
/linux/tools/perf/util/
H A Dcs-etm.h206 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */ member
256 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp);
H A Dcs-etm.c558 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()
1214 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local
1246 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__queue_first_cs_timestamp()
1249 if (cs_timestamp) in cs_etm__queue_first_cs_timestamp()
1273 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__queue_first_cs_timestamp()
1534 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp) in cs_etm__convert_sample_time() argument
1539 return tsc_to_perf_time(cs_timestamp, &etm->tc); in cs_etm__convert_sample_time()
1541 return cs_timestamp; in cs_etm__convert_sample_time()
1551 return packet_queue->cs_timestamp; in cs_etm__resolve_sample_time()
2614 u64 cs_timestamp; in cs_etm__process_timestamped_queues() local
[all …]
/linux/drivers/hsi/clients/
H A Dcmt_speech.c442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()