From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760668AbdJQUtk (ORCPT ); Tue, 17 Oct 2017 16:49:40 -0400 Received: from mga07.intel.com ([134.134.136.100]:29476 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756601AbdJQUtj (ORCPT ); Tue, 17 Oct 2017 16:49:39 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,392,1503385200"; d="scan'208";a="164238665" Date: Tue, 17 Oct 2017 13:49:22 -0700 From: Andi Kleen To: "Liang, Kan" Cc: Stephane Eranian , Arnaldo Carvalho de Melo , Peter Zijlstra , "mingo@redhat.com" , LKML , Jiri Olsa , "Williams, Dan J" Subject: Re: [PATCH] perf script: add script to profile and resolve physical mem type Message-ID: <20171017204922.GS5109@tassilo.jf.intel.com> References: <1508192794-338697-1-git-send-email-kan.liang@intel.com> <37D7C6CF3E00A74B8858931C1DB2F077537D6C19@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F077537D6C59@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <37D7C6CF3E00A74B8858931C1DB2F077537D6C59@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Right, it doesn’t need load latency. 0x81d0 should be a better choice. > I will use 0x81d0 and 0x82d0 as default event for V2. That's model specific. You would need to check the model number if you do that. Also with modern perf you can use the correct event names of course. -Andi