#include <opd_ibs.h>
Data Fields | |
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.
Definition at line 42 of file opd_ibs.h.
unsigned int ibs_fetch_sample::dummy_event |
unsigned int ibs_fetch_sample::ibs_fetch_ctl_high |
Definition at line 46 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned int ibs_fetch_sample::ibs_fetch_ctl_low |
Definition at line 45 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned int ibs_fetch_sample::ibs_fetch_lin_addr_high |
Definition at line 49 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned int ibs_fetch_sample::ibs_fetch_lin_addr_low |
Definition at line 48 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned int ibs_fetch_sample::ibs_fetch_phys_addr_high |
Definition at line 52 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned int ibs_fetch_sample::ibs_fetch_phys_addr_low |
Definition at line 51 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().
unsigned long int ibs_fetch_sample::rip |
Definition at line 43 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample().