Hi,

We are trying to optimism L2 performance, so we  want to see execution & load graph for the same using CCS.

 I tried below cfg configuration for L2 

BIOS.libType = BIOS.LibType_Instrumented

LoggingSetup.disableMulticoreEventCorrelation= false;

     LoggingSetup.sysbiosTaskLoggingRuntimeControl = false;   

    LoggingSetup.sysbiosTaskLogging = false;

    LoggingSetup.loadTaskLogging = true;   

 

    /* sysbios load logging */

    LoggingSetup.loadLoggingRuntimeControl = false;   

    LoggingSetup.loadLogging = true;  

 

    LoggingSetup.sysbiosHwiLoggingRuntimeControl = false; 

    LoggingSetup.sysbiosHwiLogging = false;

    LoggingSetup.loadHwiLogging = true;

 

    LoggingSetup.sysbiosSwiLoggingRuntimeControl = false; 

    LoggingSetup.sysbiosSwiLogging = false;  

    LoggingSetup.loadSwiLogging = true;

But I am not able to see any execution graph. I have tried to see execution graph for L1 also with its default compilation. Still the same result.

So can you please help us for the same.

Thanks & Regards

Gautam Shah