Searched defs:intel_pt_calc_cyc_to_tsc_info (Results 1 – 1 of 1) sorted by relevance
650 struct intel_pt_calc_cyc_to_tsc_info { struct651 uint64_t cycle_cnt;652 unsigned int cbr;653 uint32_t last_mtc;654 uint64_t ctc_timestamp;655 uint64_t ctc_delta;656 uint64_t tsc_timestamp;657 uint64_t timestamp;658 bool have_tma;659 bool fixup_last_mtc;[all …]