Home
last modified time | relevance | path

Searched defs:intel_pt_calc_cyc_to_tsc_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c670 struct intel_pt_calc_cyc_to_tsc_info { struct
671 uint64_t cycle_cnt;
672 unsigned int cbr;
673 uint32_t last_mtc;
674 uint64_t ctc_timestamp;
675 uint64_t ctc_delta;
676 uint64_t tsc_timestamp;
677 uint64_t timestamp;
678 bool have_tma;
679 bool fixup_last_mtc;
[all …]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c773 struct intel_pt_calc_cyc_to_tsc_info { struct
774 uint64_t cycle_cnt;
775 unsigned int cbr;
776 uint32_t last_mtc;
777 uint64_t ctc_timestamp;
778 uint64_t ctc_delta;
779 uint64_t tsc_timestamp;
780 uint64_t timestamp;
781 bool have_tma;
782 bool fixup_last_mtc;
[all …]