From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753539AbcBWPmc (ORCPT ); Tue, 23 Feb 2016 10:42:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56754 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751809AbcBWPmb (ORCPT ); Tue, 23 Feb 2016 10:42:31 -0500 Date: Tue, 23 Feb 2016 16:42:23 +0100 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Andi Kleen Subject: Re: [PATCH 06/23] perf mem: Check for memory events support Message-ID: <20160223154223.GB9102@krava.redhat.com> References: <1455525293-8671-1-git-send-email-jolsa@kernel.org> <1455525293-8671-7-git-send-email-jolsa@kernel.org> <20160223151814.GB15284@kernel.org> <20160223152452.GC15284@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160223152452.GC15284@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 23 Feb 2016 15:42:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 23, 2016 at 12:24:52PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Feb 23, 2016 at 12:18:14PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Mon, Feb 15, 2016 at 09:34:36AM +0100, Jiri Olsa escreveu: > > > Check if current kernel support available memory events > > > and display the status within -e list option: > > > > > > $ perf mem record -e list > > > [ok] ldlat-loads > > > [ok] ldlat-stores > > > > Can't this be: > > > > $ perf mem record -e list > > ldlat-loads: Available on this machine > > ldlat-stores: Available on this machine > > Please check perf/core, I applied a good number of the patches in this > series. great, I'll rebase the rest and make the change for this one in next version thanks, jirka