Home
last modified time | relevance | path

Searched refs:sample_timestamp (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c159 uint64_t sample_timestamp; member
621 decoder->sample_timestamp = decoder->timestamp; in intel_pt_update_sample_time()
3966 return decoder->sample_timestamp + est; in intel_pt_est_timestamp()
4064 decoder->sample_timestamp = decoder->tsc_timestamp; in intel_pt_decode()
4070 decoder->state.timestamp = decoder->sample_timestamp; in intel_pt_decode()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1347 if (ctx_timestamp == job->sample_timestamp) { in check_timeout()
1360 job->sample_timestamp = ctx_timestamp; in check_timeout()