The Gaudi Framework  v30r3 (a5ef0a68)
pfmlib_gen_ia32.h File Reference
#include <perfmon/pfmlib.h>
Include dependency graph for pfmlib_gen_ia32.h:

Go to the source code of this file.

Classes

union  pfm_gen_ia32_sel_reg_t
 
struct  pfmlib_gen_ia32_counter_t
 
struct  pfmlib_gen_ia32_input_param_t
 
struct  pfmlib_gen_ia32_output_param_t
 

Macros

#define PMU_GEN_IA32_MAX_COUNTERS   PFMLIB_MAX_PMCS
 
#define PMU_GEN_IA32_COUNTER_WIDTH   32
 
#define PFM_GEN_IA32_SEL_INV   0x1 /* inverse */
 
#define PFM_GEN_IA32_SEL_EDGE   0x2 /* edge detect */
 
#define PFM_GEN_IA32_SEL_ANYTHR   0x4 /* measure on any thread (v3 and up) */
 

Macro Definition Documentation

#define PFM_GEN_IA32_SEL_ANYTHR   0x4 /* measure on any thread (v3 and up) */

Definition at line 79 of file pfmlib_gen_ia32.h.

#define PFM_GEN_IA32_SEL_EDGE   0x2 /* edge detect */

Definition at line 78 of file pfmlib_gen_ia32.h.

#define PFM_GEN_IA32_SEL_INV   0x1 /* inverse */

Definition at line 77 of file pfmlib_gen_ia32.h.

#define PMU_GEN_IA32_COUNTER_WIDTH   32

Definition at line 52 of file pfmlib_gen_ia32.h.

#define PMU_GEN_IA32_MAX_COUNTERS   PFMLIB_MAX_PMCS

Definition at line 44 of file pfmlib_gen_ia32.h.