Linux Perf
intel_pt_calc_cyc_to_tsc_info Struct Reference
Collaboration diagram for intel_pt_calc_cyc_to_tsc_info:
Collaboration graph

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
 

Detailed Description

Definition at line 619 of file intel-pt-decoder.c.

Member Data Documentation

◆ cbr

unsigned int intel_pt_calc_cyc_to_tsc_info::cbr

Definition at line 621 of file intel-pt-decoder.c.

◆ cbr_cyc_to_tsc

double intel_pt_calc_cyc_to_tsc_info::cbr_cyc_to_tsc

Definition at line 630 of file intel-pt-decoder.c.

◆ ctc_delta

uint64_t intel_pt_calc_cyc_to_tsc_info::ctc_delta

Definition at line 624 of file intel-pt-decoder.c.

◆ ctc_timestamp

uint64_t intel_pt_calc_cyc_to_tsc_info::ctc_timestamp

Definition at line 623 of file intel-pt-decoder.c.

◆ cycle_cnt

uint64_t intel_pt_calc_cyc_to_tsc_info::cycle_cnt

Definition at line 620 of file intel-pt-decoder.c.

◆ fixup_last_mtc

bool intel_pt_calc_cyc_to_tsc_info::fixup_last_mtc

Definition at line 628 of file intel-pt-decoder.c.

◆ from_mtc

bool intel_pt_calc_cyc_to_tsc_info::from_mtc

Definition at line 629 of file intel-pt-decoder.c.

◆ have_tma

bool intel_pt_calc_cyc_to_tsc_info::have_tma

Definition at line 627 of file intel-pt-decoder.c.

◆ last_mtc

uint32_t intel_pt_calc_cyc_to_tsc_info::last_mtc

Definition at line 622 of file intel-pt-decoder.c.

◆ timestamp

uint64_t intel_pt_calc_cyc_to_tsc_info::timestamp

Definition at line 626 of file intel-pt-decoder.c.

◆ tsc_timestamp

uint64_t intel_pt_calc_cyc_to_tsc_info::tsc_timestamp

Definition at line 625 of file intel-pt-decoder.c.


The documentation for this struct was generated from the following file: