Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752529AbeAESiS (ORCPT + 1 other); Fri, 5 Jan 2018 13:38:18 -0500 Received: from mga11.intel.com ([192.55.52.93]:17871 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbeAESiR (ORCPT ); Fri, 5 Jan 2018 13:38:17 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,319,1511856000"; d="scan'208";a="7550822" Date: Fri, 5 Jan 2018 10:38:08 -0800 From: Andi Kleen To: kan.liang@intel.com Cc: acme@kernel.org, linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, eranian@google.com, jolsa@kernel.org, dan.j.williams@intel.com, pombredanne@nexb.com Subject: Re: [PATCH V3] perf script: add script to profile and resolve physical mem type Message-ID: <20180105183808.GD25714@tassilo.jf.intel.com> References: <1515099595-34770-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: <1515099595-34770-1-git-send-email-kan.liang@intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 04, 2018 at 12:59:55PM -0800, kan.liang@intel.com wrote: > From: Kan Liang > > There could be different types of memory in the system. E.g normal > System Memory, Persistent Memory. To understand how the workload maps to > those memories, it's important to know the I/O statistics of them. > Perf can collect physical addresses, but those are raw data. > It still needs extra work to resolve the physical addresses. > Provide a script to facilitate the physical addresses resolving and > I/O statistics. Reviewed-by: Andi Kleen -Andi