Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757846AbZFZSsR (ORCPT ); Fri, 26 Jun 2009 14:48:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752471AbZFZSsD (ORCPT ); Fri, 26 Jun 2009 14:48:03 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:51940 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751312AbZFZSsB (ORCPT ); Fri, 26 Jun 2009 14:48:01 -0400 Date: Fri, 26 Jun 2009 20:47:38 +0200 From: Ingo Molnar To: Jaswinder Singh Rajput Cc: Roland Dreier , Thomas Gleixner , Peter Zijlstra , LKML Subject: Re: [PATCH -tip] perf_counter tools: shorten names for events Message-ID: <20090626184738.GB30885@elte.hu> References: <1245760130.3776.6.camel@localhost.localdomain> <20090623195656.GC8777@elte.hu> <1245876060.3038.7.camel@localhost.localdomain> <20090625093346.GD23547@elte.hu> <1245934522.5308.39.camel@hpdv5.satnam> <20090625153406.GA12918@elte.hu> <1246032399.3063.3.camel@hpdv5.satnam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1246032399.3063.3.camel@hpdv5.satnam> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1580 Lines: 45 * Jaswinder Singh Rajput wrote: > On Thu, 2009-06-25 at 17:34 +0200, Ingo Molnar wrote: > > * Roland Dreier wrote: > > > > > > 266590464 L1d-loads (scaled from 23.03%) > > > > > > IMHO "L1d" is too abbreviated for it to be obvious that it means > > > L1 data cache. If you want something really short maybe "L1-d$" > > > might be a little clearer, but I stil like "L1-dcache" best. > > > > i changed it to L1-d$ / L1-i$. > > > > > The formatting of aligning things is nice defitely but we could > > > also shorten lines by saying "scaled from" in fewer characters > > > maybe? (I have to admit I don't know what "scaled from X%" means > > > in this case so I can't suggest something better, but the fact > > > that I can't easily tell what it means probably suggests that the > > > wording could be improved) > > > > Indeed, the '(scaled from 12.3%)' message should i guess be changed > > to: > > > > (9.43x scaled) > > > > ( and a multiplicative factor is more expressive anyway, than the > > percentage of from where we scale up. ) > > > > Can you please let me know how you get 9.43x from 12.3% it was a guesstimate - the real factor is 8.13x from X percentage scaling factor you get to the multiplier factor by doing: 100.0 / X Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/