libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
Structure containing data of uncore general-purpose performance counters. More...
#include <msr_counters.h>
Public Attributes | |
uint64_t ** | c0 |
Raw 64-bit value stored in MSR_UNCORE_PMC0. | |
uint64_t ** | c1 |
Raw 64-bit value stored in MSR_UNCORE_PMC1. | |
uint64_t ** | c2 |
Raw 64-bit value stored in MSR_UNCORE_PMC2. | |
uint64_t ** | c3 |
Raw 64-bit value stored in MSR_UNCORE_PMC3. | |
Structure containing data of uncore general-purpose performance counters.
uint64_t** unc_counters::c0 |
Raw 64-bit value stored in MSR_UNCORE_PMC0.
uint64_t** unc_counters::c1 |
Raw 64-bit value stored in MSR_UNCORE_PMC1.
uint64_t** unc_counters::c2 |
Raw 64-bit value stored in MSR_UNCORE_PMC2.
uint64_t** unc_counters::c3 |
Raw 64-bit value stored in MSR_UNCORE_PMC3.