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 <wu...@linux.vnet.ibm.com> > --- > 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