Linux Perf
|
Public Attributes | |
uint64_t | cycle_cnt |
unsigned int | cbr |
uint32_t | last_mtc |
uint64_t | ctc_timestamp |
uint64_t | ctc_delta |
uint64_t | tsc_timestamp |
uint64_t | timestamp |
bool | have_tma |
bool | fixup_last_mtc |
bool | from_mtc |
double | cbr_cyc_to_tsc |
Definition at line 619 of file intel-pt-decoder.c.
unsigned int intel_pt_calc_cyc_to_tsc_info::cbr |
Definition at line 621 of file intel-pt-decoder.c.
double intel_pt_calc_cyc_to_tsc_info::cbr_cyc_to_tsc |
Definition at line 630 of file intel-pt-decoder.c.
uint64_t intel_pt_calc_cyc_to_tsc_info::ctc_delta |
Definition at line 624 of file intel-pt-decoder.c.
uint64_t intel_pt_calc_cyc_to_tsc_info::ctc_timestamp |
Definition at line 623 of file intel-pt-decoder.c.
uint64_t intel_pt_calc_cyc_to_tsc_info::cycle_cnt |
Definition at line 620 of file intel-pt-decoder.c.
bool intel_pt_calc_cyc_to_tsc_info::fixup_last_mtc |
Definition at line 628 of file intel-pt-decoder.c.
bool intel_pt_calc_cyc_to_tsc_info::from_mtc |
Definition at line 629 of file intel-pt-decoder.c.
bool intel_pt_calc_cyc_to_tsc_info::have_tma |
Definition at line 627 of file intel-pt-decoder.c.
uint32_t intel_pt_calc_cyc_to_tsc_info::last_mtc |
Definition at line 622 of file intel-pt-decoder.c.
uint64_t intel_pt_calc_cyc_to_tsc_info::timestamp |
Definition at line 626 of file intel-pt-decoder.c.
uint64_t intel_pt_calc_cyc_to_tsc_info::tsc_timestamp |
Definition at line 625 of file intel-pt-decoder.c.