libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
Structure containing general information about the fixed-function performance counters on the platform. More...
#include <msr_counters.h>
Public Attributes | |
int | num_counters |
Number of fixed-function performance counters available per core (e.g., IA32_FIXED_CTR0, IA32_FIXED_CTR1, IA32_FIXED_CTR2). | |
int | width |
Bit width of the fixed-function performance counters. | |
Structure containing general information about the fixed-function performance counters on the platform.
int fixed_counter_config::num_counters |
Number of fixed-function performance counters available per core (e.g., IA32_FIXED_CTR0, IA32_FIXED_CTR1, IA32_FIXED_CTR2).
int fixed_counter_config::width |
Bit width of the fixed-function performance counters.