From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938613AbcJXJXe (ORCPT ); Mon, 24 Oct 2016 05:23:34 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:33646 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935086AbcJXJXc (ORCPT ); Mon, 24 Oct 2016 05:23:32 -0400 Date: Mon, 24 Oct 2016 11:23:28 +0200 From: Ingo Molnar To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Linux Weekly News , Andi Kleen , David Ahern , Don Zickus , Jiri Olsa , Joe Mario , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/52] New Tool: perf c2c Message-ID: <20161024092327.GA15012@gmail.com> References: <1476975876-2522-1-git-send-email-acme@kernel.org> <20161022082806.GA4526@gmail.com> <20161023110542.GA15618@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161023110542.GA15618@krava> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jiri Olsa wrote: > > If I do 'perf report' I get two events: > > > > Available samples > > 24K cpu/mem-loads,ldlat=30/P > > 45K cpu/mem-stores/P > > > > and both have some real data. > > > > What am I missing? > > hm, most likely you did not generate any remote HITMs.. if it was on the laptop? Yeah. > you might get some results for local HITMs with -d option: > > $ perf c2c report -d lcl > > the default display/filter is for Remote HITMs.. perhaps we could be > smart enough and switch to local when we found no data for remote Yeah, this did the trick. Could we please make sure there's always actionable output by the tool? I.e. it should either clearly refuse to work (due to lack of hw), or it should produce something meaningful. Thanks, Ingo