From owner-freebsd-current@FreeBSD.ORG Fri Feb 3 02:50:37 2006 Return-Path: X-Original-To: freebsd-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 35BC216A420 for ; Fri, 3 Feb 2006 02:50:37 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4E643D48 for ; Fri, 3 Feb 2006 02:50:36 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so364321wxc for ; Thu, 02 Feb 2006 18:50:32 -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=azbkghujGdgS8IUyC4lKbZ6p9SLJffBmm9VdgWBYxdIq5lLfSbCypp7N3Rmg4aM8BIN8bUfp2woVxXDmZCMdHWgHXrj8/m6AZc6YIjeX6QT5IoO8EZzyctuU1pMJo0+pwL8FJXFIvFmuaUUFkiUVwavbFNXBX9zCtB2+H6+aKX0= Received: by 10.70.124.19 with SMTP id w19mr1604214wxc; Thu, 02 Feb 2006 18:50:32 -0800 (PST) Received: by 10.70.105.2 with HTTP; Thu, 2 Feb 2006 18:50:32 -0800 (PST) Message-ID: <84dead720602021850r440cd74bh51f2a8af135defc6@mail.gmail.com> Date: Fri, 3 Feb 2006 08:20:32 +0530 From: Joseph Koshy To: Andrew Gallatin In-Reply-To: <17378.19400.856354.995643@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: <17378.19400.856354.995643@grasshopper.cs.duke.edu> Cc: freebsd-current@freebsd.org Subject: Re: hwpmc & kernel modules? 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, 03 Feb 2006 02:50:37 -0000 ag> Is there any way to profile kernel modules with hwpmc? It Not yet. We collect samples and transfer them to the log, but the log->gprof conversion tools do not know how to map the samples falling inside dynamically loaded objects. Supporting kernel modules (and dynamically loaded userland objects) is on my todo list. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy