Lines Matching refs:tsc_timestamp
153 uint64_t tsc_timestamp; member
766 uint64_t tsc_timestamp; member
878 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
897 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
977 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1560 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1567 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1579 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1667 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
3739 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
3740 decoder->sample_timestamp = decoder->tsc_timestamp; in intel_pt_decode()