3.4.8. CADIProfiling::CADIProfileSetRegAccesses()

Writes the number of read/write accesses for numberOfRegs registers according to values saved in reg, starting with register index startReg.

virtual CADIReturn_t CADIProfiling::CADIProfileSetRegAccesses (
        uint32_t startRegID, uint32_t numberOfRegs,
        CADIRegProfileResults_t * reg, uint32_t & actualNumberOfRegs) =0

where:

startRegID

is the index of the first register.

NumberOfRegs

is the number of registers the profiling data.

reg

contains the results on return.

Note

reg must point to an array of objects of type CADIResourceProfileResults_t with size numberOfRegs.

actualNumberOfRegs

contains the number of updated registers.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential