From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753939AbdHXQpe (ORCPT ); Thu, 24 Aug 2017 12:45:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52866 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751475AbdHXQpa (ORCPT ); Thu, 24 Aug 2017 12:45:30 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 35962883BA Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Thu, 24 Aug 2017 18:45:27 +0200 From: Jiri Olsa To: Andi Kleen Cc: Jiri Olsa , Arnaldo Carvalho de Melo , Peter Zijlstra , lkml , Ingo Molnar , Alexander Shishkin , Namhyung Kim , David Ahern , Mark Rutland Subject: Re: [PATCH 10/10] perf stat: Support inherit/no-inherit terms Message-ID: <20170824164527.GA2782@krava> References: <20170824162737.7813-1-jolsa@kernel.org> <20170824162737.7813-11-jolsa@kernel.org> <20170824163033.GL2482@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824163033.GL2482@two.firstfloor.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 24 Aug 2017 16:45:30 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 24, 2017 at 09:30:34AM -0700, Andi Kleen wrote: > On Thu, Aug 24, 2017 at 06:27:37PM +0200, Jiri Olsa wrote: > > Adding support to use 'inherit' and 'no-inherit' terms > > in perf stat command, like: > > > > To disable perf_event_attr::inherit (enabled by default): > > > > $ perf stat -e cpu/cpu-cycles,no-inherit/u ... > > > > Enable perf_event_attr::inherit (disabled by -i): > > > > $ perf stat -i -e cpu/cpu-cycles,inherit/u ... > > User documentation is missing. right, will add thanks, jirka