From owner-freebsd-stable@FreeBSD.ORG Mon Jul 14 09:45:51 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC1FE1065680 for ; Mon, 14 Jul 2008 09:45:51 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7064D8FC16 for ; Mon, 14 Jul 2008 09:45:51 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so2807362fkk.11 for ; Mon, 14 Jul 2008 02:45:49 -0700 (PDT) Received: by 10.86.33.10 with SMTP id g10mr12394509fgg.14.1215925530159; Sat, 12 Jul 2008 22:05:30 -0700 (PDT) Received: by 10.86.61.4 with HTTP; Sat, 12 Jul 2008 22:05:30 -0700 (PDT) Message-ID: <84dead720807122205i33bf6eb0p998d473df9e52304@mail.gmail.com> Date: Sun, 13 Jul 2008 10:35:30 +0530 From: "Joseph Koshy" To: "FreeBSD Stable List" , "FreeBSD Hackers" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: fabien.thomas@netasq.com Subject: Announcement: PmcTools callchain capture for RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2008 09:45:52 -0000 Hello List(s), I am very pleased to announce a patch, by Fabien Thomas, that brings PmcTools' callchain capture features to 7-STABLE. Thank you, Fabien! The patch is linked to from the PmcTools wiki page: http://wiki.freebsd.org/PmcTools. The current file name is: "patch-callchain-FreeBSD-7-STABLE-2008-07-12.gz". As the file name indicates, it should apply against a 7-STABLE tree of 2008-07-12 vintage. To apply the patch: % cd /home/src-7x # or whereever your RELENG_7 tree resides % patch < PATCH-FILE Then you should follow the full procedure to update userland and kernel from source as spelled out in src/UPDATING. Please note that HWPMC(4) log files that contain callchain information are not binary compatible with prior versions of pmc(3) and pmcstat(8). Please do test on your systems and let Fabien and me know how you fared. Koshy