Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759303AbYHIBTV (ORCPT ); Fri, 8 Aug 2008 21:19:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752384AbYHIBTI (ORCPT ); Fri, 8 Aug 2008 21:19:08 -0400 Received: from one.firstfloor.org ([213.235.205.2]:37698 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751852AbYHIBTI (ORCPT ); Fri, 8 Aug 2008 21:19:08 -0400 Date: Sat, 9 Aug 2008 03:19:55 +0200 From: Andi Kleen To: Steven Rostedt Cc: Andi Kleen , Mathieu Desnoyers , LKML , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Andrew Morton , Linus Torvalds , David Miller , Roland McGrath , Ulrich Drepper , Rusty Russell , Jeremy Fitzhardinge , Gregory Haskins , Arnaldo Carvalho de Melo , "Luis Claudio R. Goncalves" , Clark Williams Subject: Re: [PATCH 0/5] ftrace: to kill a daemon Message-ID: <20080809011955.GE9038@one.firstfloor.org> References: <20080808172259.GB8244@Krystal> <20080808174607.GG8244@Krystal> <20080808182104.GA11376@Krystal> <20080808190506.GD11376@Krystal> <87tzdv2g05.fsf@basil.nowhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 16 > I wish we had a true 5 byte nop. The alternative is a jmp 0, which is > measurable. This is replacing mcount from a kernel compile with the -pg Scary usage. How much is the difference? BTW a good way to get most of that back would be to not use frame pointers if you have them enabled ;-) Unfortunately recently the "select FRAME_POINTER"s keep creeping all over so far too many kernels suffer from this slow mode now :-/ -Andi -- 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/