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
unc_counters Struct Reference

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.
 

Detailed Description

Structure containing data of uncore general-purpose performance counters.

Member Data Documentation

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.


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