|
AM64x MCU+ SDK
10.00.00
|
|
Go to the documentation of this file.
58 #include <drivers/pmu/r5f/csl_arm_r5_pmu.h>
uint32_t numEventCounters
Definition: pmu.h:92
int32_t PMU_profileStart(const char *name)
Function to start profiling with the current configuration.
PMU_EventCfg * eventCounters
Definition: pmu.h:93
int32_t PMU_init(PMU_Config *cfg)
Function to initialize the PMU for profiling.
Data structure used in PMU_Config.
Definition: pmu.h:77
int32_t PMU_profileEnd(const char *name)
Function to end profiling with the current configuration.
uint32_t type
Definition: pmu.h:78
Data structure to be used with PMU_init.
Definition: pmu.h:90
uint32_t bCycleCounter
Definition: pmu.h:91
const char * name
Definition: pmu.h:80
void PMU_profilePrintEntry(const char *name)
Function to print the profiling stats for a particular profiling point.
void PMU_profilePrint(void)
Function to print the profiling stats for all the points done till now.