From owner-freebsd-current@FreeBSD.ORG Fri Nov 30 22:50:51 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C89916A419 for ; Fri, 30 Nov 2007 22:50:51 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3848C13C465 for ; Fri, 30 Nov 2007 22:50:51 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAUMoowf005107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 30 Nov 2007 14:50:50 -0800 X-Auth-Received: from [128.208.7.42] (shiina.dyn.cs.washington.edu [128.208.7.42]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAUMoos5029216 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 30 Nov 2007 14:50:50 -0800 In-Reply-To: <20071130202102.GA69803@troutmask.apl.washington.edu> References: <200711292024.lATKOq5R000769@freefall.freebsd.org> <20071129233842.GA57951@ace.netcins.ceid.upatras.gr> <474F78AE.5070107@u.washington.edu> <47506E50.7040808@u.washington.edu> <20071130202102.GA69803@troutmask.apl.washington.edu> Mime-Version: 1.0 (Apple Message framework v752.2) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Fri, 30 Nov 2007 14:49:35 -0800 To: Steve Kargl X-Mailer: Apple Mail (2.752.2) X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.30.144027 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_500_599 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-current@freebsd.org Subject: Re: gprof's broken in 7-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 22:50:51 -0000 On Nov 30, 2007, at 12:21 PM, Steve Kargl wrote: > On Fri, Nov 30, 2007 at 12:10:56PM -0800, Garrett Cooper wrote: >> >> Still doesn't work with pkg_install, unless I'm doing something >> incorrectly. Says something like '{blah} not in executable format' >> when >> I try and execute gprof as follows: >> >> gprof pkg_info.gmon >> > > Have you read the manpage for gprof? Those little square > brackets are important. > > -- > Steve Sorry -- forgot to mention that I tried gprof `which pkg_info` pkg_info.gmon and that didn't work either.. Thanks, -Garrett