From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755032Ab2IHPLE (ORCPT ); Sat, 8 Sep 2012 11:11:04 -0400 Received: from mail-yw0-f51.google.com ([209.85.213.51]:59323 "EHLO mail-yw0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754784Ab2IHPLA (ORCPT ); Sat, 8 Sep 2012 11:11:00 -0400 Date: Sat, 8 Sep 2012 08:10:54 -0700 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Paul Mackerras , Corey Ashford , Frederic Weisbecker , David Ahern Subject: Re: [PATCH 05/12] perf diff: Refactor stdio ui data columns output Message-ID: <20120908151054.GI20401@ghostprotocols.net> References: <1346946426-13496-1-git-send-email-jolsa@redhat.com> <1346946426-13496-6-git-send-email-jolsa@redhat.com> <878vcmczjt.fsf@sejong.aot.lge.com> <20120908123514.GA3408@krava.brq.redhat.com> <20120908125059.GG20401@ghostprotocols.net> <871uica8d0.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871uica8d0.fsf@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sat, Sep 08, 2012 at 11:37:31PM +0900, Namhyung Kim escreveu: > I posted the fix right before, and you will also need patch below for > fixing broken "baseline" output. Ok, folding this as well, as it should fix the problem I just reported, sorry mid air collision report (crossed reports, bugzilla jargon :P). - Arnaldo