From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMFzE-0006nF-6g for qemu-devel@nongnu.org; Mon, 03 Aug 2015 09:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMFzA-00020X-6t for qemu-devel@nongnu.org; Mon, 03 Aug 2015 09:41:04 -0400 References: <1438593291-27109-1-git-send-email-alex.bennee@linaro.org> <1438593291-27109-2-git-send-email-alex.bennee@linaro.org> From: Paolo Bonzini Message-ID: <55BF6F68.1090103@redhat.com> Date: Mon, 3 Aug 2015 15:40:56 +0200 MIME-Version: 1.0 In-Reply-To: <1438593291-27109-2-git-send-email-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 01/11] tcg: add ability to dump /tmp/perf-.map files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, crosthwaitepeter@gmail.com, aurelien@aurel32.net, rth@twiddle.net On 03/08/2015 11:14, Alex Benn=C3=A9e wrote: > This allows the perf tool to map samples to each individual translation > block. This could be expanded for user space but currently it gives > enough information to find any hotblocks by other means. >=20 > Signed-off-by: Alex Benn=C3=A9e What happens if you encounter a tb_flush? Paolo