On 1 April 2014 14:19, Christopher Covington <c...@codeaurora.org> wrote:
> Is the A32 port able to communicate the instruction count to target software
> via the PMU?

Sort of -- we implement the PMCR in A32 now (that code just
got added recently). However it doesn't actually return an
instruction count, because QEMU doesn't count instructions
executed usually. What you get is more like a very high
precision monotonic timer that stops when the CPU halts.

thanks
-- PMM

Reply via email to