From owner-freebsd-arch@FreeBSD.ORG Wed Feb 19 00:46:02 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 019461E8; Wed, 19 Feb 2014 00:46:02 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6E8197C; Wed, 19 Feb 2014 00:46:01 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id j107so8193084qga.8 for ; Tue, 18 Feb 2014 16:46:00 -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:content-type; bh=HLN2VtLhpX6ANeRJNTIdtERhNAOSAyXpo7Hpeo3afqs=; b=SRILzV8NgG1gVv0LAMFdElkvY8VKYVa1zR13Ffcq+SWyS6XHJOUJeCOPQ2Xa1zQewK qZ4wXledKsf0cmCJTz2FzNOTSXIcohz85mNBp/jNWb0yG6MHbAOC63//3P9iYnLs+o/5 xKRl534tqDvxxlw4cuazPyx/6UJFc/RpsQ1ZuzZol7Y68z38nQJ2pzja6/0SSDtf7lOM moJRih51bhrN53KMfch2/ZBi1gQzb2YtY128eJ2xHKFGOofMD6htthUnZ7ebEVMBHt8t BG4pLFmHg1Ytnp7SubOkqQDgUBnz6zCD2W2467Ettvw50sUZI8jDSdjext4r+plPPFNV WitA== MIME-Version: 1.0 X-Received: by 10.140.22.145 with SMTP id 17mr45127973qgn.0.1392770760430; Tue, 18 Feb 2014 16:46:00 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Tue, 18 Feb 2014 16:46:00 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Feb 2014 16:46:00 -0800 X-Google-Sender-Auth: QjHyLFxXwCanUaSFqCV0OEmioZ4 Message-ID: Subject: Re: [rfc] add callgraph PC annotation to pmcstat From: Adrian Chadd To: "freebsd-arch@freebsd.org" , freebsd-current , George Neville-Neil Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 00:46:02 -0000 .. and now with file:line information: http://people.freebsd.org/~adrian/netflix/20140218-pmcstat-callgraph-annotate-2.diff It doesn't yet correctly handle klds - the address calculation stuff isn't taking the load addr into account. -a