#include <stdint.h>
#include "xparameters_ps.h"
#include "xl2cc_counter.h"
#include "xl2cc.h"
Functions | |
void | XL2cc_EventCtrReset (void) |
void | XL2cc_EventCtrInit (int Event0, int Event1) |
void | XL2cc_EventCtrStart (void) |
void | XL2cc_EventCtrStop (u32 *EveCtr0, u32 *EveCtr1) |
MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ----------------------------------------------- 1.00a sdm 07/11/11 First release 3.07a asa 08/30/12 Updated for CR 675636 to provide the L2 Base Address inside the APIs
|
This function initializes the event counters in L2 Cache controller with a set of event codes specified by the user.
|
|
This function resets the event counters in L2 Cache controller.
|
|
This function starts the event counters in L2 Cache controller.
|
|
This function disables the event counters in L2 Cache controller, saves the counter values and resets the counters.
|