On 08/12/2010 05:36 AM, Stefan Hajnoczi wrote:
This patch series adds static tracing to QEMU. It can be used to instrument
QEMU code by means of lightweight logging called trace events.
Prerna and I are now posting the entire patch series with a serious eye towards
checking we meet users' and d
Stefan Hajnoczi writes:
> 1. Writing the trace buffer is currently synchronous - fwrite(3) is
> used by the unlucky caller that fills up the trace buffer. Ideally
> traces should never block and write-out would be asynchronous. With a
> regular file I'm not sure how much of an issue this is to p
On Thu, Aug 12, 2010 at 7:10 PM, Blue Swirl wrote:
> On Thu, Aug 12, 2010 at 10:36 AM, Stefan Hajnoczi
> wrote:
>> This patch series adds static tracing to QEMU. It can be used to instrument
>> QEMU code by means of lightweight logging called trace events.
>>
>> Prerna and I are now posting the
On Thu, Aug 12, 2010 at 10:36 AM, Stefan Hajnoczi
wrote:
> This patch series adds static tracing to QEMU. It can be used to instrument
> QEMU code by means of lightweight logging called trace events.
>
> Prerna and I are now posting the entire patch series with a serious eye
> towards
> checking
This patch series adds static tracing to QEMU. It can be used to instrument
QEMU code by means of lightweight logging called trace events.
Prerna and I are now posting the entire patch series with a serious eye towards
checking we meet users' and developers' tracing needs and with the goal of
get