AM64x MCU+ SDK  08.06.00

Introduction

PMU Driver API/interface file.

Go to the source code of this file.

Data Structures

struct  PMU_EventCfg
 Data structure used in PMU_Config. More...
 
struct  PMU_Config
 Data structure to be used with PMU_init. More...
 

Functions

int32_t PMU_init (PMU_Config *cfg)
 Function to initialize the PMU for profiling. More...
 
int32_t PMU_profileStart (const char *name)
 Function to start profiling with the current configuration. More...
 
int32_t PMU_profileEnd (const char *name)
 Function to end profiling with the current configuration. More...
 
void PMU_profilePrintEntry (const char *name)
 Function to print the profiling stats for a particular profiling point. More...
 
void PMU_profilePrint (void)
 Function to print the profiling stats for all the points done till now. More...