#include <opd_ibs.h>
Data Fields | |
struct ibs_fetch_sample * | fetch |
struct ibs_op_sample * | op |
IBS information is processed in two steps. The first step decodes hardware-level IBS information and saves it in decoded form. The second step translates the decoded IBS information into IBS derived events. IBS information is tallied and is reported as derived events.
Definition at line 31 of file opd_ibs.h.
struct ibs_fetch_sample* ibs_sample::fetch [read] |
Definition at line 32 of file opd_ibs.h.
Referenced by code_ibs_fetch_sample(), opd_log_ibs_fetch(), opd_put_ibs_sample(), and trans_ibs_fetch().
struct ibs_op_sample* ibs_sample::op [read] |
Definition at line 33 of file opd_ibs.h.
Referenced by code_ibs_op_sample(), opd_log_ibs_op(), trans_ibs_op(), trans_ibs_op_bta(), trans_ibs_op_ls(), trans_ibs_op_ls_memaccess(), trans_ibs_op_mask_reserved(), trans_ibs_op_nb(), and trans_ibs_op_rip_invalid().