The Gaudi Framework  v29r0 (ff2e7097)
pfmlib_intel_atom.h File Reference
#include <perfmon/pfmlib.h>
Include dependency graph for pfmlib_intel_atom.h:

Go to the source code of this file.

Classes

union  pfm_intel_atom_sel_reg_t
 
struct  pfmlib_intel_atom_counter_t
 
struct  pfmlib_intel_atom_input_param_t
 

Macros

#define PMU_INTEL_ATOM_NUM_COUNTERS   5 /* 2 generic + 3 fixed */
 
#define PFM_INTEL_ATOM_SEL_INV   0x1 /* inverse */
 
#define PFM_INTEL_ATOM_SEL_EDGE   0x2 /* edge detect */
 
#define PFM_INTEL_ATOM_SEL_ANYTHR   0x4 /* measure on any of 2 threads */
 

Functions

int pfm_intel_atom_has_pebs (pfmlib_event_t *e)
 

Macro Definition Documentation

#define PFM_INTEL_ATOM_SEL_ANYTHR   0x4 /* measure on any of 2 threads */

Definition at line 72 of file pfmlib_intel_atom.h.

#define PFM_INTEL_ATOM_SEL_EDGE   0x2 /* edge detect */

Definition at line 71 of file pfmlib_intel_atom.h.

#define PFM_INTEL_ATOM_SEL_INV   0x1 /* inverse */

Definition at line 70 of file pfmlib_intel_atom.h.

#define PMU_INTEL_ATOM_NUM_COUNTERS   5 /* 2 generic + 3 fixed */

Definition at line 45 of file pfmlib_intel_atom.h.

Function Documentation

int pfm_intel_atom_has_pebs ( pfmlib_event_t e)