Searched refs:cs_timestamp (Results 1 – 4 of 4) sorted by relevance
69 struct cs_timestamp { struct91 struct cs_timestamp tstamp_rx_ctrl; argument
206 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */ member256 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp);
558 return packet_queue->cs_timestamp; in cs_etm__etmq_get_timestamp()1214 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp() local1246 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() argument1539 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 …]
442 struct cs_timestamp *tstamp = in cs_hsi_read_on_control_complete()