Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758385AbYHIAve (ORCPT ); Fri, 8 Aug 2008 20:51:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752230AbYHIAv0 (ORCPT ); Fri, 8 Aug 2008 20:51:26 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:53410 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbYHIAv0 (ORCPT ); Fri, 8 Aug 2008 20:51:26 -0400 Date: Fri, 8 Aug 2008 20:51:23 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Jeremy Fitzhardinge cc: Andi Kleen , Mathieu Desnoyers , LKML , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Andrew Morton , Linus Torvalds , David Miller , Roland McGrath , Ulrich Drepper , Rusty Russell , Gregory Haskins , Arnaldo Carvalho de Melo , "Luis Claudio R. Goncalves" , Clark Williams Subject: Re: [PATCH 0/5] ftrace: to kill a daemon In-Reply-To: <489CE90D.1040902@goop.org> Message-ID: References: <20080807182013.984175558@goodmis.org> <20080807184741.GB18164@Krystal> <20080808172259.GB8244@Krystal> <20080808174607.GG8244@Krystal> <20080808182104.GA11376@Krystal> <20080808190506.GD11376@Krystal> <87tzdv2g05.fsf@basil.nowhere.org> <489CE90D.1040902@goop.org> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 27 On Fri, 8 Aug 2008, Jeremy Fitzhardinge wrote: > Steven Rostedt wrote: > > I wish we had a true 5 byte nop. > > 0x66 0x66 0x66 0x66 0x90 > But I quote you: > Unfortunately, aside from P6_NOP5, none of the standard asm/nops.h nops > are suitable. Something like "0x66, 0x66, 0x66, 0x66, 0x90" would work > everywhere, but its possible putting more than 3 prefixes on the > instruction will kick the decoder into a slow path, which may have a > noticable effect. I guess the next step is to test if it is slow. -- Steve -- 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/