From owner-freebsd-fs@FreeBSD.ORG Wed Jul 28 20:12:30 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF4F16A4CE; Wed, 28 Jul 2004 20:12:30 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2EF643D62; Wed, 28 Jul 2004 20:12:29 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i6SKCJhe050884; Wed, 28 Jul 2004 21:12:20 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: freebsd-fs@freebsd.org Date: Wed, 28 Jul 2004 21:12:14 +0100 User-Agent: KMail/1.6.1 References: <20040721120055.5418A16A4E0@hub.freebsd.org> <1091019971.4727.39.camel@ravin> In-Reply-To: <1091019971.4727.39.camel@ravin> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407282112.14456.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: ravi cc: Robert Watson Subject: Re: regarding pseudofs in FreeBSD X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 20:12:31 -0000 On Wednesday 28 July 2004 14:06, ravi wrote: > Hi, > > As I've already told u in the previous mail , I've extended the > liprocfs by creating my own proc entries (which are not related to > any process ) . And I'm storing some data in the sb ( which is a > pointer to sbuf structure ) using my handler function for these > entries . I want to make this data to be accessed from the gcov tool > when I run the gcov command from the terminal . > > Please tell me how this can be done ? Is this in the freebsd /proc or the linux /usr/compat/linux/proc? I don't want the freebsd /proc to grow all that ugly clutter that you can find there on linux - use sysctl instead.