Struct raw_cpuid::ProcessorTrace [−][src]
pub struct ProcessorTrace { /* fields omitted */ }Processor Trace information sub-leaf.
Methods
impl ProcessorTrace[src]
impl ProcessorTracepub fn configurable_address_ranges(&self) -> u8[src]
pub fn configurable_address_ranges(&self) -> u8Number of configurable Address Ranges for filtering (Bits 2:0).
pub fn supported_mtc_period_encodings(&self) -> u16[src]
pub fn supported_mtc_period_encodings(&self) -> u16Bitmap of supported MTC period encodings (Bit 31:16).
pub fn supported_cycle_threshold_value_encodings(&self) -> u16[src]
pub fn supported_cycle_threshold_value_encodings(&self) -> u16Bitmap of supported Cycle Threshold value encodings (Bits 15-0).
pub fn supported_psb_frequency_encodings(&self) -> u16[src]
pub fn supported_psb_frequency_encodings(&self) -> u16Bitmap of supported Configurable PSB frequency encodings (Bit 31:16)
Trait Implementations
impl Debug for ProcessorTrace[src]
impl Debug for ProcessorTracefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for ProcessorTrace[src]
impl Default for ProcessorTracefn default() -> ProcessorTrace[src]
fn default() -> ProcessorTraceReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ProcessorTrace
impl Send for ProcessorTraceimpl Sync for ProcessorTrace
impl Sync for ProcessorTrace