From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from moutng.kundenserver.de ([212.227.126.186]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1KW8Vz-0003Lq-So for linux-mtd@lists.infradead.org; Thu, 21 Aug 2008 11:39:44 +0000 From: Arnd Bergmann To: David Woodhouse Subject: Re: [PATCH 05/10] AXFS: axfs_profiling.c Date: Thu, 21 Aug 2008 13:39:36 +0200 References: <48AD00F8.1030004@gmail.com> <48AD2AFF.5060609@de.ibm.com> <1219308560.2988.247.camel@pmac.infradead.org> In-Reply-To: <1219308560.2988.247.camel@pmac.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808211339.37187.arnd@arndb.de> Cc: nickpiggin@yahoo.com.au, linux-embedded@vger.kernel.org, carsteno@de.ibm.com, =?iso-8859-15?q?J=F6rn_Engel?= , Linux-kernel@vger.kernel.org, linux-mtd , tim.bird@am.sony.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 21 August 2008, David Woodhouse wrote: > On Thu, 2008-08-21 at 10:44 +0200, Carsten Otte wrote: > > > > Exporting profiling data for a file system in another file system > > (/proc) seems not very straigtforward to me. I think it is worth > > considering to export this information via the same mount point. > > I would have said sysfs, rather than 'the same mount point'. > Let me throw in debugfs as my preferred option. sysfs is for stable interfaces, while profiling generally fits into the debugging category. Arnd <><