From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756936AbeAHVSL (ORCPT + 1 other); Mon, 8 Jan 2018 16:18:11 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:7741 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754369AbeAHVSK (ORCPT ); Mon, 8 Jan 2018 16:18:10 -0500 X-IronPort-AV: E=Sophos;i="5.46,332,1511823600"; d="scan'208";a="308157906" Date: Mon, 8 Jan 2018 22:18:08 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Andi Kleen cc: Jiri Olsa , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Namhyung Kim , linux-kernel@vger.kernel.org Subject: Re: perf: documentation for cycles_no_execute event In-Reply-To: <20180108211049.bbtq7uvaec3hhjyz@two.firstfloor.org> Message-ID: References: <20180108140008.GA17156@krava> <20180108211049.bbtq7uvaec3hhjyz@two.firstfloor.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, 8 Jan 2018, Andi Kleen wrote: > > > Many of the x86 pipeline.json files have the brief description "Total > > > execution stalls" for both CYCLE_ACTIVITY.CYCLES_NO_EXECUTE and > > > CYCLE_ACTIVITY.STALLS_TOTAL. Should the case for > > > CYCLE_ACTIVITY.CYCLES_NO_EXECUTE have a brief description that mentions > > > cycles? Some of the files do have a public description that mentions > > > cycles, eg broadwellde/pipeline.json has "Counts number of cycles nothing > > > is executed on any execution port.", but others (eg ivytown/pipeline.json) > > > just have "Total execution stalls." twice. Maybe "Cycles where nothing is > > > executed" would be ok for CYCLE_ACTIVITY.CYCLES_NO_EXECUTE? > > Yes it's all in cycles > > Will clarify in a future event list update. Thanks. julia