From owner-freebsd-current@FreeBSD.ORG Tue Mar 21 18:40:11 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A2F16A420 for ; Tue, 21 Mar 2006 18:40:11 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1A943D49 for ; Tue, 21 Mar 2006 18:40:10 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1109804wxc for ; Tue, 21 Mar 2006 10:40:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KDG52m8QiXurV2wdxJgU53TL1vRfhjzrZ3k57EK78dWaqDarfd0nfrbEHr54k4RJqzmOOacpqWNoXFjUR5Jh53io6xaU09VfCNwuWL06VWyLhPfHDE1n9UAkHEYdMOLhbVP1dGDKh7O9Vq0LRexApxJk7J7I5cfiaDfvI3RGmZ8= Received: by 10.70.105.11 with SMTP id d11mr3038033wxc; Tue, 21 Mar 2006 10:40:09 -0800 (PST) Received: by 10.70.115.19 with HTTP; Tue, 21 Mar 2006 10:40:09 -0800 (PST) Message-ID: <84dead720603211040h3db11614v31ae5d7d9a0c1a28@mail.gmail.com> Date: Wed, 22 Mar 2006 00:10:09 +0530 From: "Joseph Koshy" To: "Andrew Gallatin" In-Reply-To: <17440.17965.497455.777452@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060223143856.O9642@fledge.watson.org> <17405.53911.686306.362353@grasshopper.cs.duke.edu> <84dead720603202346t6fe1e94cve033bf002dffa90a@mail.gmail.com> <17440.17965.497455.777452@grasshopper.cs.duke.edu> Cc: Robert Watson , current@freebsd.org Subject: Re: The sixty second pmc howto 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: Tue, 21 Mar 2006 18:40:11 -0000 > For a few modules, I suppose it is OK. But it makes it hard to > see the "big picture" when a number of modules are loaded. > Is there any chance you have enough information to hack > together a view similar to oprofile's opreport -l? Or > (even better) opreport -ld Can you post what that looks like? There is a lot of information in hwpmc's event log, but gprof(1) is only able to deal with one (object) file at a time. This restriction is likely to pinch even more when callgraphs are implemented. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy