libmsr  0.3.0
A friendlier interface to accessing MSRs on Intel platforms
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
fixed_counter_config Struct Reference

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.
 

Detailed Description

Structure containing general information about the fixed-function performance counters on the platform.

Member Data Documentation

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.


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