Lines Matching refs:tsc_timestamp
156 uint64_t tsc_timestamp; member
779 uint64_t tsc_timestamp; member
894 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
913 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
993 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1810 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1817 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1829 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1921 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
4059 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
4060 decoder->sample_timestamp = decoder->tsc_timestamp; in intel_pt_decode()