From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751024AbdFSSMy (ORCPT ); Mon, 19 Jun 2017 14:12:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:43788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbdFSSMx (ORCPT ); Mon, 19 Jun 2017 14:12:53 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A88B5239D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Mon, 19 Jun 2017 15:12:50 -0300 From: Arnaldo Carvalho de Melo To: Mark Santaniello Cc: Peter Zijlstra , Ingo Molnar , Alexander Shishkin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Support perf script -F brstackoff,dso Message-ID: <20170619181250.GO3645@kernel.org> References: <20170619163825.2012979-1-marksan@fb.com> <20170619163825.2012979-2-marksan@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170619163825.2012979-2-marksan@fb.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Jun 19, 2017 at 09:38:25AM -0700, Mark Santaniello escreveu: > With the new "brstackoff,dso" we get what we need: a simple offset into a > specific dso/binary that uniquely identifies a branch/target: You forgot to update tools/perf/Documentation/perf-script.txt about 'brstackoff', I added a line using the above explanation, please check later and improve/expand it. Thanks, - Arnaldo