3.4.12. CADIProfiling::CADIProfileSetAddrExecutionFrequency()

Writes the execution frequency for numberOfAddr disassembly addresses according to values saved in freq.

virtual CADIReturn_t CADIProfiling::CADIProfileSetAddrExecutionFrequency (
        uint64_t startAddr, uint32_t numberOfAddr, uint64_t * freq, 
        uint32_t & actualNumberOfAddr) =0

where:

startAddr

is the starting address for the memory units.

numberOfAddr

is the number of memory units.

freq

contains the values to use to update the disassembly addresses.

Note

freq must point to an array of uint32_t with size numberOfAddr.

actualNumberOfAddr

contains the number of addresses updated.

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