qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 0/4] simpletrace : support var num/size of a


From: Lluís Vilanova
Subject: Re: [Qemu-devel] [RFC PATCH 0/4] simpletrace : support var num/size of args, strings.
Date: Mon, 02 Jan 2012 13:50:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Harsh Prateek Bora writes:

>   Converting tracetool.sh to tracetool.py

Excellent! I was thinking about switching the script language to python, but
wasn't sure if python was an acceptable build dependency for the project.

I was modifying the bash tracetool to add a tracing layer more amenable to
instrumentation (together with the API that Avi suggested for 3rd party tracing
tools to interact with QEMU).

It currently looks like:

* trace.h (includes trace-backend.h)
  -> backend={no instrumentation, static instr, dynamic instr (dlopen)}
* trace-backend.h
  -> backend={nop,stderr,simple,dtrace,...}

And similarly for TCG tracing.

What I'd like to know is if I can switch right away into this new script to
finish these changes (and avoid doing the work twice).


Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]