PAPI 7.1.0.0
Loading...
Searching...
No Matches
pfmlib_cell.h File Reference
Include dependency graph for pfmlib_cell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pfmlib_cell_counter_t
 
struct  pfmlib_cell_input_param_t
 
struct  pfmlib_cell_output_param_t
 

Macros

#define PMU_CELL_NUM_COUNTERS   8 /* total number of EvtSel/EvtCtr */
 
#define PMU_CELL_NUM_PERFSEL   8 /* total number of EvtSel */
 
#define PMU_CELL_NUM_PERFCTR   8 /* total number of EvtCtr */
 

Functions

int pfm_cell_spe_event (unsigned int event_index)
 

Macro Definition Documentation

◆ PMU_CELL_NUM_COUNTERS

#define PMU_CELL_NUM_COUNTERS   8 /* total number of EvtSel/EvtCtr */

Definition at line 30 of file pfmlib_cell.h.

◆ PMU_CELL_NUM_PERFCTR

#define PMU_CELL_NUM_PERFCTR   8 /* total number of EvtCtr */

Definition at line 32 of file pfmlib_cell.h.

◆ PMU_CELL_NUM_PERFSEL

#define PMU_CELL_NUM_PERFSEL   8 /* total number of EvtSel */

Definition at line 31 of file pfmlib_cell.h.

Function Documentation

◆ pfm_cell_spe_event()

int pfm_cell_spe_event ( unsigned int  event_index)

Definition at line 667 of file pfmlib_cell.c.

668{
669 if (event_index >= PME_CELL_EVENT_COUNT)
670 return 0;
671
673}
#define PME_CELL_EVENT_COUNT
Definition: cell_events.h:3079
static pme_cell_entry_t cell_pe[]
Definition: cell_events.h:24
static unsigned int get_signal_type(unsigned long long event_code)
Definition: pfmlib_cell.c:217
static int is_spe_signal_group(unsigned int signal_type)
Definition: pfmlib_cell.c:227
#define pme_code
Here is the call graph for this function: