From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753087AbbCIIYt (ORCPT ); Mon, 9 Mar 2015 04:24:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33156 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753034AbbCIIYm (ORCPT ); Mon, 9 Mar 2015 04:24:42 -0400 Date: Mon, 9 Mar 2015 09:24:24 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 4/4] perf, tools, stat: Always correctly indent ratio column Message-ID: <20150309082424.GD27885@krava.brq.redhat.com> References: <1425858924-31414-1-git-send-email-andi@firstfloor.org> <1425858924-31414-5-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425858924-31414-5-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 08, 2015 at 04:55:24PM -0700, Andi Kleen wrote: > From: Andi Kleen > > When cycles or instructions do not print anything, as in being, > --per-socket or --per-core modi, the ratio column was not > correctly indented for them. This lead to some ratios > not lining up with the others. Always indent correctly > when nothing is printed. Acked-by: Jiri Olsa thanks, jirka