Struct raw_cpuid::ProcessorTrace[][src]

pub struct ProcessorTrace { /* fields omitted */ }

Processor Trace information sub-leaf.

Methods

impl ProcessorTrace
[src]

Number of configurable Address Ranges for filtering (Bits 2:0).

Bitmap of supported MTC period encodings (Bit 31:16).

Bitmap of supported Cycle Threshold value encodings (Bits 15-0).

Bitmap of supported Configurable PSB frequency encodings (Bit 31:16)

Trait Implementations

impl Debug for ProcessorTrace
[src]

Formats the value using the given formatter. Read more

impl Default for ProcessorTrace
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations