Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h286 uint64_t first_timestamp; member
316 uint64_t first_timestamp);
Dintel-pt-decoder.c165 uint64_t first_timestamp; member
329 decoder->first_timestamp = params->first_timestamp; in intel_pt_decoder_new()
330 decoder->last_reliable_timestamp = params->first_timestamp; in intel_pt_decoder_new()
382 uint64_t first_timestamp) in intel_pt_set_first_timestamp() argument
384 decoder->first_timestamp = first_timestamp; in intel_pt_set_first_timestamp()
/linux-5.19.10/tools/perf/util/
Dintel-pt.c88 u64 first_timestamp; member
1287 params.first_timestamp = pt->first_timestamp; in intel_pt_alloc_queue()
1362 pt->first_timestamp = timestamp; in intel_pt_first_timestamp()
3246 if (!pt->first_timestamp) in intel_pt_process_event()