|
PAPI 7.1.0.0
|


Go to the source code of this file.
Data Structures | |
| struct | pfm_control_state_t |
| struct | pfm_context_t |
Macros | |
| #define | DEBUGCALL(a, b) { if (ISLEVEL(a)) { b; } } |
| #define | MAX_COUNTERS PFMLIB_MAX_PMCS |
| #define | MAX_COUNTER_TERMS PFMLIB_MAX_PMCS |
Typedefs | |
| typedef pfmlib_event_t | pfm_register_t |
| typedef int | pfm_register_map_t |
| typedef int | pfm_reg_alloc_t |
| typedef pfm_reg_alloc_t | cmp_reg_alloc_t |
| typedef pfm_register_t | cmp_register_t |
| typedef pfm_control_state_t | cmp_control_state_t |
| typedef pfm_context_t | cmp_context_t |
Definition at line 39 of file components/perfmon2/perfmon.h.
| #define MAX_COUNTER_TERMS PFMLIB_MAX_PMCS |
Definition at line 49 of file components/perfmon2/perfmon.h.
| #define MAX_COUNTERS PFMLIB_MAX_PMCS |
Definition at line 48 of file components/perfmon2/perfmon.h.
| typedef pfm_context_t cmp_context_t |
Definition at line 101 of file components/perfmon2/perfmon.h.
Definition at line 100 of file components/perfmon2/perfmon.h.
| typedef pfm_reg_alloc_t cmp_reg_alloc_t |
Definition at line 98 of file components/perfmon2/perfmon.h.
| typedef pfm_register_t cmp_register_t |
Definition at line 99 of file components/perfmon2/perfmon.h.
| typedef int pfm_reg_alloc_t |
Definition at line 46 of file components/perfmon2/perfmon.h.
| typedef int pfm_register_map_t |
Definition at line 45 of file components/perfmon2/perfmon.h.
| typedef pfmlib_event_t pfm_register_t |
Definition at line 44 of file components/perfmon2/perfmon.h.