On Wed, Jul 8, 2020 at 5:41 PM Philippe Mathieu-Daudé wrote:
>
> Hi Ahmed,
>
> On 7/2/20 4:29 PM, Ahmed Karaman wrote:
> > Python script that dissects QEMU execution into three main phases:
> > code generation, JIT execution and helpers execution.
> >
> > Syntax:
> > dissect.py [-h] -- [] \
> >
Hi Ahmed,
On 7/2/20 4:29 PM, Ahmed Karaman wrote:
> Python script that dissects QEMU execution into three main phases:
> code generation, JIT execution and helpers execution.
>
> Syntax:
> dissect.py [-h] -- [] \
> []
>
> [-h] - Print the script arguments help message.
>
> Ex
On Thu, Jul 2, 2020 at 5:45 PM Aleksandar Markovic
wrote:
>
>
> A very good script! Hopefully there will be some script in near future that
> will, for example, list all hepers used in the test program.
>
> Reviewed-by: Aleksandar Markovic
>
>
Thanks Mr. Aleksandar. I Will start working on it.
On Thursday, July 2, 2020, Ahmed Karaman
wrote:
> Python script that dissects QEMU execution into three main phases:
> code generation, JIT execution and helpers execution.
>
> Syntax:
> dissect.py [-h] -- [] \
> []
>
> [-h] - Print the script arguments help message.
>
> Exampl
Python script that dissects QEMU execution into three main phases:
code generation, JIT execution and helpers execution.
Syntax:
dissect.py [-h] -- [] \
[]
[-h] - Print the script arguments help message.
Example of usage:
dissect.py -- qemu-arm coulomb_double-arm
Example outp