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

/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c289 if (!packet_queue->next_cs_timestamp)
296 packet_queue->cs_timestamp = min(packet_queue->next_cs_timestamp, estimated_ts);
331 if (packet_queue->next_cs_timestamp) {
336 packet_queue->cs_timestamp = packet_queue->next_cs_timestamp;
337 packet_queue->next_cs_timestamp = converted_timestamp;
373 packet_queue->next_cs_timestamp = converted_timestamp;
386 packet_queue->next_cs_timestamp = 0;
/linux-master/tools/perf/util/
H A Dcs-etm.h207 u64 next_cs_timestamp; member in struct:cs_etm_packet_queue

Completed in 153 milliseconds