From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKsUF-00049Z-Kw for qemu-devel@nongnu.org; Mon, 31 Oct 2011 10:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKsU5-0005Nn-7m for qemu-devel@nongnu.org; Mon, 31 Oct 2011 10:05:15 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:60620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKsU4-0005N4-Ub for qemu-devel@nongnu.org; Mon, 31 Oct 2011 10:05:05 -0400 Received: by faap15 with SMTP id p15so6601028faa.4 for ; Mon, 31 Oct 2011 07:05:04 -0700 (PDT) Date: Mon, 31 Oct 2011 14:05:02 +0000 From: Stefan Hajnoczi Message-ID: <20111031140502.GA17294@stefanha-thinkpad.localdomain> References: <1320031744-3016-1-git-send-email-wudxw@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1320031744-3016-1-git-send-email-wudxw@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH v2] trace: Add wildcard trace event support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Wu Cc: Stefan Hajnoczi , qemu-devel@nongnu.org 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 > --- > 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