qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 11/13] trace-state: [simple] disable all trac


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v7 11/13] trace-state: [simple] disable all trace points by default
Date: Wed, 31 Aug 2011 11:21:13 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Aug 25, 2011 at 09:18:43PM +0200, Lluís wrote:
> Note that this refers to the backend-specific state (whether the output must 
> be
> generated), not the event "disabled" property (which always uses the "nop"
> backend).
> 
> Signed-off-by: Lluís Vilanova <address@hidden>
> ---
>  scripts/tracetool |    9 ++-------
>  trace-events      |    3 ---
>  2 files changed, 2 insertions(+), 10 deletions(-)

At this point the quickstart in docs/tracing.txt may be confusing since
QEMU runs as normal but no events are recorded :).  Please add a step
before launching QEMU that creates a simple events file, like:
bdrv_aio_readv
bdrv_aio_writev

This way people looking at the quickstart know they need to choose
events that they would like to record and use -trace events=my-events.

Stefan



reply via email to

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