Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h263 uint64_t first_timestamp; member
293 uint64_t first_timestamp);
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-v5.15/tools/perf/util/
Dintel-pt.c81 u64 first_timestamp; member
1203 params.first_timestamp = pt->first_timestamp; in intel_pt_alloc_queue()
1273 pt->first_timestamp = timestamp; in intel_pt_first_timestamp()
2986 if (!pt->first_timestamp) in intel_pt_process_event()