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/cs-etm-decoder/
H A Dcs-etm-decoder.c273 estimated_ts = packet_queue->cs_timestamp + in cs_etm_decoder__do_soft_timestamp()
277 packet_queue->cs_timestamp = min(packet_queue->next_cs_timestamp, estimated_ts); in cs_etm_decoder__do_soft_timestamp()
315 * any previous estimate in cs_timestamp in cs_etm_decoder__do_hard_timestamp()
317 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp; in cs_etm_decoder__do_hard_timestamp()
328 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()
339 packet_queue->cs_timestamp = 0; in cs_etm_decoder__do_hard_timestamp()
352 packet_queue->cs_timestamp = max(packet_queue->cs_timestamp, estimated_first_ts); in cs_etm_decoder__do_hard_timestamp()
/linux/tools/perf/util/
H A Dcs-etm.h209 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */
275 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp); in cs_etm__process_auxtrace_info_full()
206 u64 cs_timestamp; /* Timestamp from trace data, converted to ns if possible */ global() member
H A Dcs-etm.c590 return packet_queue->cs_timestamp;
1256 u64 cs_timestamp; in cs_etm__queue_first_cs_timestamp()
1288 cs_timestamp = cs_etm__etmq_get_timestamp(etmq, &trace_chan_id); in cs_etm__copy_last_branch_rb()
1291 if (cs_timestamp) in cs_etm__copy_last_branch_rb()
1315 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__copy_last_branch_rb()
1612 u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64 cs_timestamp)
1617 return tsc_to_perf_time(cs_timestamp, &etm->tc); in cs_etm__synth_branch_sample()
1619 return cs_timestamp; in cs_etm__synth_branch_sample()
1629 return packet_queue->cs_timestamp; in cs_etm__synth_branch_sample()
2702 u64 cs_timestamp; in cs_etm__process_timestamped_queues()
1220 u64 cs_timestamp; cs_etm__queue_first_cs_timestamp() local
1540 cs_etm__convert_sample_time(struct cs_etm_queue * etmq,u64 cs_timestamp) cs_etm__convert_sample_time() argument
2619 u64 cs_timestamp; cs_etm__process_timestamped_queues() local
[all...]