PAPI 7.1.0.0
Loading...
Searching...
No Matches
pentium4_replay_regs_t Struct Reference

#include <pfmlib_pentium4_priv.h>

Data Fields

int enb
 
int mat_vert
 

Detailed Description

pentium4_replay_regs_t

Describe one pair of PEBS registers for use with the replay_event event.

"p4_replay_regs" is a flat array of these structures that defines all the PEBS pairs per Table A-10 of the Intel System Programming Guide Vol 3B.

@enb: value for the PEBS_ENABLE register for a given replay metric. @mat_vert: value for the PEBS_MATRIX_VERT register for a given metric. The replay_event event defines a series of virtual mask bits that serve as indexes into this array. The values at that index provide information programmed into the PEBS registers to count specific metrics available to the replay_event event.

Definition at line 106 of file pfmlib_pentium4_priv.h.

Field Documentation

◆ enb

int pentium4_replay_regs_t::enb

Definition at line 107 of file pfmlib_pentium4_priv.h.

◆ mat_vert

int pentium4_replay_regs_t::mat_vert

Definition at line 108 of file pfmlib_pentium4_priv.h.


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