From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 18 03:44:21 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D70A16A419 for ; Tue, 18 Dec 2007 03:44:21 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: from asterix-1.3gate.net (asterix-1.3gate.net [202.127.97.36]) by mx1.freebsd.org (Postfix) with SMTP id C2F3413C442 for ; Tue, 18 Dec 2007 03:44:20 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: (qmail 39075 invoked by uid 1005); 18 Dec 2007 03:36:12 -0000 Received: from 202.127.97.100 by asterix-1.3gate.net (envelope-from , uid 1003) with qmail-scanner-1.25-st-qms (clamdscan: 0.91.2/4625. perlscan: 1.25-st-qms. Clear:RC:1(202.127.97.100):. Processed in 0.021873 secs); 18 Dec 2007 03:36:12 -0000 X-Antivirus-MY_3GNET-Mail-From: binto@triplegate.net.id via asterix-1.3gate.net X-Antivirus-MY_3GNET: 1.25-st-qms (Clear:RC:1(202.127.97.100):. Processed in 0.021873 secs Process 39069) Received: from smtp.triplegate.net.id (HELO lb1.3gate.net) (202.127.97.100) by asterix-1.3gate.net with SMTP; 18 Dec 2007 03:36:12 -0000 Received: from webmail.triplegate.net.id (unknown [202.127.97.10]) by lb1.3gate.net (Postfix) with ESMTP id E596621105B for ; Tue, 18 Dec 2007 10:40:49 +0700 (WIT) Received: from 202.127.98.144 (SquirrelMail authenticated user binto@triplegate.net.id) by webmail.triplegate.net.id with HTTP; Tue, 18 Dec 2007 10:47:44 +0700 (WIT) Message-ID: <1200.202.127.98.144.1197949664.squirrel@webmail.triplegate.net.id> In-Reply-To: <4766E92C.6020703@mansionfamily.plus.com> References: <4763A398.2040109@mansionfamily.plus.com> <47644BFE.3060003@elischer.org> <4766E92C.6020703@mansionfamily.plus.com> Date: Tue, 18 Dec 2007 10:47:44 +0700 (WIT) From: "binto" To: freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: version hwpmc kernel module & pmc library not match X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 03:44:21 -0000 Hi, i run command for kernel profiling purpose: pmcstat -S instructions -O /tmp/sample.out and i get error: pmcstat: ERROR: Initialization of the pmc(3) library failed: No such file or directory I've compile my FreeBSD 6.3-PRERELEASE kernel in i386 machine : device hwpmc options HWPMC_HOOKS myquestion: - any suggestion to fix that error? - how to find what version number of the hwpmc in my machine? - does pmc have version too? Thanks Binto