From owner-svn-src-all@FreeBSD.ORG Mon Feb 24 15:54:52 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7781C705; Mon, 24 Feb 2014 15:54:52 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1F9C1687; Mon, 24 Feb 2014 15:54:51 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so2206578qcx.34 for ; Mon, 24 Feb 2014 07:54:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LbNFLCqPM53vjZkL2MK2MIVlZjhhjdAKlHNsK+Sd5EE=; b=ElK2KyfFg4ukU2P0J4DlaY2DQm77wRafyhahP4hJyQAEiUH/LsAOri0QvmiRAEirsX EmMjX3jKnzGCv2M+UoIiJLXQDQo0wtoh2oFRWzn8XzsYRKpYcOANPMK3BoVICqL/FqGC ie0eFSGFP4vAvFfS++1f9J1CDiU7ld152jVVXV/pMXc6h5+gWqZbar9Ytf5dak8k7GZR iqO66XxOrJxOgNxj3TYi2dlAV692LFFtQxtZ2AdZFCBoPD9sJmUfHtQ8Q2lktrNHwMLc O1c3u3t5CT+JGXYAsrJlW2mgXp2Ugs1+SufLPDAbVLrh2IOPJDEpaQ9BFSH8shLrKHxn Vy3g== MIME-Version: 1.0 X-Received: by 10.140.98.203 with SMTP id o69mr28895872qge.102.1393257290993; Mon, 24 Feb 2014 07:54:50 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Mon, 24 Feb 2014 07:54:50 -0800 (PST) In-Reply-To: <20140224110618.GP86937@FreeBSD.org> References: <201402240243.s1O2hwVb068203@svn.freebsd.org> <20140224110618.GP86937@FreeBSD.org> Date: Mon, 24 Feb 2014 07:54:50 -0800 X-Google-Sender-Auth: BZsh1ohKubUTnV8eprnnZB4roNY Message-ID: Subject: Re: svn commit: r262424 - head/usr.sbin/pmcstat From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 15:54:52 -0000 I'll sit down with a docs person and get the manpage markup done. It was on my todo list; I just wanted to get the code committed now. Thanks, -a On 24 February 2014 03:06, Gleb Smirnoff wrote: > Adrian, > > On Mon, Feb 24, 2014 at 02:43:58AM +0000, Adrian Chadd wrote: > A> Log: > A> Add a new option - 'a ' - which spits out annotated callgraphs. > A> > A> '-m ' spits out the given stream into (eg, /dev/stdout). > A> However, it only resolves the first symbol; it doesn't parse the entire > A> callgraph. If it fails to lookup then it doesn't print anything. > A> > A> '-a' instead does a symbol and file:line lookup for each address in each > A> callgraph and will happily print the address itself with no lookup > A> information if it couldn't look things up. > A> > A> This makes it much easier to pull out individual records from a > A> pmc data file and look at the callgraph information without having to > A> hand-decode the addresses. > A> > A> Sponsored by: Netflix, Inc. > > Is it possible to spend 5 minutes and document new features in pmcstat(8)? > Please! > > -- > Totus tuus, Glebius.