From owner-freebsd-performance@FreeBSD.ORG Sun Nov 23 14:08:10 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6E42106564A for ; Sun, 23 Nov 2008 14:08:10 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9238FC1C for ; Sun, 23 Nov 2008 14:08:09 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so286530gve.39 for ; Sun, 23 Nov 2008 06:08:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5IdbVNNiGGrSFSsWNGygTuCD6GV+CDYtxSU8hcDy9/E=; b=Zdu5w7Io3sezjtOsht+Ax6EJ5RoTyBthuNy28vh4ZRjVW6hCj3PvUqqa+IJ6UtRZui SAWMPnavY1tbG9duXKrsSXYvLDgYNTJvyK65ILThi9A4YswkjNysAmwS+NLZbIZKGBF+ Vh4UvAmMo/CdULvkbu+gVUgZd2JbsLPbts5QQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rPBTuf/nfNcEtZrfYc8BVmR2tprGyGX1iiOMWFYXxj0Rt72pPLyct3E+ULEgeeQGwt IPOM1HIaVkcHZZkWNpBa9aXCaEj+xDvRyJAS5p1VDSwi4H4n6vhCbDVNvOO60Ipcrah5 aOzAoDubF/O4gJ6QTV9Bg0Hx3tHDjGkkY6z2g= Received: by 10.86.100.19 with SMTP id x19mr1651409fgb.29.1227447898349; Sun, 23 Nov 2008 05:44:58 -0800 (PST) Received: by 10.86.96.13 with HTTP; Sun, 23 Nov 2008 05:44:58 -0800 (PST) Message-ID: <84dead720811230544l625a565w158ccc1833b73799@mail.gmail.com> Date: Sun, 23 Nov 2008 19:14:58 +0530 From: "Joseph Koshy" To: "Attilio Rao" In-Reply-To: <3bbf2fe10811230502t3cc52809i6ac91082f780b730@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3bbf2fe10811230502t3cc52809i6ac91082f780b730@mail.gmail.com> X-Mailman-Approved-At: Sun, 23 Nov 2008 16:01:31 +0000 Cc: FreeBSD Arch , freebsd-performance@freebsd.org Subject: Re: [PATCH] pmcannotate tool X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2008 14:08:10 -0000 > pmcannotate is a tool that prints out sources of a tool (in C or > assembly) with inlined profiling informations retrieved by a prior > pmcstat analysis. [snip] > This work has been developed on the behalf of Nokia with important > feedbacks and directions from Jeff Roberson. Are you "rookie" on IRC, who used to catch me with tons of questions whenever I logged on? > Testing and feedbacks (before it hits the tree) are welcome. The pmcstat changes seem fine. Koshy