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

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

Completed in 205 milliseconds