This struct represents the hardware-level IBS fetch information. More...
#include <opd_ibs.h>
Public Attributes | |
| unsigned long int | rip |
| unsigned int | ibs_fetch_ctl_low |
| unsigned int | ibs_fetch_ctl_high |
| unsigned int | ibs_fetch_lin_addr_low |
| unsigned int | ibs_fetch_lin_addr_high |
| unsigned int | ibs_fetch_phys_addr_low |
| unsigned int | ibs_fetch_phys_addr_high |
| unsigned int | dummy_event |
This struct represents the hardware-level IBS fetch information.
Each field corresponds to a model-specific register (MSR.) See the BIOS and Kernel Developer's Guide for AMD Model Family 10h Processors for further details.
| unsigned int ibs_fetch_sample::dummy_event |
| unsigned int ibs_fetch_sample::ibs_fetch_ctl_high |
Referenced by code_ibs_fetch_sample().
| unsigned int ibs_fetch_sample::ibs_fetch_ctl_low |
Referenced by code_ibs_fetch_sample().
| unsigned int ibs_fetch_sample::ibs_fetch_lin_addr_high |
Referenced by code_ibs_fetch_sample().
| unsigned int ibs_fetch_sample::ibs_fetch_lin_addr_low |
Referenced by code_ibs_fetch_sample().
| unsigned int ibs_fetch_sample::ibs_fetch_phys_addr_high |
Referenced by code_ibs_fetch_sample().
| unsigned int ibs_fetch_sample::ibs_fetch_phys_addr_low |
Referenced by code_ibs_fetch_sample().
| unsigned long int ibs_fetch_sample::rip |
Referenced by code_ibs_fetch_sample().
1.6.1