Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c311 u64 converted_timestamp; in cs_etm_decoder__do_hard_timestamp() local
323 converted_timestamp = elem->timestamp ? in cs_etm_decoder__do_hard_timestamp()
337 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()
341 if (!converted_timestamp) { in cs_etm_decoder__do_hard_timestamp()
353 } else if (packet_queue->instr_count / INSTR_PER_NS > converted_timestamp) { in cs_etm_decoder__do_hard_timestamp()
369 estimated_first_ts = converted_timestamp - in cs_etm_decoder__do_hard_timestamp()
373 packet_queue->next_cs_timestamp = converted_timestamp; in cs_etm_decoder__do_hard_timestamp()