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

Structure containing data for IA32_APERF, IA32_MPERF, and IA32_TIME_STAMP_COUNTER. More...

#include <msr_clocks.h>

Public Attributes

uint64_t ** aperf
 Raw 64-bit value stored in IA32_APERF.
 
uint64_t ** mperf
 Raw 64-bit value stored in IA32_MPERF.
 
uint64_t ** tsc
 Raw 64-bit value stored in IA32_TIME_STAMP_COUNTER.
 

Detailed Description

Structure containing data for IA32_APERF, IA32_MPERF, and IA32_TIME_STAMP_COUNTER.

Member Data Documentation

uint64_t** clocks_data::aperf

Raw 64-bit value stored in IA32_APERF.

uint64_t** clocks_data::mperf

Raw 64-bit value stored in IA32_MPERF.

uint64_t** clocks_data::tsc

Raw 64-bit value stored in IA32_TIME_STAMP_COUNTER.


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