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

/linux-master/include/uapi/linux/hsi/
H A Dcs-protocol.h69 struct cs_timestamp { struct
91 struct cs_timestamp tstamp_rx_ctrl;
/linux-master/tools/perf/util/
H A Dcs-etm.h206 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */ member in struct:cs_etm_packet_queue
266 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp);
H A Dcs-etm.c432 return packet_queue->cs_timestamp;
1135 u64 cs_timestamp; local
1167 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id);
1170 if (cs_timestamp)
1194 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp);
1451 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp) argument
1456 return tsc_to_perf_time(cs_timestamp, &etm->tc);
1458 return cs_timestamp;
1468 return packet_queue->cs_timestamp;
2566 u64 cs_timestamp; local
[all...]
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c292 estimated_ts = packet_queue->cs_timestamp +
296 packet_queue->cs_timestamp = min(packet_queue->next_cs_timestamp, estimated_ts);
334 * any previous estimate in cs_timestamp
336 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp;
347 packet_queue->cs_timestamp = 0;
358 packet_queue->cs_timestamp = 0;
371 packet_queue->cs_timestamp = max(packet_queue->cs_timestamp, estimated_first_ts);
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c442 struct cs_timestamp *tstamp =

Completed in 195 milliseconds