Lines Matching refs:cs_timestamp
423 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
2618 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__process_timestamped_queues()
2620 if (!cs_timestamp) { in cs_etm__process_timestamped_queues()
2643 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__process_timestamped_queues()