From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932116AbdHWOAf (ORCPT ); Wed, 23 Aug 2017 10:00:35 -0400 Received: from mga04.intel.com ([192.55.52.120]:52214 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001AbdHWOAd (ORCPT ); Wed, 23 Aug 2017 10:00:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,417,1498546800"; d="scan'208";a="143690827" Date: Wed, 23 Aug 2017 07:00:32 -0700 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , peterz@infradead.org, acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Joe Mario Subject: Re: [PATCH v5 3/4] perf, tools: Add support for printing new mem_info encodings Message-ID: <20170823140032.GE28715@tassilo.jf.intel.com> References: <20170816222156.19953-1-andi@firstfloor.org> <20170816222156.19953-4-andi@firstfloor.org> <20170823130148.GA7736@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170823130148.GA7736@krava> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Andi, > how is this 'Remote' different from the remote levels in mem_lvl? > > "Remote RAM (1 hop)", > "Remote RAM (2 hops)", > "Remote Cache (1 hop)", > "Remote Cache (2 hops)", It applies to any other level. This is needed to express "Remote unknown level", as is reported by Skylake. -Andi