The Gaudi Framework  v29r0 (ff2e7097)
pfmlib_core.h File Reference
#include <perfmon/pfmlib.h>
Include dependency graph for pfmlib_core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  pfm_core_sel_reg_t
 
struct  pfmlib_core_counter_t
 
struct  pfmlib_core_pebs_t
 
struct  pfmlib_core_input_param_t
 
struct  pfmlib_core_output_param_t
 

Macros

#define PMU_CORE_NUM_FIXED_COUNTERS   3 /* number of fixed counters */
 
#define PMU_CORE_NUM_GEN_COUNTERS   2 /* number of generic counters */
 
#define PMU_CORE_NUM_COUNTERS   5 /* number of counters */
 
#define PFM_CORE_SEL_INV   0x1 /* inverse */
 
#define PFM_CORE_SEL_EDGE   0x2 /* edge detect */
 

Functions

int pfm_core_is_pebs (pfmlib_event_t *e)
 

Macro Definition Documentation

#define PFM_CORE_SEL_EDGE   0x2 /* edge detect */

Definition at line 69 of file pfmlib_core.h.

#define PFM_CORE_SEL_INV   0x1 /* inverse */

Definition at line 68 of file pfmlib_core.h.

#define PMU_CORE_NUM_COUNTERS   5 /* number of counters */

Definition at line 43 of file pfmlib_core.h.

#define PMU_CORE_NUM_FIXED_COUNTERS   3 /* number of fixed counters */

Definition at line 41 of file pfmlib_core.h.

#define PMU_CORE_NUM_GEN_COUNTERS   2 /* number of generic counters */

Definition at line 42 of file pfmlib_core.h.

Function Documentation

int pfm_core_is_pebs ( pfmlib_event_t e)