Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756021AbYA1MQS (ORCPT ); Mon, 28 Jan 2008 07:16:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755238AbYA1MQG (ORCPT ); Mon, 28 Jan 2008 07:16:06 -0500 Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58]:35216 "EHLO ms-smtp-04.nyroc.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751499AbYA1MQE (ORCPT ); Mon, 28 Jan 2008 07:16:04 -0500 Date: Mon, 28 Jan 2008 07:15:50 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Jan Kiszka cc: Mathieu Desnoyers , LKML , Ingo Molnar , Linus Torvalds , Andrew Morton , Peter Zijlstra , Christoph Hellwig , Gregory Haskins , Arnaldo Carvalho de Melo , Thomas Gleixner , Tim Bird , Sam Ravnborg , "Frank Ch. Eigler" , John Stultz , Arjan van de Ven , Steven Rostedt Subject: Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines In-Reply-To: <479DC1AB.1060304@siemens.com> Message-ID: References: <20080123160236.969334052@goodmis.org> <20080123160442.063076557@goodmis.org> <20080123213139.GB2282@Krystal> <479DC1AB.1060304@siemens.com> 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: 1368 Lines: 37 On Mon, 28 Jan 2008, Jan Kiszka wrote: > Steven Rostedt wrote: > > On Wed, 23 Jan 2008, Mathieu Desnoyers wrote: > > > >> * Steven Rostedt (rostedt@goodmis.org) wrote: > >>> This annotates NMI functions with notrace. Some tracers may be able > >>> to live with this, but some cannot. So we turn off NMI tracing. > >>> > >>> One solution might be to make a notrace_nmi which would only turn > >>> off NMI tracing if a trace utility needed it off. > >>> > >> Is this still needed with the atomic clocksource read ? > >> > > > > Before you ask again, I've still included this in -v6, simply because I > > didn't get a chance to test it without this patch. I'll try to remember to > > do that on Monday. > > Only in case you finally have to keep the annotations for the posted > tracer: Then please make it a Kconfig selectable restriction, because > there are use cases of the mcount hook where you are interested in NMI > invocations. I've thought about adding a notrace_nmi which would do precisely that. This week I'll take this patch out and turn on a bunch of nmi profiling and see how it holds up. Thanks, -- 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/