From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 18 05:04:05 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 599C916A41B for ; Tue, 18 Dec 2007 05:04:05 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: from outgoing16.3gate.net (outgoing16.3gate.net [202.127.97.16]) by mx1.freebsd.org (Postfix) with SMTP id 92F9613C469 for ; Tue, 18 Dec 2007 05:04:04 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: (qmail 68109 invoked by uid 1011); 18 Dec 2007 04:56:32 -0000 Received: from 202.127.97.100 by mx2.3gate.net (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (clamdscan: 0.86.2/1034. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:1(202.127.97.100):. Processed in 0.043695 secs); 18 Dec 2007 04:56:32 -0000 X-Antivirus-3GATE-NET-Mail-From: binto@triplegate.net.id via mx2.3gate.net X-Antivirus-3GATE-NET: 1.25-st-qms (Clear:RC:1(202.127.97.100):. Processed in 0.043695 secs Process 68103) Received: from smtp.triplegate.net.id (HELO lb1.3gate.net) (202.127.97.100) by outgoing16.3gate.net with SMTP; 18 Dec 2007 04:56:32 -0000 Received: from webmail.triplegate.net.id (unknown [202.127.97.10]) by lb1.3gate.net (Postfix) with ESMTP id E06EC21104C; Tue, 18 Dec 2007 12:00:32 +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 12:07:27 +0700 (WIT) Message-ID: <1440.202.127.98.144.1197954447.squirrel@webmail.triplegate.net.id> In-Reply-To: References: <4763A398.2040109@mansionfamily.plus.com> <47644BFE.3060003@elischer.org> <4766E92C.6020703@mansionfamily.plus.com> <1200.202.127.98.144.1197949664.squirrel@webmail.triplegate.net.id> Date: Tue, 18 Dec 2007 12:07:27 +0700 (WIT) From: "binto" To: "Kip Macy" 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 Cc: freebsd-hackers@freebsd.org Subject: Re: 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 05:04:05 -0000 check with cpuid: Vendor ID: "GenuineIntel"; CPUID level 10 Intel-specific functions: Version 000006f7: Type 0 - Original OEM Family 6 - Pentium Pro Model 15 - Extended model 0 Stepping 7 Reserved 0 Extended brand string: "Intel(R) Xeon(R) CPU E5335 @ 2.00GHz" CLFLUSH instruction cache line size: 8 Hyper threading siblings: 4 > Check ports 'cpuid' - > > > Vendor ID: "GenuineIntel"; CPUID level 10 > > Intel-specific functions: > Version 000006f6: > Type 0 - Original OEM > Family 6 - Pentium Pro > Model 15 - > Extended model 0 > Stepping 6 > Reserved 0 > > > Odds are you have a post-P4 Intel processor. > > -Kip > > > On Dec 17, 2007 7:47 PM, binto wrote: >> 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 >> >> >> >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to >> "freebsd-hackers-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >