| |||
| Home > The Cycle Accurate Debug Interface > The CADIProfiling class > 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:
startAddris the starting address for the memory units.
numberOfAddris the number of memory units.
freqcontains the values to use to update the disassembly addresses.
must point
to an array of frequint32_t with size .numberOfAddr
actualNumberOfAddrcontains the number of addresses updated.