From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303AbYGYWLi (ORCPT ); Fri, 25 Jul 2008 18:11:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751895AbYGYWL1 (ORCPT ); Fri, 25 Jul 2008 18:11:27 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:61708 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754765AbYGYWLZ (ORCPT ); Fri, 25 Jul 2008 18:11:25 -0400 Date: Fri, 25 Jul 2008 18:11:24 -0400 From: Steven Rostedt To: Michael Ellerman Cc: srostedt@redhat.com, Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ftrace: Make output nicely spaced for up to 999 cpus Message-ID: <20080725221124.GA837@goodmis.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 16, 2008 at 05:15:01PM +1000, Michael Ellerman wrote: > > Currently some of the ftrace output goes skewiff if you have more > than 9 cpus, and some if you have more than 99. > > Twiddle with the headers and format strings to make up to 999 cpus > display without causing spacing problems. > > Signed-off-by: Michael Ellerman Signed-off-by: Steven Rostedt -- Steve