From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754967Ab3AXS1n (ORCPT ); Thu, 24 Jan 2013 13:27:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32827 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753932Ab3AXS1l (ORCPT ); Thu, 24 Jan 2013 13:27:41 -0500 Date: Thu, 24 Jan 2013 15:27:36 -0300 From: Arnaldo Carvalho de Melo To: Tom Zanussi Cc: David Ahern , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] perf tools: some 'perf script' fixes Message-ID: <20130124182736.GA14382@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: > This patchset fixes various problems I hit while doing a run-through > of the existing 'perf script' scripts. > > Also, sometimes when running rwtop I get a 'failed to read event > header' error, which this patch fixes: > > https://lkml.org/lkml/2012/9/14/401 > > Not sure if that was meant to get picked up, but it fixed that > particular problem here for me. David, can you please resubmit it with an explanation in the commit message? Tom, can I add a Tested-by: you to such patch? > Tom Zanussi (4): > perf/tools: reinstate 'signed' field flag for tracepoints > perf script: don't display trace info when invoking scripts > perf tools: hook up perf_scripting_context->pevent > perf script: remove workqueue-stats script Thanks, applied to my perf/core branch at: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux - Arnaldo