From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsWp4-0006mX-PV for qemu-devel@nongnu.org; Thu, 14 Sep 2017 12:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsWp1-00008m-JD for qemu-devel@nongnu.org; Thu, 14 Sep 2017 12:17:02 -0400 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]:38423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsWp1-000087-Di for qemu-devel@nongnu.org; Thu, 14 Sep 2017 12:16:59 -0400 Received: by mail-pg0-x241.google.com with SMTP id m30so1926967pgn.5 for ; Thu, 14 Sep 2017 09:16:59 -0700 (PDT) Sender: Richard Henderson References: <150505986682.19604.11937392314067517230.stgit@frigg.lan> <150506107741.19604.8328467942268087647.stgit@frigg.lan> <3fb9d3ac-db86-2ff7-d6e1-988982d1eb18@linaro.org> <8760clpaqv.fsf@frigg.lan> From: Richard Henderson Message-ID: Date: Thu, 14 Sep 2017 09:16:56 -0700 MIME-Version: 1.0 In-Reply-To: <8760clpaqv.fsf@frigg.lan> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 5/7] trace: Add event "guest_bbl_after" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org, Paolo Bonzini , Stefan Hajnoczi , Peter Crosthwaite On 09/14/2017 08:20 AM, LluĂ­s Vilanova wrote: >> I don't understand why you wouldn't just modify tcg_gen_goto_tb and >> tcg_gen_exit_tb instead. > > I prefer to keep all generic translation-related tracing on a single file, where > it is easier to reason about. My point here was more about the inline_points. Discussed elsewhere now. r~