From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNKaS-0000Zf-Sz for qemu-devel@nongnu.org; Tue, 20 Jun 2017 10:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNKaO-0006Vn-PU for qemu-devel@nongnu.org; Tue, 20 Jun 2017 10:57:00 -0400 Received: from mail-wr0-x22e.google.com ([2a00:1450:400c:c0c::22e]:35368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNKaO-0006VR-J1 for qemu-devel@nongnu.org; Tue, 20 Jun 2017 10:56:56 -0400 Received: by mail-wr0-x22e.google.com with SMTP id y25so55176217wrd.2 for ; Tue, 20 Jun 2017 07:56:56 -0700 (PDT) References: <20170619104655.31104-1-alex.bennee@linaro.org> <20170619104655.31104-13-alex.bennee@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 20 Jun 2017 15:57:37 +0100 Message-ID: <87vanqu2ou.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RISU PATCH v5 12/13] new: record_traces.sh helper script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Peter Maydell writes: > On 19 June 2017 at 11:46, Alex Bennée wrote: >> A simple script to run through a bunch of binaries and generate their >> trace files. >> >> Signed-off-by: Alex Bennée >> >> --- >> v5 >> - author, license and usage header >> v3 >> - allow overriding of RISU binary >> --- >> record_traces.sh | 32 ++++++++++++++++++++++++++++++++ >> 1 file changed, 32 insertions(+) >> create mode 100755 record_traces.sh > > Another one for contrib/, I think. OK will do. > > thanks > -- PMM -- Alex Bennée