This function disables the event counters in L2 Cache controller, saves the counter values and resets the counters.
Prototype
void XL2cc_EventCtrStop(u32 *EveCtr0, u32 *EveCtr1);
Parameters
The following table lists the XL2cc_EventCtrStop
function arguments.
Name | Description |
---|---|
EveCtr0 | Output parameter which is used to return the value in event counter 0. |
EveCtr1 | Output parameter which is used to return the value in event counter 1. |