![]() |
The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <perfmon/pfmlib.h>

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) |
| #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.
| int pfm_core_is_pebs | ( | pfmlib_event_t * | e | ) |