[added Markus to Cc for his view on options]
vandersonmr writes:
> Added -execfreq to enable execution frequency counting and dump
> all the TB's addresses and their execution frequency at the end
> of the execution.
>
> Signed-off-by: vandersonmr
This works well enough but we are going to n
On 6/14/19 6:53 AM, vandersonmr wrote:
> Added -execfreq to enable execution frequency counting and dump
> all the TB's addresses and their execution frequency at the end
> of the execution.
>
> Signed-off-by: vandersonmr
> ---
> linux-user/exit.c | 5 +
> linux-user/main.c | 7 +++
> 2
Added -execfreq to enable execution frequency counting and dump
all the TB's addresses and their execution frequency at the end
of the execution.
Signed-off-by: vandersonmr
---
linux-user/exit.c | 5 +
linux-user/main.c | 7 +++
2 files changed, 12 insertions(+)
diff --git a/linux-user/