From owner-freebsd-fs@FreeBSD.ORG Thu Jul 29 14:07:03 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 3B35116A4CE; Thu, 29 Jul 2004 14:07:03 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58F243D62; Thu, 29 Jul 2004 14:07:02 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6TEDqCk018906; Thu, 29 Jul 2004 08:13:52 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6TEDjHY018903; Thu, 29 Jul 2004 08:13:51 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Thu, 29 Jul 2004 08:13:45 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: ravi In-Reply-To: <1091019971.4727.39.camel@ravin> Message-ID: <20040729081254.M32601@pooker.samsco.org> References: <20040721120055.5418A16A4E0@hub.freebsd.org> <1091019971.4727.39.camel@ravin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-fs@freebsd.org 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: Thu, 29 Jul 2004 14:07:03 -0000 On Wed, 28 Jul 2004, 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 ? > I'm not exactly sure what the gcov command is. Can you explain exactly what you are trying to do and what isn't working at the moment? Scott