Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760056AbXIXPlX (ORCPT ); Mon, 24 Sep 2007 11:41:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758634AbXIXPlQ (ORCPT ); Mon, 24 Sep 2007 11:41:16 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:49095 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757899AbXIXPlQ (ORCPT ); Mon, 24 Sep 2007 11:41:16 -0400 Date: Mon, 24 Sep 2007 16:41:14 +0100 From: Christoph Hellwig To: David Wilder Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [Patch 1/2] Trace code and documentation (resend) Message-ID: <20070924154114.GA25368@infradead.org> Mail-Followup-To: Christoph Hellwig , David Wilder , linux-kernel@vger.kernel.org, akpm@linux-foundation.org References: <1190435014.27362.16.camel@lc4eb748232119.ibm.com> <20070922093508.GC27827@infradead.org> <46F7D9FA.3090108@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46F7D9FA.3090108@us.ibm.com> User-Agent: Mutt/1.4.2.3i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1045 Lines: 24 On Mon, Sep 24, 2007 at 08:38:34AM -0700, David Wilder wrote: > >NACK, don't put code into Documentation/. Put it into kernel as it's > >actually useful kernel code. > > Are you suggesting moving the example code into kernel? Or complaining > about example code in /Documentation? Both. example code should be integrated with the build system so it gets built. > And add clone,exec and exit while you're at it. > > Hu? A syscall tracer sounds like a nice idea but that is not what I am > trying to accomplish. I will let Systemtap handle that. Systemtap doesn't help anyone as it's not in the tree. I haven't even asked you to provide a full system call tracing modulem but provide at least one that's useful for a certain use-case (looking at processes) instead of almost useless code. - 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/