From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755736AbdKCPDi (ORCPT ); Fri, 3 Nov 2017 11:03:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53458 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751780AbdKCPDh (ORCPT ); Fri, 3 Nov 2017 11:03:37 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2B27333A199 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Fri, 3 Nov 2017 16:03:34 +0100 From: Jiri Olsa To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, peterz@infradead.org, mingo@elte.hu, ak@linux.intel.com, kan.liang@intel.com, Stephane Eranian Subject: Re: [PATCH v2 5/5] perf/script: add support for skid ip Message-ID: <20171103150334.GA32113@krava> References: <1509646559-919-1-git-send-email-eranian@google.com> <1509646559-919-6-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509646559-919-6-git-send-email-eranian@google.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 03 Nov 2017 15:03:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 02, 2017 at 11:15:59AM -0700, Stephane Eranian wrote: > From: Stephane Eranian > > This patch adds a skid_ip field to perf script > to dump the raw value of the PERF_SAMPLE_SKID_IP > field in each sample. > > $ perf script -F +ip,+skid_ip ...... > > Signed-off-by: Stephane Eranian > --- > tools/perf/builtin-script.c | 6 ++++++ > tools/perf/util/session.c | 2 +- please update the doc as well (-F option section) thanks, jirka