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

Structure containing data for IA32_PERF_STATUS and IA32_PERF_CTL. More...

#include <msr_clocks.h>

Public Attributes

uint64_t ** perf_status
 Raw 64-bit value stored in IA32_PERF_STATUS.
 
uint64_t ** perf_ctl
 Raw 64-bit value stored in IA32_PERF_CTL.
 

Detailed Description

Structure containing data for IA32_PERF_STATUS and IA32_PERF_CTL.

Member Data Documentation

uint64_t** perf_data::perf_ctl

Raw 64-bit value stored in IA32_PERF_CTL.

uint64_t** perf_data::perf_status

Raw 64-bit value stored in IA32_PERF_STATUS.


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