From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7178-0000r5-2b for qemu-devel@nongnu.org; Tue, 15 Jul 2014 07:41:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X716x-0003Xx-PK for qemu-devel@nongnu.org; Tue, 15 Jul 2014 07:41:42 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:59339 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X716x-0003XF-JY for qemu-devel@nongnu.org; Tue, 15 Jul 2014 07:41:31 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 15 Jul 2014 12:42:18 +0100 Message-Id: <1405424541-21803-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/3] some TCG related trace patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefanha@redhat.com Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , qemu-devel@nongnu.org, mohamad.gebai@gmail.com The first patch is simply a re-base of the tweaks I made to the lttng backend scripts to deal with additional format strings. The other two are from some basic instrumenting I've been doing to see where the time is going. Depending on workload it seems our tb_find_fast() path doesn't see many hits. Alex Bennée (3): trace: teach lttng backend to use format strings trace: add some tcg tracing support trace: instrument and trace tcg tb flush activity cpu-exec.c | 9 +++++++++ cputlb.c | 2 +- include/qom/cpu.h | 13 +++++++++++++ include/trace.h | 10 ++++++++++ qom/cpu.c | 2 +- scripts/tracetool/__init__.py | 12 ++++++++++-- scripts/tracetool/format/ust_events_h.py | 15 +++++++++++---- trace-events | 11 +++++++++++ translate-all.c | 17 ++++++++++++++++- 9 files changed, 82 insertions(+), 9 deletions(-) -- 2.0.1