From owner-freebsd-fs@FreeBSD.ORG Wed Jul 28 12:59:46 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 1953916A4CE; Wed, 28 Jul 2004 12:59:46 +0000 (GMT) Received: from inetmg01.sony.com.sg (inetmg01.sony.com.sg [202.42.154.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44B043D55; Wed, 28 Jul 2004 12:59:43 +0000 (GMT) (envelope-from ravi.nanjundappa@ap.sony.com) Received: from avgw02b.sony.com.sg (avgw02b [43.68.8.23]) by inetmg01.sony.com.sg (8.11.7+Sun/8.11.6) with SMTP id i6SD4RI06433; Wed, 28 Jul 2004 21:04:28 +0800 (SGT) Received: from unknown(43.68.8.1) by avgw02b.sony.com.sg via csmap id f25b1294_e096_11d8_8a45_0002b3cb4edc_332; Wed, 28 Jul 2004 21:06:32 +0800 (SGT) Received: from sapsgssdibh01.ap.sony.com (bh01.ap.sony.com [43.68.15.23]) by seagw01.sony.com.sg (8.11.6+Sun/8.11.6) with ESMTP id i6SCq6E14702; Wed, 28 Jul 2004 20:52:06 +0800 (SGT) Received: from sapinsardexc01.sard.in.sony.com.sg (SAPINSARDEXC01 [43.88.102.8]) by sapsgssdibh01.ap.sony.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id P3XJ7XQ1; Wed, 28 Jul 2004 20:59:30 +0800 Received: from [43.88.102.67] (RAVIN [43.88.102.67]) by sapinsardexc01.sard.in.sony.com.sg with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id 37T3D6FX; Wed, 28 Jul 2004 18:41:13 +0530 From: ravi To: freebsd-fs@freebsd.org In-Reply-To: <20040721120055.5418A16A4E0@hub.freebsd.org> References: <20040721120055.5418A16A4E0@hub.freebsd.org> Content-Type: text/plain Organization: SONY-SARD Message-Id: <1091019971.4727.39.camel@ravin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Wed, 28 Jul 2004 18:36:12 +0530 Content-Transfer-Encoding: 7bit cc: Robert Watson Subject: 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 12:59:46 -0000 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 ?