Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755595AbYJ3OdL (ORCPT ); Thu, 30 Oct 2008 10:33:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754465AbYJ3Oc5 (ORCPT ); Thu, 30 Oct 2008 10:32:57 -0400 Received: from lazybastard.de ([212.112.238.170]:59276 "EHLO longford.logfs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753575AbYJ3Oc4 (ORCPT ); Thu, 30 Oct 2008 10:32:56 -0400 Date: Thu, 30 Oct 2008 15:32:39 +0100 From: =?utf-8?B?SsO2cm4=?= Engel To: Steven Rostedt Cc: LKML , Arjan van de Ven , Theodore Tso , Mike Snitzer , Andrew Morton , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , Daniel Walker , Linus Torvalds Subject: Re: [PATCH 1/2 v3][RFC] trace: profile likely and unlikely annotations Message-ID: <20081030143238.GB7157@logfs.org> References: <170fa0d20810271529g3c64ae89me29ed8b65a9c3b5e@mail.gmail.com> <20081028001340.GB9797@mit.edu> <20081028143720.GD8869@mit.edu> <20081028074816.04193e04@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1119 Lines: 30 On Wed, 29 October 2008 18:39:55 -0400, Steven Rostedt wrote: > > 69768 61064 87 __switch_to process_64.c 624 > 15557 115251 100 __switch_to process_64.c 594 > 15555 115227 100 __switch_to process_64.c 590 I may be out of school for a while, but that math sure looks odd. > + if (p->correct) { > + percent = p->incorrect * 100; > + percent /= p->correct; percent /= p->correct + p->incorect; > + /* No need to see huge numbers */ > + if (percent > 100) > + percent = 100; > + } else > + percent = p->incorrect ? 100 : 0; Jörn -- To my face you have the audacity to advise me to become a thief - the worst kind of thief that is conceivable, a thief of spiritual things, a thief of ideas! It is insufferable, intolerable! -- M. Binet in Scarabouche -- 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/