Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752635AbdIAPpJ (ORCPT ); Fri, 1 Sep 2017 11:45:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50842 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751995AbdIAPpG (ORCPT ); Fri, 1 Sep 2017 11:45:06 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 128724A6E7 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Fri, 1 Sep 2017 17:45:02 +0200 From: Jiri Olsa To: kan.liang@intel.com Cc: acme@kernel.org, mingo@redhat.com, linux-kernel@vger.kernel.org, peterz@infradead.org, eranian@google.com, tglx@linutronix.de, ak@linux.intel.com Subject: Re: [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user) Message-ID: <20170901154502.GA26778@krava> References: <1504026672-7304-1-git-send-email-kan.liang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504026672-7304-1-git-send-email-kan.liang@intel.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 01 Sep 2017 15:45:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 765 Lines: 24 On Tue, Aug 29, 2017 at 01:11:07PM -0400, kan.liang@intel.com wrote: > From: Kan Liang > > The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool. > The kernel patch has been merged, which commit ID is > fc7ce9c74c3a ("perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR"). > > Changes since V1: > - Don't mandate SAMPLE_ADDR when SAMPLE_PHYS_ADDR > - Update change log > > Kan Liang (5): > perf tools: support new sample type for physical address > perf tools: add sort option for physical address > perf mem: support physical address > perf script: support physical address > perf test: add test case for PERF_SAMPLE_PHYS_ADDR apart from the nit in patch 1 Tested/Acked-by: Jiri Olsa thanks, jirka