Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h264 uint64_t first_timestamp; member
294 uint64_t first_timestamp);
A Dintel-pt-decoder.c162 uint64_t first_timestamp; member
320 decoder->first_timestamp = params->first_timestamp; in intel_pt_decoder_new()
321 decoder->last_reliable_timestamp = params->first_timestamp; in intel_pt_decoder_new()
373 uint64_t first_timestamp) in intel_pt_set_first_timestamp() argument
375 decoder->first_timestamp = first_timestamp; in intel_pt_set_first_timestamp()
/linux/tools/perf/util/
A Dintel-pt.c81 u64 first_timestamp; member
1214 params.first_timestamp = pt->first_timestamp; in intel_pt_alloc_queue()
1284 pt->first_timestamp = timestamp; in intel_pt_first_timestamp()
3066 if (!pt->first_timestamp) in intel_pt_process_event()

Completed in 17 milliseconds