The Gaudi Framework  master (37c0b60a)
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

◆ PFM_INTEL_ATOM_SEL_ANYTHR

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

Definition at line 73 of file pfmlib_intel_atom.h.

◆ PFM_INTEL_ATOM_SEL_EDGE

#define PFM_INTEL_ATOM_SEL_EDGE   0x2 /* edge detect */

Definition at line 72 of file pfmlib_intel_atom.h.

◆ PFM_INTEL_ATOM_SEL_INV

#define PFM_INTEL_ATOM_SEL_INV   0x1 /* inverse */

Definition at line 71 of file pfmlib_intel_atom.h.

◆ PMU_INTEL_ATOM_NUM_COUNTERS

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

Definition at line 46 of file pfmlib_intel_atom.h.

Function Documentation

◆ pfm_intel_atom_has_pebs()

int pfm_intel_atom_has_pebs ( pfmlib_event_t e)