Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c100 uint64_t ctc_timestamp; member
582 uint64_t ctc_timestamp; member
628 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
631 timestamp = data->ctc_timestamp + in intel_pt_calc_cyc_cb()
677 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
679 data->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_cyc_cb()
681 data->ctc_timestamp -= in intel_pt_calc_cyc_cb()
749 .ctc_timestamp = decoder->ctc_timestamp, in intel_pt_calc_cyc_to_tsc()
1234 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
1236 decoder->ctc_timestamp -= ctc_rem * decoder->tsc_ctc_mult; in intel_pt_calc_tma()
[all …]