Re: [Qemu-devel] [Qemu-Devel][PATCH 3/3] Adding command line option to linux-user.

2019-06-17 Thread Alex Bennée
[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

Re: [Qemu-devel] [Qemu-Devel][PATCH 3/3] Adding command line option to linux-user.

2019-06-16 Thread Richard Henderson
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

[Qemu-devel] [Qemu-Devel][PATCH 3/3] Adding command line option to linux-user.

2019-06-14 Thread vandersonmr
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/