itrace
Instrumented Trace
DSP PMU event definitions

Note: these values are NOT the values of the PMU events. More...

Modules

 Events common to all DSPs: ['65', '66', '68', '69', '73', '75']
 
 Events specific to some DSPs
 

Macros

#define DUMMY_DSP_PMU_EVENT_FIRST   0x7fff
 Dummy first event to help calculate ITRACE_NUMBER_DEFINED_DSP_EVENTS_PMU.
 
#define DUMMY_DSP_PMU_EVENT_LAST   0x8201
 Dummy last event to help calculate ITRACE_NUMBER_DEFINED_DSP_EVENTS_PMU.
 
#define ITRACE_NUMBER_DEFINED_DSP_EVENTS_PMU   (DUMMY_DSP_PMU_EVENT_FIRST&DUMMY_DSP_PMU_EVENT_LAST)
 Number of supported PMU events.
 
#define ITRACE_DSP_PMU_OFFSET   (DUMMY_DSP_PMU_EVENT_FIRST+1)
 Offset to the first PMU event id.
 
#define ITRACE_DSP_IS_PMU_EVENT(id)   ((id>=ITRACE_DSP_PMU_OFFSET) && (id<(ITRACE_DSP_PMU_OFFSET+ITRACE_NUMBER_DEFINED_DSP_EVENTS_PMU)))
 True if DSP event is of a PMU event.
 

Detailed Description

Note: these values are NOT the values of the PMU events.