qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] trace: Add wildcard trace event support


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] trace: Add wildcard trace event support
Date: Mon, 31 Oct 2011 14:05:02 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Oct 31, 2011 at 11:29:04AM +0800, Mark Wu wrote:
> A basic wildcard matching is supported in both the monitor command
> "trace-event" and the events list file. That means you can enable/disable
> the events having a common prefix in a batch. For example, virtio-blk trace
> events could be enabled using:
>     trace-event virtio_blk_* on
> 
> Signed-off-by: Mark Wu <address@hidden>
> ---
>  docs/tracing.txt |    9 ++++++++-
>  net/queue.c      |    1 +
>  trace/simple.c   |   19 +++++++++++++++++--
>  trace/stderr.c   |   17 ++++++++++++++++-
>  4 files changed, 42 insertions(+), 4 deletions(-)

Thanks, applied to the tracing tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/tracing

I removed the net/queue.c hunk from the patch.

Stefan



reply via email to

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